Support aria-controls and aria-flowto in OS X.
Categories
(Core :: Disability Access APIs, enhancement, P3)
Tracking
()
People
(Reporter: MarcoZ, Assigned: eeejay)
Details
(Whiteboard: [Mac2020_2])
Attachments
(2 files)
This would allow users to press Ctrl+Option+j to jump between linked UI elements. From the Core-AAM spec:
Property: AXLinkedUIElements: pointers to accessible nodes matching IDREFs.
Reporter | ||
Comment 1•5 years ago
|
||
aria-controls maps to the same property, so unifying title to support both these attributes.
Assignee | ||
Updated•5 years ago
|
Updated•5 years ago
|
Assignee | ||
Comment 2•5 years ago
|
||
It looks like Chrome indeed exposes these as AXLinkedUIElements. But WebKit uses AXARIAControls for aria-controls
Assignee | ||
Updated•5 years ago
|
Assignee | ||
Comment 3•5 years ago
|
||
A small refactor to make all of the relations getting easier.
Assignee | ||
Comment 4•5 years ago
|
||
This is via AXARIAControls and AXLinkedUIElements respectively.
Depends on D101084
Comment 6•5 years ago
|
||
Backed out 2 changesets (bug 1625953) for Eslint failure
Log:
https://treeherder.mozilla.org/logviewer?job_id=326770153&repo=autoland&lineNumber=98
Push with failures:
https://treeherder.mozilla.org/jobs?repo=autoland&group_state=expanded&revision=33fa80e826a82ad21cab3475b27a2c186b96de27
Backout:
https://hg.mozilla.org/integration/autoland/rev/38fae8a592f22b60559b60fe5ba6f391fe1dfd8e
Comment 8•5 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/918ef05ead0c
https://hg.mozilla.org/mozilla-central/rev/9261830afce9
Updated•4 years ago
|
Description
•