Commit 2456ada
authored
Add accessibility section to autocomplete attribute page (mdn#43431)
* docs(HTML): add accessibility section to autocomplete attribute
Add accessibility considerations documenting how autocomplete values
help users with disabilities and satisfy WCAG 2.2 SC 1.3.5 (Identify
Input Purpose, Level AA).
Fixes mdn#37170
Continues the work from mdn#39088
* address pepelsbey review feedback
Add autocomplete="off" anti-pattern and invalid values subsection
to the accessibility section, as mentioned in issue mdn#37170.
* fix: split combined accessibility subsection into two separate headers
Separate "Avoid autocomplete='off' and invalid values" into two
distinct subsections per reviewer feedback: "Avoid disabling
autocomplete" and "Avoid invalid autocomplete values".1 parent 03d0f9c commit 2456ada
File tree
1 file changed
+14
-0
lines changed- files/en-us/web/html/reference/attributes/autocomplete
1 file changed
+14
-0
lines changedLines changed: 14 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
251 | 251 | | |
252 | 252 | | |
253 | 253 | | |
| 254 | + | |
| 255 | + | |
| 256 | + | |
| 257 | + | |
| 258 | + | |
| 259 | + | |
| 260 | + | |
| 261 | + | |
| 262 | + | |
| 263 | + | |
| 264 | + | |
| 265 | + | |
| 266 | + | |
| 267 | + | |
254 | 268 | | |
255 | 269 | | |
256 | 270 | | |
| |||
0 commit comments