[webkit-reviews] review granted: [Bug 270988] AX: VoiceOver is reading standard time instead of daylight savings time in <input type="time"> elements. : [Attachment 470369] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 14 13:51:18 PDT 2024


Tyler Wilcock <tyler_w at apple.com> has granted Andres Gonzalez
<andresg_22 at apple.com>'s request for review:
Bug 270988: AX: VoiceOver is reading standard time instead of daylight savings
time in <input type="time"> elements.
https://bugs.webkit.org/show_bug.cgi?id=270988

Attachment 470369: Patch

https://bugs.webkit.org/attachment.cgi?id=470369&action=review




--- Comment #3 from Tyler Wilcock <tyler_w at apple.com> ---
Comment on attachment 470369
  --> https://bugs.webkit.org/attachment.cgi?id=470369
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=470369&action=review

> Source/WebCore/accessibility/mac/WebAccessibilityObjectWrapperMac.mm:54
> +#import "DateComponents.h"

Can we remove the #include "DateComponents.h" from AccessibilityObjectMac.mm
now that we've moved these functions into this file?


More information about the webkit-reviews mailing list