a11y: modal focus management — focus must enter/exit all dialogs (WCAG 2.4.3) #30
Labels
No labels
accessibility
backlog
beta-feedback
bug
duplicate
enhancement
feature-request
help wanted
invalid
needs-design
needs-triage
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: Circuit-Forge/kiwi#30
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
None of the three modals managed focus on open or close.
Fixed:
SaveRecipeModal,RecipeDetailPanel, andSavedRecipesPanelnew-collection modal all now storepreviousFocuson mount, move focus to first focusable child vianextTick, restore focus to trigger on unmount, and havearia-modal="true"+tabindex="-1"on their dialog containers.Refs: CRIT-W1, MED-W9