-
Notifications
You must be signed in to change notification settings - Fork 266
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
Does the autocomplete attribute apply to the currency dropdown and Amount input fields on the transfer page? #3537
Comments
I would actually argue that those two values have actually nothing to do per se with "information about the user", which is what 1.3.5 is scoped to. To me, it seems a mistake that they're included.
with @alastc et al |
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 #3537
just filed #3539 |
What if there is an Investment page where the user is investing same amount every month? |
that's not intrinsic information tied to the person though, I'd argue. it's scoped to that specific transaction, it's not something that "on any page about transactions, this is what the user will always want to invest" |
in short, to answer the original question, I would personally ignore those two |
User is accessing a balance transfer page where they need to select the currency and then enter an amount in order to move funds from their account to a trust, org, etc.
In such scenarios, do we test the 1.3.5 SC?
Although we have token values listed as "transaction-currency" and "transaction-amount" in the HTML 5.2 autofill tokens
The confusion is when and where these tokens are to be used and in the above-said scenario, whether these values are applicable.
The text was updated successfully, but these errors were encountered: