Open
Bug 1844076
Opened 2 years ago
Updated 2 years ago
Computed panel items are not properly announced on screen readers
Categories
(DevTools :: Inspector, defect, P3)
DevTools
Inspector
Tracking
(Accessibility Severity:s4)
NEW
| Accessibility Severity | s4 |
People
(Reporter: nchevobbe, Unassigned)
References
(Blocks 1 open bug)
Details
(Keywords: access)
Attachments
(1 file)
|
725.78 KB,
image/png
|
Details |
Each computed style row that consists of two lines: the style name and it’s computed value - but its announcement on focus is broken into pieces
For example, visually “accent-color” property is associated with “rgb(0, 221, 255)” value but it’s announced as “Collapse, button, accent-color:, heading, clickable, accent-color, level 2, clickable, rgb(0, 221, 255)” that splits not only the key-value pair but its role as well.
Also, inconsistently, when a button is collapsed, only the first line - the property name - is being announced, but when the button is expanded it is ignored and only the second line - the value - is being announced
| Reporter | ||
Updated•2 years ago
|
Accessibility Severity: --- → s4
| Reporter | ||
Updated•2 years ago
|
Severity: S4 → S3
| Reporter | ||
Updated•2 years ago
|
Priority: -- → P3
You need to log in
before you can comment on or make changes to this bug.
Description
•