You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've searched for any related issues and avoided creating a duplicate issue.
Please give us a description of what happened
The brand assets dialog is missing a Tab focus lock and required ARIA attributes for screen reader users. Here is a screen reading showing keyboard navigation with the dialog open.
Screen.Recording.2025-11-14.at.9.27.36.AM.mov
To Reproduce
Step-by-step reproduction instructions
Turn on a screen reader such as VoiceOver or NVDA.
Trigger the dialog so it opens.
Listen as you use the Tab and Arrow keys to navigate the dialog.
Observe that you cna leave the dialog without closing it using but Tab and arrow navigation.
Additionally, not the dialog is unlabelled so all contents are read when it first opens.
Expected results
Dialogs will have accessible names: assign a label to the dialog by either hardcoding it using the aria-label attribute or linking it to the heading within the modal using the aria-labelledby attribute.
Add aria-modal="true" to the dialog element to ensure that users cannot leave the dialog when navigating with the arrow keys.
Add a JavaScript tab focus lock so users cannot leave the dialog when navigating with the Tab key.
Actual results
See above
Technical info
If relevant, which editor is affected (or editors):
Please give us a description of what happened
The brand assets dialog is missing a
Tabfocus lock and required ARIA attributes for screen reader users. Here is a screen reading showing keyboard navigation with the dialog open.Screen.Recording.2025-11-14.at.9.27.36.AM.mov
To Reproduce
Step-by-step reproduction instructions
Expected results
aria-modal="true"to the dialog element to ensure that users cannot leave the dialog when navigating with the arrow keys.Actual results
See above
Technical info
Used versions