[Webkit-unassigned] [Bug 221065] New: AX: VoiceOver for iOS does not announce required state for an input with both aria-required="true" and aria-roledescription

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jan 27 15:22:10 PST 2021


https://bugs.webkit.org/show_bug.cgi?id=221065

            Bug ID: 221065
           Summary: AX: VoiceOver for iOS does not announce required state
                    for an input with both aria-required="true" and
                    aria-roledescription
           Product: WebKit
           Version: Safari 14
          Hardware: iPhone / iPad
                OS: iOS 14
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Accessibility
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: mijordan at adobe.com
                CC: webkit-bug-importer at group.apple.com

VoiceOver for iOS does not announce the required state for an input element with both aria-required="true" and aria-roledescription.

For a numeric input stepper that can render its value using currency or other Intl.NumberFormat options, we use aria-roledescription to identify the text input as a "Number field". 

With VoiceOver for iOS, the input role is announced using the aria-roledescription value, however the required state gets omitted. 
With VoiceOver for macOS, the input role is announced as "edit text", and the required state is announced, which I suspect may be because aria-roledescription is being ignored entirely.

The expected behavior would be for states like aria-required to be announced for elements using aria-roledescription.

Here is a url to an example comparing the behavior of two inputs, one that has aria-roledescription and a second without: https://codepen.io/majornista/pen/gOLYgZd

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20210127/1802fe11/attachment.htm>


More information about the webkit-unassigned mailing list