From 44eb1d4e5888e76eb8ed688ead1f96d115bd1dde Mon Sep 17 00:00:00 2001 From: Theresa O'Connor Date: Fri, 26 Apr 2019 16:24:02 -0400 Subject: [PATCH] Add `autocomplete=one-time-code`. Fixes whatwg/html#3745 --- source | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/source b/source index 7a6371ffa9f..17327ee711d 100644 --- a/source +++ b/source @@ -53405,6 +53405,7 @@ form.method === input; // => true
  • "username"
  • "new-password"
  • "current-password" +
  • "one-time-code"
  • "organization-title"
  • "organization"
  • "street-address" @@ -53670,6 +53671,12 @@ form.method === input; // => true Free-form text, no newlines qwerty Password + + "one-time-code" + One-time code used for verifying user identity + Free-form text, no newlines + 123456 + Password "organization" @@ -54159,6 +54166,10 @@ MIT Room 32-G524 "current-password" 3 Normal + + "one-time-code" + 3 + Normal "organization" 3 @@ -122905,6 +122916,7 @@ INSERT INTERFACES HERE Richa Rupela, Richard Gibson, Richard Ishida, + Ricky Mondello, Rigo Wenning, Rikkert Koppes, Rimantas Liubertas,