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

added native nightly support for all popover features #21676

Merged
merged 4 commits into from
Dec 21, 2023

Conversation

dletorey
Copy link
Contributor

@dletorey dletorey commented Dec 19, 2023

Summary

Working on documenting popover features in nightly by default

Test results and supporting details

Built a bunch of code.pens and tested in FF Nightly

Related issues

@github-actions github-actions bot added data:api Compat data for Web APIs. https://developer.mozilla.org/docs/Web/API data:css Compat data for CSS features. https://developer.mozilla.org/docs/Web/CSS data:html Compat data for HTML elements. https://developer.mozilla.org/docs/Web/HTML labels Dec 19, 2023
Copy link
Member

@Elchi3 Elchi3 left a comment

Choose a reason for hiding this comment

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

I ran npm run traverse -- -t web-features:popover to see all features that have to do with popover.

api.HTMLButtonElement.popoverTargetAction
api.HTMLButtonElement.popoverTargetElement
api.HTMLElement.beforetoggle_event
api.HTMLElement.hidePopover
api.HTMLElement.popover
api.HTMLElement.showPopover
api.HTMLElement.toggle_event
api.HTMLElement.togglePopover
api.HTMLInputElement.popoverTargetAction
api.HTMLInputElement.popoverTargetElement
api.ToggleEvent
api.ToggleEvent.ToggleEvent
api.ToggleEvent.newState
api.ToggleEvent.oldState
css.selectors.backdrop.popover
css.selectors.popover-open
html.global_attributes.popover
html.global_attributes.popovertarget
html.global_attributes.popovertargetaction

This PR updates all of them except:

api.ToggleEvent
api.ToggleEvent.ToggleEvent
api.ToggleEvent.newState
api.ToggleEvent.oldState

Those are already marked as shipped in Firefox 120.

So this looks good to me. Thanks for your PR 👍

@Elchi3 Elchi3 merged commit f625977 into mdn:main Dec 21, 2023
6 checks passed
@dletorey dletorey deleted the 31113-popover-nightly branch March 20, 2024 16:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
data:api Compat data for Web APIs. https://developer.mozilla.org/docs/Web/API data:css Compat data for CSS features. https://developer.mozilla.org/docs/Web/CSS data:html Compat data for HTML elements. https://developer.mozilla.org/docs/Web/HTML
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants