Active tab in toolbox toolbar only differs from inactive tab by its icon color in High Contrast Mode
Categories
(DevTools :: General, defect, P2)
Tracking
(Accessibility Severity:s2, firefox134 fixed)
| Tracking | Status | |
|---|---|---|
| firefox134 | --- | fixed |
People
(Reporter: nchevobbe, Assigned: nchevobbe)
References
(Blocks 1 open bug)
Details
(Keywords: no-plan-to-ship)
Attachments
(2 files)
When a tab is selected, in High Contrast mode the only thing that distinguish it from the others, inactive tabs is the icon color (which is the non-forced icon color): we're losing the top border and the color of the text.
I guess we should make sure that the border is visible, and use a system color for the icon
Comment 1•2 years ago
|
||
Triaging as S2 because, although indication is given, the colour used is not from the HCM palette (I think it's using Firefox blue)
| Assignee | ||
Updated•2 years ago
|
| Assignee | ||
Updated•2 years ago
|
Comment 2•2 years ago
|
||
The severity field for this bug is set to S3. However, the accessibility severity is higher, .
:Honza, could you consider increasing the severity?
For more information, please visit BugBot documentation.
Comment 3•2 years ago
|
||
Higher a11y severity is correct in this case.
Updated•2 years ago
|
Adding a keyword no-plan-to-ship as an ad-hoc flag here. This keyword was meant to exclude specific bugs from the general access-S2 tracking when there are no plans to ship the affected feature. However, we do plan to address and ship this and other HCM-related devtools bugs, which are part of a larger project. This Dev Tools High Contrast Mode support project, tracked by the meta bug 1590215, is ongoing and is tracked by the Dev Tools team separately.
| Assignee | ||
Comment 5•1 year ago
|
||
In High Contrast Mode, we do set borders on tabs, which revealed the need for
space between the different tabs.
We also hide the separator we have between the node picker and the tabs to avoid
making the tab tray too busy.
When a tab is selected, we set its whole background with a specific color, and
we hide the small active line we have in regular mode.
Updated•1 year ago
|
Updated•1 year ago
|
Description
•