Skip to content
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

Add autocomplete=one-time-code. Fixes whatwg/html#3745 #4573

Merged
merged 1 commit into from
Apr 29, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -53405,6 +53405,7 @@ form.method === input; // => true</code></pre>
<li>"<code data-x="attr-fe-autocomplete-username">username</code>"
<li>"<code data-x="attr-fe-autocomplete-new-password">new-password</code>"
<li>"<code data-x="attr-fe-autocomplete-current-password">current-password</code>"
<li>"<code data-x="attr-fe-autocomplete-one-time-code">one-time-code</code>"
<li>"<code data-x="attr-fe-autocomplete-organization-title">organization-title</code>"
<li>"<code data-x="attr-fe-autocomplete-organization">organization</code>"
<li>"<code data-x="attr-fe-autocomplete-street-address">street-address</code>"
Expand Down Expand Up @@ -53670,6 +53671,12 @@ form.method === input; // => true</code></pre>
<td>Free-form text, no newlines
<td>qwerty <!-- http://splashdata.com/press/worstpasswords2013.htm -->
<td><span data-x="Control Group Password">Password</span>
<tr>
<td colspan=4>"<dfn><code data-x="attr-fe-autocomplete-one-time-code">one-time-code</code></dfn>"
<td>One-time code used for verifying user identity
<td>Free-form text, no newlines
<td>123456
<td><span data-x="Control Group Password">Password</span>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For any other reviewers, it turns out this includes input type=text as well: http://localhost:8080/#control-group-password

<tbody>
<tr>
<td colspan=4>"<dfn><code data-x="attr-fe-autocomplete-organization">organization</code></dfn>"
Expand Down Expand Up @@ -54159,6 +54166,10 @@ MIT Room 32-G524
<td>"<code data-x="attr-fe-autocomplete-current-password">current-password</code>"
<td>3
<td>Normal
<tr>
<td>"<code data-x="attr-fe-autocomplete-one-time-code">one-time-code</code>"
<td>3
<td>Normal
<tr>
<td>"<code data-x="attr-fe-autocomplete-organization">organization</code>"
<td>3
Expand Down Expand Up @@ -122905,6 +122916,7 @@ INSERT INTERFACES HERE
Richa Rupela,
Richard Gibson,
Richard Ishida,
Ricky Mondello,
Rigo Wenning,
Rikkert Koppes,
Rimantas Liubertas,
Expand Down