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

Add specific click API details, plus a code example #144

Merged
merged 7 commits into from
Apr 12, 2024

Conversation

VergeA
Copy link
Collaborator

@VergeA VergeA commented Mar 18, 2024

Now that we've solidified some of the API designs, we should have more details about them in the explainer where necessary. Getting from shared storage is pretty straightforward, but the click listener API needs an explicit description of its API surface.

In addition, I've added an end-to-end example of how all of our API surfaces can be combined for a real-world use case of personalized payment buttons.

VergeA added 2 commits March 18, 2024 16:01
Now that we've solidified some of the API designs, we should have more details about them in the explainer where necessary. Getting from shared storage is pretty straightforward, but the click listener API needs an explicit description of its API surface. 

In addition, I've added an end-to-end example of how all of our API surfaces can be combined for a real-world use case of personalized payment buttons.
@shivanigithub shivanigithub merged commit 689776f into WICG:master Apr 12, 2024
2 checks passed
@VergeA VergeA deleted the ulda branch April 12, 2024 18:49
github-actions bot added a commit that referenced this pull request Apr 12, 2024
SHA: 689776f
Reason: push, by shivanigithub

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
aarongable pushed a commit to chromium/chromium that referenced this pull request Apr 23, 2024
The implementation of the onfencedtreeclick handler should now
match the explainer and design doc content, as requested in
WICG/fenced-frame#144 (comment)

I have also flag-gated it properly, which I guess I forgot I could
do before. Placing the attribute behind a flag should not
introduce web-visible breakage, because the method that fires
`fencedtreeclick` events (`window.fence.notifyEvent`) has not shipped.

Bug: 336318606
Change-Id: Ie49f9a78da2dd80b7777a597c9640b598d5e2846
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5479607
Reviewed-by: Dominic Farolino <[email protected]>
Commit-Queue: Andrew Verge <[email protected]>
Cr-Commit-Position: refs/heads/main@{#1291612}
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.

4 participants