Open
Bug 1546533
Opened 6 years ago
Updated 2 years ago
DevTools Ruler shows up in a11y tree
Categories
(DevTools :: Inspector, defect, P3)
DevTools
Inspector
Tracking
(Not tracked)
NEW
People
(Reporter: Harald, Unassigned)
Details
Attachments
(1 file)
29.11 KB,
image/png
|
Details |
What were you doing?
- Open Accessibility tree on
- Enable Ruler
What happened?
diagram
and text leaf
added to a11y tree.
What should have happened?
DevTools overlay DOM should not be visible in DevTools.
Comment 1•6 years ago
|
||
Moving out of Accessibility Tools component. This is an issue with rulers highlighter. When it's markup is build, it need to have proper ARIA applied to it. In this case I believe the fix is to add aria-hidden to the top level container of the highlighter because it's not really usable for the assistive technology users at this point.
Component: Accessibility Tools → General
Priority: -- → P3
Updated•6 years ago
|
Component: General → Measuring Tool
Comment 2•6 years ago
|
||
The component has been changed since the priority was decided, so we're resetting it.
For more information, please visit auto_nag documentation.
Priority: P3 → --
Comment 3•6 years ago
|
||
The priority flag is not set for this bug.
:gl, could you have a look please?
For more information, please visit auto_nag documentation.
Flags: needinfo?(gl)
Updated•6 years ago
|
Flags: needinfo?(gl)
Priority: -- → P3
Assignee | ||
Updated•4 years ago
|
Component: Inspector: Highlighters → Inspector
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•