Support new aria-description property
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)
The new ARIA 1.3 (still in draft) aria-description property can be used to provide a flat string description.
It's implemented in Chrome 81, currently behind a flag:
--enable-features=AccessibilityExposeARIAAnnotations
References:
ARIA spec issue: https://github.com/w3c/aria/issues/891
ARIA spec pull request: https://github.com/w3c/aria/pull/1137
Chrome issue: https://bugs.chromium.org/p/chromium/issues/detail?id=1006767
Updated•5 years ago
|
| Reporter | ||
Comment 1•5 years ago
|
||
aria-description has now landed in ARIA 1.3 master branch (draft)
https://w3c.github.io/aria/#aria-description
| Assignee | ||
Comment 2•5 years ago
|
||
Updated•5 years ago
|
Updated•5 years ago
|
Comment 4•5 years ago
|
||
| bugherder | ||
| Assignee | ||
Comment 5•5 years ago
|
||
Has a test in the test suite, doesn't need manual testing.
Comment 6•5 years ago
|
||
Documentation complete; see https://github.com/mdn/sprints/issues/2939#issuecomment-607404699 for the full details.
Description
•