issues
search
material-components
/
material-components-web-catalog
Catalog of Material Components for the web (MDC Web)
https://material-components.github.io/material-components-web-catalog/
Apache License 2.0
116
stars
38
forks
source link
fix(dialog): Improve accessibility
#213
Closed
acdvorak
closed
6 years ago
acdvorak
commented
6 years ago
Allows keyboard users to scroll the content of the
--scrollable
dialog:
Adds a focusable element to the dialog's content
Adds a 1px outline on focused links within dialog content
Changes dialog content from Latin ("Lorem Ipsum") to English ("The Wonderful Wizard of Oz")
Makes "OK" button the default action in Confirmation dialog:
Pressing the
Enter
key when a list item has focus will now close the dialog
--scrollable
dialog: