Add autocomplete requirement for known fields

Added checklist item for using autocomplete in known fields.
This commit is contained in:
Bogdan Cerovac
2026-04-10 23:13:16 +02:00
committed by GitHub
parent b3e9059874
commit da0479581b
+1
View File
@@ -43,6 +43,7 @@ Quick reference for WCAG 2.1 AA compliance. Use alongside the `frontend-ui-engin
- [ ] Error messages specific and associated with the field
- [ ] Error state visible by more than color (icon, text, border)
- [ ] Form submission errors summarized and focusable
- [ ] Known fields use autocomplete (for example `type="email" autocomplete="email"`)
### Content
- [ ] Language declared (`<html lang="en">`)