-
Notifications
You must be signed in to change notification settings - Fork 2k
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 popover API #19328
add popover API #19328
Conversation
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 for your PR! I think the CI failure is because we want multipage/ links to the HTML spec.
Chrome 114 is correct according to https://chromestatus.com/feature/5463833265045504
Co-authored-by: Florian Scholz <[email protected]>
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.
Thank you! 👍
Summary
This adds all of the API for global attributes and properties with relation to the Popover API. I worked on this mostly to get the ball rolling. Chrome 114 is slated to ship this but it has not definitely shipped to a browser.
Test results and supporting details
These are available in the specification: https://html.spec.whatwg.org/#the-popover-attribute
Related issues
mdn/content#25125