-
Notifications
You must be signed in to change notification settings - Fork 39
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
Multiple versions of card art icon? (E.g. to support dark mode) #1
Comments
Add API sketch and clarify data structures.
Maybe the right thing is to be able to provide multiple instruments with a single icon per instrument? Is the expectation that the provided icon will be high-res and the browser will scale it appropriately? What about dark-mode 😄 |
Filed #13 to track the instrument cardinality question. 😎
Yeah. Browser will download and save these icons at credential enrollment time. So we'll probably only save the scaled down version.
Good point. In that case, we should probably also specify the purpose of the icon. |
probably want to use https://github.com/w3c/image-resource |
I think this issue may still be relevant at authentication time (even if icon info is not set at enrollment). For example, how would dark mode be handled? |
On the 3DS 2.3.0 protocol, dark mode has been take into account for the payment system and issuer logo to be display. For the 3DS challenge flow (CReq/CRes level ) for APP-based (could be JS SDK), dark mode is also possible (optional field) for issuer and payment system logo. For browser-based, the ACS would defined directly (outside 3DS protocol) the logo to use I guess |
After discussion with the chairs and editors we have concluded that the primary use case here is to support "dark mode." The dark mode use case can be addressed by using client-side JavaScript, and thus we are closing this issue until we hear additional use cases. |
The code snippet in the explainer suggests that the caller can provide multiple icons. Wouldn't one icon be sufficient?
The text was updated successfully, but these errors were encountered: