From 2bb359d25fdfbd74cec8ee305bfbbb017cb5d4f9 Mon Sep 17 00:00:00 2001 From: "Patrick H. Lauke" Date: Mon, 3 Aug 2026 20:40:55 +0100 Subject: [PATCH 1/2] Add `one-time-code` to list of input purposes Closes https://github.com/w3c/wcag/issues/2613 --- guidelines/input-purposes.html | 1 + 1 file changed, 1 insertion(+) diff --git a/guidelines/input-purposes.html b/guidelines/input-purposes.html index a9280fca6a..14c626c327 100644 --- a/guidelines/input-purposes.html +++ b/guidelines/input-purposes.html @@ -18,6 +18,7 @@

Input Purposes for User Interface Components

  • username - A username
  • new-password - A new password (e.g., when creating an account or changing a password)
  • current-password - The current password for the account identified by the username field (e.g., when logging in)
  • +
  • one-time-code - One-time code used for verifying user identity
  • organization - Company name corresponding to the person, address, or contact information in the other fields associated with this field
  • street-address - Street address (multiple lines, newlines preserved)
  • address-line1 - Street address (one line per field, line 1)
  • From 821d241a7e3ef00123bd7ad66d2a1a767033353e Mon Sep 17 00:00:00 2001 From: "Patrick H. Lauke" Date: Fri, 7 Aug 2026 16:13:42 +0100 Subject: [PATCH 2/2] Apply suggestion from @patrickhlauke --- guidelines/input-purposes.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guidelines/input-purposes.html b/guidelines/input-purposes.html index 14c626c327..b6ef36ee8d 100644 --- a/guidelines/input-purposes.html +++ b/guidelines/input-purposes.html @@ -18,7 +18,7 @@

    Input Purposes for User Interface Components

  • username - A username
  • new-password - A new password (e.g., when creating an account or changing a password)
  • current-password - The current password for the account identified by the username field (e.g., when logging in)
  • -
  • one-time-code - One-time code used for verifying user identity
  • +
  • one-time-code - One-time code used for verifying user identity
  • organization - Company name corresponding to the person, address, or contact information in the other fields associated with this field
  • street-address - Street address (multiple lines, newlines preserved)
  • address-line1 - Street address (one line per field, line 1)