We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
autocomplete inputs when possible is now required in WCAG 2.1 1.3.1 SC and RGAA 4.1 11.13 criteria, with a predefined set of values from HTML specs.
autocomplete
Two checks in my mind:
[autocomplete]
The text was updated successfully, but these errors were encountered:
HTML now allows for this https://html.spec.whatwg.org/multipage/forms.html#enabling-client-side-automatic-filling-of-form-controls autocomplete="billing tel".
autocomplete="billing tel"
WCAG references HTML LS : https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#autofilling-form-controls:-the-autocomplete-attribute where some value examples have 3 parts.
The predefined part is always at the end so $= selector should be fine.
$=
Sorry, something went wrong.
No branches or pull requests
autocomplete
inputs when possible is now required in WCAG 2.1 1.3.1 SC and RGAA 4.1 11.13 criteria, with a predefined set of values from HTML specs.Two checks in my mind:
[autocomplete]
.The text was updated successfully, but these errors were encountered: