[Webkit-unassigned] [Bug 158865] New: AX: VoiceOver doesn't properly announce fieldset inputs when wrapped in divs

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jun 16 21:56:14 PDT 2016


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

            Bug ID: 158865
           Summary: AX: VoiceOver doesn't properly announce fieldset
                    inputs when wrapped in divs
    Classification: Unclassified
           Product: WebKit
           Version: Safari 9
          Hardware: iOS
                OS: iOS 9.3
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Accessibility
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: chrisb808 at gmail.com
                CC: webkit-bug-importer at group.apple.com

Demo: http://output.jsbin.com/vaviwa

If the inputs/labels inside a fieldset (or role="group") are wrapped in divs - they will announce as "one of one" rather than "one of five" (if there are 5 inputs).

The issue can be fixed by placing role="presentation" on the parent divs. If there are multiple levels of divs - only the immediate parent of the input needs the role.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160617/f3bcbd7a/attachment.html>


More information about the webkit-unassigned mailing list