[Webkit-unassigned] [Bug 151429] AX: aria-owns attribute does not work as expected

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Nov 19 14:53:01 PST 2015


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

James Craig <jcraig at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jcraig at apple.com
           Assignee|webkit-unassigned at lists.web |jondallas at gmail.com
                   |kit.org                     |

--- Comment #4 from James Craig <jcraig at apple.com> ---
The aria-owns relationship is backwards in your example. I expect you meant to do this:

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


I would recommend re-filing with the corrected test case, and duping this one out to the new bug.

-- 
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/20151119/7bc290a3/attachment-0001.html>


More information about the webkit-unassigned mailing list