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)

Desktop
macOS
defect

Tracking

()

People

(Reporter: jdiggs, Unassigned)

References

(Blocks 1 open bug)

Details

Steps to reproduce:

  1. Load data:text/html,<div role='listbox'><div role='group'><div role='option'>item</div></div></div>
  2. 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.

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.

Blocks: aria
Severity: -- → S3
Hardware: Unspecified → Desktop
You need to log in before you can comment on or make changes to this bug.