Support multiple aria-details ids
Categories
(Core :: Disability Access APIs, enhancement, P2)
Tracking
()
Tracking | Status | |
---|---|---|
firefox75 | --- | fixed |
People
(Reporter: aaronlev, Assigned: MarcoZ)
References
Details
(Keywords: dev-doc-complete)
Attachments
(1 file)
As part of work on ARIA Annotations, the ARIA spec is being updated to allow aria-details to support multiple ids. See https://github.com/w3c/aria/pull/1136
The plan has been approved by screen reader developers as well as the ARIA WG.
(If it's not in yet, it's because we are still working on the wording).
Reporter | ||
Comment 1•5 years ago
|
||
Note: ariaDetailsElement should be changed to ariaDetailsElements in AOM.
Filed https://github.com/WICG/aom/issues/157 for AOM issue.
Updated•5 years ago
|
Assignee | ||
Comment 2•5 years ago
|
||
Updated•5 years ago
|
Updated•5 years ago
|
Assignee | ||
Comment 3•5 years ago
|
||
Our code already supports multiple target IDs for aria-details and is, strictly speaking, not spec compliant. But since this is wanted anyway, I merely added a test to test for multiple targets.
Comment 5•5 years ago
|
||
bugherder |
Comment 6•5 years ago
|
||
just noticed line 320 in test_general.html contains tabple caption
rather than table...
- it's not important, but the perfectionist in me is screaming :)
Comment 7•5 years ago
|
||
^^ :facepalm: see how easy it is to make typos: i meant line 390
Updated•5 years ago
|
Assignee | ||
Comment 8•5 years ago
|
||
Has a test in the test suite, doesn't need manual testing.
Comment 9•5 years ago
|
||
Documentation complete; see https://github.com/mdn/sprints/issues/2939#issuecomment-607404699 for the full details.
Description
•