Open
Bug 1732320
Opened 4 years ago
Updated 4 years ago
group role child of ARIA listbox getting pruned from the mac accessibility tree
Categories
(Core :: Disability Access APIs, defect)
Tracking
()
NEW
People
(Reporter: jdiggs, Unassigned)
References
(Blocks 1 open bug)
Details
Steps to reproduce:
- Load
data:text/html,<div role='listbox'><div role='group'><div role='option'>item</div></div></div>
- Examine the accessibility tree in XCode's accessibility inspector
Expected results: the div with the group role would be present in the accessibility tree.
Actual results: Only the listbox and option are in the accessibility tree.
This problem doesn't appear in Linux, where the group-role div is exposed with ROLE_PANEL as expected.
Comment 1•4 years ago
|
||
S3 because this probably impacts reporting of groups where the group is labelled with VO. I also suspect <optgroup>
might be broken, since that uses role="group", but I'm not sure.
You need to log in
before you can comment on or make changes to this bug.
Description
•