Closed
Bug 1521728
Opened 7 years ago
Closed 7 years ago
Expose elements that have a title to the accessibility APIs, even if they wouldn't be accessible otherwise
Categories
(Core :: Disability Access APIs, enhancement)
Core
Disability Access APIs
Tracking
()
RESOLVED
FIXED
mozilla66
| Tracking | Status | |
|---|---|---|
| firefox66 | --- | fixed |
People
(Reporter: MarcoZ, Assigned: MarcoZ)
References
(Regressed 1 open bug)
Details
(Keywords: parity-chrome)
Attachments
(1 file)
An example is a span with a CSS background image and a title attribute that would normally not get exposed. But Chrome exposes information like this, making stuff more accessible than we currently do. Test case:
data:text/html,<span>Marco</span><span title="male"><span aria-hidden="true">%F0%9F%91%A8</span</span>
This was found in the wild.
| Assignee | ||
Comment 1•7 years ago
|
||
Elements such as html:span are normally only made accessible with ARIA attributes. Also expose them if they have a title attribute set. It can be assumed that information should be conveyed to the user in such cases.
Pushed by mzehe@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/66a5303cb9dd
Expose elements that have a title to the accessibility APIs, even if they wouldn't be accessible otherwise, r=Jamie
Comment 3•7 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla66
You need to log in
before you can comment on or make changes to this bug.
Description
•