Improve modal behaviour #14
Labels
No labels
accessibility
bug
Doing
duplicate
enhancement
good first issue
help wanted
invalid
Query
question
To Do
usability
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
OERF/register-enrol#14
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?
The dialogs are all modals, so should be marked up with related WAI-ARIA (see https://www.w3.org/TR/wai-aria-practices/#dialog_modal). Modals should trap the cursor in the dialog, with focus looping through the dialog, rather than moving to the page in behind the dialog when focus reaches the last element. Dialog are closed by either user input (submitting registration or login), or using the Escape key. If the dialog is dismissed, focus should return to where the dialog was opened
from.
Improved with commit
728b973aand merger of 'accessibility' branch into version 1.1.0.