[Webkit-unassigned] [Bug 231324] New: AX: support aria-posinset, aria-setsize for radio buttons
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Oct 6 12:59:23 PDT 2021
https://bugs.webkit.org/show_bug.cgi?id=231324
Bug ID: 231324
Summary: AX: support aria-posinset, aria-setsize for radio
buttons
Product: WebKit
Version: WebKit Nightly Build
Hardware: All
OS: All
Status: NEW
Severity: Normal
Priority: P2
Component: Accessibility
Assignee: webkit-unassigned at lists.webkit.org
Reporter: aleventhal at google.com
CC: andresg_22 at apple.com,
webkit-bug-importer at group.apple.com
Example with <input type="radio">:
data:text/html,<div role="radigroup"><label><input type="radio" name="z" aria-posinset="50" aria-setsize="60">Cats</label><label><input type="radio"name="z" aria-posinset="51" aria-setsize="60">Dogs</label></div>
Example using ARIA role=radio:
data:text/html,<div role="radiogroup"><div tabindex="0" role="radio" aria-posinset="20" aria-setsize="30">Fish</div><div tabindex="0" role="radio" aria-posinset="21" aria-setsize="30">Bird</div></div>
Steps:
1. Run one of the above examples with VoiceOver and Safari
2. Tab through the items
Notice that that items are read as "1 of 2" and "2 of 2", not respecting the ARIA positional markup.
See also bug 98202 for list items.
http://www.w3.org/TR/wai-aria/states_and_properties#aria-posinset
http://www.w3.org/TR/wai-aria/states_and_properties#aria-setsize
--
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/20211006/08215be6/attachment.htm>
More information about the webkit-unassigned
mailing list