Commit de5eeda
committed
sign in: fix keyboard accessibility for all buttons
- Apple sign-in and demo buttons used <a onClick> without href, making
them unreachable via Tab key. Added href="#" and role="button" with
preventDefault so they're keyboard-focusable.
- Added focus-visible outline styling to sign-in buttons so keyboard
users can see which button is focused.
Fixes #5511 parent 98b244c commit de5eeda
1 file changed
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
82 | 86 | | |
83 | 87 | | |
84 | 88 | | |
| |||
148 | 152 | | |
149 | 153 | | |
150 | 154 | | |
151 | | - | |
| 155 | + | |
152 | 156 | | |
153 | 157 | | |
154 | 158 | | |
| |||
0 commit comments