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

[Spec] Relax user activation requirement for show() #1009

Merged
merged 3 commits into from Jun 28, 2023

Conversation

nickburris
Copy link
Member

@nickburris nickburris commented Jun 12, 2023

This gives the user agent the ability to relax the user activation requirement on the PaymentRequest.show() method.

This spec change largely follows the relevant change outlined in Secure Payment Confirmation: w3c/secure-payment-confirmation#236


Preview | Diff

@nickburris
Copy link
Member Author

@rsolomakhin, PTAL for a first look! First time in this spec 😄

Copy link
Collaborator

@rsolomakhin rsolomakhin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Welcome to the spec! :-D

index.html Outdated Show resolved Hide resolved
index.html Outdated Show resolved Hide resolved
@stephenmcgruer stephenmcgruer marked this pull request as ready for review June 19, 2023 19:51
@ianbjacobs
Copy link
Collaborator

Discussed today at the WPWG meeting: https://www.w3.org/2023/06/22-wpwg-minutes#t04

There were no objections to merging the pull request.

@stephenmcgruer stephenmcgruer merged commit d9352e2 into w3c:gh-pages Jun 28, 2023
2 checks passed
@marcoscaceres
Copy link
Member

It would have been good to also document and specify the redirect feature... I have concerns this went in without WebKit review because I don't think we support this model (and the redirect without requiring user activation... is that is that thing, like, in HTML?).

@marcoscaceres
Copy link
Member

also, please kindly always make us the PR template. Otherwise, we miss tests, and bugs filed on other browser engines.

@stephenmcgruer
Copy link
Collaborator

Hey Marcos; apologies for missing on the PR template, and I agree that we could have done better here to get WebKit views. I will push back slightly and note that at time of PR creation, to my knowledge Apple was not a member of the WPWG and so was not engaging on PaymentRequest/etc issues, however we could still have requested a standards position at the very least.

We deliberately wrote the spec change so that it was optional for the user agent to allow, but ack that it may not fully address your concerns. Happy to discuss in a future WPWG meeting!

and the redirect without requiring user activation... is that is that thing, like, in HTML?

I may not understand your question correctly, but one can redirect in HTML without any user interaction or activation. Via either JavaScript or 302 redirects. One generally cannot open pop-ups without user interaction (though I don't think it's actually spec'd - it's about the individual browsers pop-up blocker logic), so it's fair to note that this change is risky in that direction. We did weight that up for Chrome very seriously and implemented some mitigations, but ultimately felt the use-case of redirect from aggregator --> frictionless merchant checkout flow was worth supporting.

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 this pull request may close these issues.

None yet

5 participants