Dialog lacks accessible name (Recent activity section > ••• disclosure > Delete from History dialog)
Categories
(Firefox :: New Tab Page, defect)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox151 | --- | fixed |
People
(Reporter: john.northup, Assigned: sameekshadalvi7, Mentored)
References
(Blocks 1 open bug)
Details
(Keywords: access, good-first-bug, Whiteboard: [outreachy-sidebar-2026])
Attachments
(4 files)
Steps to Reproduce
Open DevTools. Within the Recent activity section, in any ••• disclosure, activate the Delete from History button. Using the Accessibility Inspector, inspect the resulting dialog container.
Expected Behavior
name describes the dialog.
Actual Behavior
name is undefined.
User Impact
User may not be fully aware of context.
WCAG 2.2 References
Recommendations
Use aria-labelledby to reference the visible Edit Shortcut heading.
Testing Environment
Any
Assistive Technology Used
Any
Code Pointers
<div class="modal">
Further Reference
| Reporter | ||
Comment 1•4 months ago
|
||
Updated•4 months ago
|
Comment 2•3 months ago
|
||
The issue can be seen as described by the reporter in Nightly 149.0a1. Marking as NEW.
Comment 3•3 months ago
|
||
Issue is similar to the bug 2008180
Comment 4•3 months ago
|
||
Assigning the Severity value to align with the Accessibility severity, per discussions with :thecount and :marco
Updated•2 months ago
|
Hi, I can reproduce this issue locally and I would like to work on it
Updated•1 month ago
|
Updated•1 month ago
|
Before patch: The dialog did not have an accessible nameit was null
After patch: The dialog now correctly uses the header text as its accessible name. In this case it shows: "Are you sure you want to delete every instance of this page from history?"
Comment 10•1 month ago
|
||
| bugherder | ||
| Assignee | ||
Comment 11•1 month ago
|
||
Thank you Kelly and Scott for reviewing and accepting my patch! I had worked on documentation and code cleanup contributions before but this was my first time working on actual component logic. I learned a lot from this and look forward to contributing more!🙌
Updated•1 month ago
|
Updated•24 days ago
|
Description
•