-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Add compat data for secure payment confirmation #21460
Conversation
Thank you so much, @wbamberg! I will have a look. |
LGTM, thanks! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The data for
minPinLength
was doing that usingmdn_url
but that didn't work because fragments seem to get ignored there (?).
hm, the way minPinLength
was doing that is the more consistent way in BCD. I would suggest you have mdn_url
and description
for all entries. That way caniuse will render:
"See full reference on MDN Web Docs."
If yari doesn't render the full url, then that's a bug in yari.
Ah, thanks for letting me know! I updated this PR and filed mdn/yari#10152. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
My sincere thanks to you all for helping get this done! |
You're welcome, and thanks for your patience with our pedantry! |
Adds compat data for secure payment confirmation.
Supersedes #20583, using the same data as in that PR, but as additions to https://developer.mozilla.org/en-US/docs/Web/API/CredentialsContainer/create (for the WebAuth extension) and https://developer.mozilla.org/en-US/docs/Web/API/PaymentRequest/PaymentRequest (for the new payment method.
I've also added links to docs for all the other WebAuth extensions. The data for
minPinLength
was doing that usingmdn_url
but that didn't work because fragments seem to get ignored there (?).