VOOZH about

URL: https://bugzilla.mozilla.org/show_bug.cgi?id=2008192

⇱ 2008192 - Dialog not programmatically identified as modal (Settings dialog > Wallpaper category dialog)


Closed Bug 2008192 Opened 5 months ago Closed 4 months ago

Dialog not programmatically identified as modal (Settings dialog > Wallpaper category dialog)

Dialog not programmatically identified as modal (Settings dialog > Wallpaper category dialog)
Firefox
New Tab Page
Firefox 148
Unspecified
Unspecified
defect
Points:
---
RESOLVED WORKSFORME
RESOLVED
WORKSFORME
Iteration:
---
Accessibility Severity s3
a11y-review
Accessibility Severity
Performance Impact
Webcompat Priority
Webcompat Score
Tracking Status
relnote-firefox
firefox-esr115
firefox-esr140
firefox-esr153
firefox152
firefox153
firefox154
---
QA Whiteboard:
---
Has STR:
---
Change Request:
---
Bug Flags:
Signature:
None
This bug is publicly visible.

 
👁 Image
Wallpaper category dialog
312.68 KB, image/png
Details
👁 Image
NVDA output showing the "Abstract button" is focused and announced after the view within a "settings" dialog was changed, A11y DevTools are showing this is the view within that dialog
1.60 MB, image/png
Details
Reporter

Description

5 months ago

Steps to Reproduce

Open DevTools. Activate the Customize button. Within the Settings dialog, activate a button representing a wallpaper category swatch (e.g., Abstract). Another dialog opens offering users various wallpaper designs. Inspect this dialog container.

Expected Behavior

Dialog container has aria-modal="true".

Actual Behavior

Dialog container lacks the aria-modal attribute.

User Impact

Semantic information diluted.

WCAG 2.2 References

Best practice only. While aria-modal="true" adds semantic information, its absence does not constitute a WCAG failure provided the dialog itself is properly implemented and announced.

Recommendations

Apply aria-modal="true" to the dialog container. This is the clearest, least fragile way to convey "this is modal" to screen readers.

Testing Environment

Any

Assistive Technology Used

Any

Code Pointers

<section class="category wallpaper-list ignore-color-mode wallpaper-list-enter-done" style="">

Further Reference

Blocks: 2004739
Keywords: access
Reporter

Comment 1

5 months ago

Reproduced with Firefox 148.0a1 (2025-12-31) on macOS 15 and Windows 10.
Marking this issue as new for engineering input.
Thank you!

Status: UNCONFIRMED → NEW
Ever confirmed: true

This is a change in a view within existing "Settings" dialog and the focus is placed on the header (first focusable element of the new content), thus user is notified of the change by the announcement of the focused element ("{Abstract} button").

That's being said, when the bug 2008117 the structure of the "< Abstract" and similar buttons would be resolved, this bug should be re-evaluated to ensure the change in the content of the dialog is being communicated to assistive technology users appropriately.

Accessibility Severity: --- → s3
Depends on: 2008117
See Also: → 2008187
Status: NEW → RESOLVED
Closed: 4 months ago
Resolution: --- → WORKSFORME

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

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