Button has redundancy between description and accessible name (Widgets > ✖ button)
Categories
(Firefox :: New Tab Page, defect)
Tracking
()
| Accessibility Severity | s4 |
| Tracking | Status | |
|---|---|---|
| firefox149 | --- | affected |
People
(Reporter: john.northup, Unassigned)
References
(Blocks 1 open bug)
Details
(Keywords: access)
Attachments
(1 file)
|
10.18 KB,
image/png
|
Details |
Steps to Reproduce
While using a screen reader, inspect the ✖ button in the Widgets section.
Expected Behavior
Between name and description, button function is conveyed both completely and concisely.
Actual Behavior
Redundancy exists between name and description.
User Impact
Redundancy for screen reader users.
WCAG 2.2 References
Best practice only.
Recommendations
Keep the aria-label attribute but avoid using the title attribute as a tooltip generally. It is not visible on keyboard focus and is redundantly announced by screen readers.
If a tooltip hint is desired, implement an on-hover/on-focus tooltip and associate it with the button using aria-describedby.
Testing Environment
Any
Assistive Technology Used
Any or None
Code Pointers
<button id="main-button" title="Close" aria-label="Close menu">
Further Reference
| Reporter | ||
Comment 1•8 months ago
|
||
Updated•8 months ago
|
Comment 2•7 months ago
|
||
Managed to reproduce this issue on macOs 13 using Nightly 149.0a1. I will set this request as "NEW" to allow the engineering team to consider whether they will implement the fix or not.
Comment 3•7 months ago
|
||
The same issue is described in bug 2008142 for Widgets > Expand/Minimize widgets button (same component)
Updated•7 months ago
|
Comment 4•7 months ago
|
||
Assigning the Severity value to align with the Accessibility severity, per discussions with :thecount and :marco
Description
•