Commit 7912fb3
committed
fix(a11y): use role="status" for the Vertex credentials path warning
role="alert" implies aria-live="assertive" by default, which mixed
awkwardly with the explicit aria-live="polite" override (urgent role
+ don't-interrupt liveness). For an informational warning that fires
as the user types into a settings field, role="status" is the
conventional pattern — implicitly polite, semantically correct for a
non-urgent dynamic message, and removes the role/live conflict.1 parent 6b0e582 commit 7912fb3
1 file changed
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
97 | | - | |
98 | | - | |
| 97 | + | |
99 | 98 | | |
100 | 99 | | |
101 | 100 | | |
| |||
0 commit comments