From e200daac9a2736dc2c8b4f7aec56b165bf2a825b Mon Sep 17 00:00:00 2001 From: "Patrick H. Lauke" Date: Tue, 7 Nov 2023 11:23:03 +0000 Subject: [PATCH 1/2] Update Input Purposes list to remove the transaction values It is hard to argue that `transaction-currency` and `transaction-amount` in any meaningful way "relate to the user of the content and pertain only to information related to that individual". (the first one, just at a stretch perhaps, but both are clearly scoped towards a specific transaction the user is carrying out) Closes https://github.com/w3c/wcag/issues/3537 --- guidelines/input-purposes.html | 2 -- 1 file changed, 2 deletions(-) diff --git a/guidelines/input-purposes.html b/guidelines/input-purposes.html index b83e94c842..ebe36b598a 100644 --- a/guidelines/input-purposes.html +++ b/guidelines/input-purposes.html @@ -40,8 +40,6 @@

Input Purposes for User Interface Components

  • cc-exp-year - Year component of the expiration date of the payment instrument
  • cc-csc - Security code for the payment instrument (also known as the card security code (CSC), card validation code (CVC), card verification value (CVV), signature panel code (SPC), credit card ID (CCID), etc)
  • cc-type - Type of payment instrument
  • -
  • transaction-currency - The currency that the user would prefer the transaction to use
  • -
  • transaction-amount - The amount that the user would like for the transaction (e.g., when entering a bid or sale price)
  • language - Preferred language
  • bday - Birthday
  • bday-day - Day component of birthday
  • From c7cc5e36183965e48f739d9fbd5504bfd252667e Mon Sep 17 00:00:00 2001 From: "Patrick H. Lauke" Date: Mon, 13 Nov 2023 12:30:24 +0000 Subject: [PATCH 2/2] Reintroduce `transaction-currency` --- guidelines/input-purposes.html | 1 + 1 file changed, 1 insertion(+) diff --git a/guidelines/input-purposes.html b/guidelines/input-purposes.html index ebe36b598a..b1ff787789 100644 --- a/guidelines/input-purposes.html +++ b/guidelines/input-purposes.html @@ -40,6 +40,7 @@

    Input Purposes for User Interface Components

  • cc-exp-year - Year component of the expiration date of the payment instrument
  • cc-csc - Security code for the payment instrument (also known as the card security code (CSC), card validation code (CVC), card verification value (CVV), signature panel code (SPC), credit card ID (CCID), etc)
  • cc-type - Type of payment instrument
  • +
  • transaction-currency - The currency that the user would prefer the transaction to use
  • language - Preferred language
  • bday - Birthday
  • bday-day - Day component of birthday