This repository has been archived by the owner on Sep 5, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(dialog): cross-browser layout, a11y issues
fix(dialog): clickOutSideToClose defaults to false fix(dialog): a11y support for dialog types fix(dialog): modal dialog traps interaction fix(dialog): ensure aria-label is not empty feat(dialog): allow override of focus on open Closes #1759, #1415, #1547, #1892 Dialogs should require action to close. The option to override is still available but set to false by default. Alert dialogs require different roles and focus behaviors than confirmation dialogs; both are now supported. Closes #1340, #1582, fixes #1282
- Loading branch information
Marcy Sutton
committed
Mar 16, 2015
1 parent
a61def3
commit 0b0ed23
Showing
7 changed files
with
304 additions
and
56 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.