Closed
Bug 1428433
Opened 7 years ago
Closed 7 years ago
Reduce accessibility tree noise by hiding shared component container elements from accessibility.
Categories
(DevTools :: Accessibility Tools, enhancement)
Tracking
(firefox60 fixed)
RESOLVED
FIXED
Firefox 60
Tracking | Status | |
---|---|---|
firefox60 | --- | fixed |
People
(Reporter: yzen, Assigned: yzen)
References
Details
Attachments
(1 file)
(deleted),
patch
|
Honza
:
review+
|
Details | Diff | Splinter Review |
There are a number of shared react components that currently expose container nodes as generic "section" accessibles in: Draggable.js, SplitBox.js, TreeHeader.js. We need to add role presentation wherever possible to flatten the accessibility tree a little bit.
Assignee | ||
Comment 1•7 years ago
|
||
Attachment #8951256 -
Flags: review?(odvarko)
Comment 2•7 years ago
|
||
Comment on attachment 8951256 [details] [diff] [review]
1428433 patch
Review of attachment 8951256 [details] [diff] [review]:
-----------------------------------------------------------------
Looks reasonable, thanks!
Honza
Attachment #8951256 -
Flags: review?(odvarko) → review+
Assignee | ||
Updated•7 years ago
|
Component: Developer Tools: Shared Components → Developer Tools: Accessibility Tools
Pushed by yura.zenevich@gmail.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/8d1e97e0569c
added role 'presentation' to shared component elements that do not have any semantics. r=Honza
Comment 4•7 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox60:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 60
Updated•6 years ago
|
Product: Firefox → DevTools
Updated•6 years ago
|
Assignee: nobody → yzenevich
You need to log in
before you can comment on or make changes to this bug.
Description
•