-
Notifications
You must be signed in to change notification settings - Fork 40
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
Limitations for showing transaction data #269
Comments
We don't currently have limits set on PaymentInstrument.displayName or on any other field intended to be user visible in SPC, but we probably should have some guidance. In general, the fields should all be viewed as short and specific pieces of information about the given item (whether thats the PaymentInstrument, the payeeName, etc). WebAuthn has similar strings, and has the following guidance section for user agents that includes the ability to arbitrarily truncate strings: https://w3c.github.io/webauthn/#sctn-strings @ianbjacobs - #agenda? :D |
@stephenmcgruer, will do. |
Discussed at 25 April meeting |
To summarize, the agreed upon outcome was to build character limits into the spec, based on the 3DS protocol requirements as a starting point. I own putting together a PR for that, to be reviewed at a future WG sync. |
In the SPC spec I can't find any limitations for the displayName field.
If it is already defined , where is it defined?
If not, maybe it should be defined...
Regarding the current implementation in Chromium:
Whats the max length?
Can the displayName be multiline?
The text was updated successfully, but these errors were encountered: