Closed Bug 2008141 Opened 8 months ago Closed 7 months ago

Button has redundancy between description and accessible name (Widgets > ✖ button)

Categories

(Firefox :: New Tab Page, defect)

Firefox 148
defect

Tracking

()

RESOLVED DUPLICATE of bug 2008142
Accessibility Severity s4
Tracking Status
firefox149 --- affected

People

(Reporter: john.northup, Unassigned)

References

(Blocks 1 open bug)

Details

(Keywords: access)

Attachments

(1 file)

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

Attached image Top of Widgets section

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.

Status: UNCONFIRMED → NEW
Ever confirmed: true

The same issue is described in bug 2008142 for Widgets > Expand/Minimize widgets button (same component)

Status: NEW → RESOLVED
Closed: 7 months ago
Duplicate of bug: 2008142
Resolution: --- → DUPLICATE
Accessibility Severity: --- → s4

Assigning the Severity value to align with the Accessibility severity, per discussions with :thecount and :marco

Severity: -- → S4
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: