Skip to content
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

Proposal: drop allowpaymentrequest attribute #925

Closed
marcoscaceres opened this issue Sep 14, 2020 · 3 comments · Fixed by #928
Closed

Proposal: drop allowpaymentrequest attribute #925

marcoscaceres opened this issue Sep 14, 2020 · 3 comments · Fixed by #928

Comments

@marcoscaceres
Copy link
Member

Current state of things:

  • Only Chrome implements and ships allowpaymentrequest. Safari never implemented it, and Firefox never shipped it outside of Nightly. Payment Request has been disabled for 2+ years in Firefox, and seems unlikely to ship as Mozilla lacks a backing Payment Handler implementation. Work on implementing Payment Handler was put on hold.
  • Permissions Policy spec defines "payment", allowing the allow= to explicitly override allowpaymentrequest.
  • In Chrome, the allowpaymentrequest attribute is not implemented per spec, leading to some WPT failures.

As such, I'm wondering if it might be prudent to remove allowpaymentrequest from HTML (and from Permission Policy and from Payment Request).

If we agree, we would need to update:

  • html
  • Permission Policy spec
  • The Payment Request API spec.

CC @danyao @rsolomakhin @adrianhopebailie

@danyao
Copy link
Collaborator

danyao commented Sep 14, 2020

+1

1 similar comment
@ianbjacobs
Copy link
Collaborator

+1

@danyao
Copy link
Collaborator

danyao commented Sep 14, 2020

Filed Chrome tracking bug: https://bugs.chromium.org/p/chromium/issues/detail?id=1127988

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants