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
This code fails SIA-R10: <input type="text" autocomplete="one-time-code" > I think that it should pass, because "one-time-code" is a valid value according to https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#autofill-detail-tokens
<input type="text" autocomplete="one-time-code" >
The text was updated successfully, but these errors were encountered:
Good catch. Looks like this has been added since the rule was written 🤔
Sorry, something went wrong.
one-time-code
Successfully merging a pull request may close this issue.
This code fails SIA-R10:
<input type="text" autocomplete="one-time-code" >
I think that it should pass, because "one-time-code" is a valid value according to https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#autofill-detail-tokens
The text was updated successfully, but these errors were encountered: