-
Notifications
You must be signed in to change notification settings - Fork 779
New issue
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
fix(is-valid-autocomplete): allow autocomplete="one-time-code" #2336
Conversation
This autocomplete value can be used by some browsers to automatically fill in the value after receiving a one-time-code for 2-factor authentication. More info: - whatwg/html#4573 - https://developer.apple.com/documentation/security/password_autofill/enabling_password_autofill_on_an_html_input_element - https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/autocomplete#Values - https://www.twilio.com/blog/html-attributes-two-factor-authentication-autocomplete
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the pr. Verified in https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#autofill as well.
Just need to sign the license/cla and we get this merged in. |
Dikirim dari Outlook Seluler
…________________________________
From: Steven Lambert <[email protected]>
Sent: Tuesday, June 30, 2020 10:45:15 PM
To: dequelabs/axe-core <[email protected]>
Cc: Subscribed <[email protected]>
Subject: Re: [dequelabs/axe-core] Allow autocomplete="one-time-code" (#2336)
Just need to sign the license/cla and we get this merged in.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub<#2336 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ALVWM244LJLVPMAWFVFFP3TRZICAXANCNFSM4OMLK77A>.
|
@straker CLA signed, thanks! |
@backwardok Yep, should have made it into the 4.0.0 release. |
Great, thank you! |
This autocomplete value can be used by some browsers to automatically
fill in the value after receiving a one-time-code for 2-factor
authentication. More info:
autocomplete=one-time-code
. Fixes whatwg/html#3745 whatwg/html#4573Closes issue: #2335
Reviewer checks
Required fields, to be filled out by PR reviewer(s)