[Webkit-unassigned] [Bug 151498] New: AX:

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Nov 20 09:36:37 PST 2015


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

            Bug ID: 151498
           Summary: AX:
    Classification: Unclassified
           Product: WebKit
           Version: Safari 9
          Hardware: All
                OS: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Accessibility
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: jondallas at gmail.com
                CC: webkit-bug-importer at group.apple.com

Created attachment 265962
  --> https://bugs.webkit.org/attachment.cgi?id=265962&action=review
Demo of the test case in the problem description

When using the aria-owns attribute radio controls are not grouped as expected.

Here is a test case:
    <div role="radiogroup" aria-owns="r1 r2 r3">
       <div role="radio" id="r1">Alpha</div>
       <div role="radio" id="r2">Beta</div>
    </div>
    <!-- this one, too. -->
    <div role="radio" id="r3">Gamma</div>

In this case the 3rd radio button "Gamma" should be included in the radio group. However, when VoiceOver looks at this it only sees two radio buttons in the group, the 3rd is announced as a radio button without a group.

Spec for aria-owns: http://www.w3.org/TR/wai-aria-1.1/#aria-owns

-- 
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/20151120/9fa282b8/attachment.html>


More information about the webkit-unassigned mailing list