- Issue created by @ram4nd
- Status changed to Needs review
over 1 year ago 1:01pm 16 February 2023 - 🇪🇪Estonia ram4nd Tallinn
Focus getting lost when modal dialog is closed by using Close button.
- last update
over 1 year ago 59 pass - 🇪🇪Estonia ram4nd Tallinn
- Add role dialog to container. Also add tabindex -1 so it can be focused by js and thus announced by screen reader.
- Fix keyboard detection, there is no "e.key" value Space.
- last update
over 1 year ago 59 pass - 🇪🇪Estonia ram4nd Tallinn
- Add aria-labelledby to the dialog.
- Modal title should be heading not div.
- Add role close to close link(button).
- last update
over 1 year ago 59 pass - 🇪🇪Estonia ram4nd Tallinn
- When the dialog is visible and the focus has been moved on it, the keyboard focus must remain within modal dialogs when open.
- last update
about 1 year ago 59 pass - 🇪🇪Estonia ram4nd Tallinn
- The initial focus should be on the dialog container with role="dialog".