Commit cab523e
🐛 Fixed incorrect autocomplete token in Setup Form (#25975)
fixes #25974
Refined the `@autocomplete` attribute in `setup.hbs` from `"username
email"` to `"email"`.
According to **WCAG Success Criterion 1.3.5 (Identify Input Purpose)**,
the autocomplete attribute must clearly and singularly define the
purpose of the input field. Using multiple tokens that do not align
strictly with the input type can confuse browsers and assistive
technologies.
---------
Co-authored-by: Steve Larson <9larsons@gmail.com>1 parent 870e510 commit cab523e
2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
| 53 | + | |
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| |||
0 commit comments