Closed
Bug 1608961
Opened 5 years ago
Closed 5 years ago
Support new aria-description property
Categories
(Core :: Disability Access APIs, enhancement, P2)
Core
Disability Access APIs
Tracking
()
RESOLVED
FIXED
mozilla75
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
|
Type: defect → enhancement
Priority: -- → P2
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
|
Assignee: nobody → mzehe
Status: NEW → ASSIGNED
Pushed by mzehe@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/fc4d5f72409c
Support ARIA 1.3 aria-description property, r=Jamie
Updated•5 years ago
|
Keywords: dev-doc-needed
Comment 4•5 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox75:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla75
Assignee | ||
Comment 5•5 years ago
|
||
Has a test in the test suite, doesn't need manual testing.
Flags: qe-verify-
Flags: in-testsuite+
Comment 6•5 years ago
|
||
Documentation complete; see https://github.com/mdn/sprints/issues/2939#issuecomment-607404699 for the full details.
Keywords: dev-doc-needed → dev-doc-complete
You need to log in
before you can comment on or make changes to this bug.
Description
•