From 9676f433e09364b5fba60db4ec3db21998b8692a Mon Sep 17 00:00:00 2001 From: Kevin White Date: Thu, 12 Dec 2024 12:19:09 +0000 Subject: [PATCH] Fix incorrect word Originally in #4034, stomped on by #3380 --- 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 17a622dc32..e964817fbe 100644 --- a/guidelines/input-purposes.html +++ b/guidelines/input-purposes.html @@ -29,7 +29,7 @@

Input Purposes for User Interface Components

  • address-level1 - The broadest administrative level in the address, i.e., the province within which the locality is found; for example, in the US, this would be the state; in Switzerland it would be the canton; in the UK, the post town
  • country - Country code
  • country-name - Country name
  • -
  • postal-code - Postal code, post code, ZIP code, CEDEX code (if CEDEX, append "CEDEX", and the dissement, if relevant, to the address-level2 field)
  • +
  • postal-code - Postal code, post code, ZIP code, CEDEX code (if CEDEX, append "CEDEX", and the arrondissement, if relevant, to the address-level2 field)
  • cc-name - Full name as given on the payment instrument
  • cc-given-name - Given name as given on the payment instrument (in some Western cultures, also known as the first name)
  • cc-additional-name - Additional names given on the payment instrument (in some Western cultures, also known as middle names, forenames other than the first name)