[Linux] Options are missing focus indicators while tabbing through them in Customize Sidebar
Categories
(Firefox :: Sidebar, defect, P2)
Tracking
()
Accessibility Severity | s2 |
People
(Reporter: csasca, Unassigned)
References
(Blocks 2 open bugs)
Details
(Keywords: access, Whiteboard: [fidefe-sidebar])
Found in
- Nightly 129.0a1
Affected versions
- Nightly 129.0a1 (2024-07-08)
Affected platforms
- Linux (Ubuntu 24)
Preconditions
- Set the following prefs:
sidebar.revamp - true
sidebar.verticalTabs - true
Steps to reproduce
- Open the Customize Sidebar panel.
- Use Tab and shift tab in order to cycle through the options
Expected result
- The user should be able to see the focused option while tabbing through
Actual result
- The user cannot see the focused option while tabbing through
Regression range
- Not a regression
Additional Notes
- See the issue in the following attachment
Comment 1•4 months ago
|
||
This is an access-S2 issue because the focus indicators are missing. This would create a confusion for users of keyboards, especially when no other assistive technology like a screen reader or a magnification software is running, because they won't be able to know which element is now focused, or to predict where the focus would go next, ultimately making it impossible to know for sure what would be activated if they are to press Space
or Enter
now.
Follow the sufficient focus indication guidance from WCAG 2.2 and ensure that the focus is visible, it is discernible and predictable. Allowing for default Firefox browser outline (avoiding outline: none
, for instance) would help providing accessible experience for keyboard users too.
Updated•4 months ago
|
Updated•4 months ago
|
Comment 2•4 months ago
|
||
The severity field for this bug is set to S3. However, the accessibility severity is higher, .
:sclements, could you consider increasing the severity?
For more information, please visit BugBot documentation.
Updated•4 months ago
|
Comment 3•4 months ago
|
||
I've been looking into this, and this looks to be fixed by -moz-theme: non-native
on the checkbox and radio inputs as per bug 1903840 which has a patch in review.
Comment 4•4 months ago
|
||
This was fixed via the patch in https://bugzilla.mozilla.org/show_bug.cgi?id=1903840 (Note, this isn't yet in Nightly).
Description
•