material-web/dialog
Elizabeth Mitchell 4ae9db6c67 fix(dialog): text is now selectable
Fixes #5145

Added some notes on Material dialog focusing. Normally the dialog should *not* be focused, so you may wonder why we care about delegating focus at all. It's because:

1. We don't have focus trapping yet
2. We need to handle what happens when there isn't a focusable child in the dialog, even though that's against spec.

PiperOrigin-RevId: 594013328
2023-12-27 08:12:29 -08:00
..
demo chore: format files with prettier 2023-10-25 11:59:00 -07:00
internal fix(dialog): text is now selectable 2023-12-27 08:12:29 -08:00
test chore(dialog): adds screenshot tests 2023-02-21 17:58:16 -08:00
_dialog.scss fix(dialog)!: rename "lib" directory to "internal" 2023-07-21 13:27:02 -07:00
dialog_test.ts chore: format files with prettier 2023-10-25 11:59:00 -07:00
dialog.ts fix(dialog)!: rename "lib" directory to "internal" 2023-07-21 13:27:02 -07:00
harness.ts chore: format files with prettier 2023-10-25 11:59:00 -07:00