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

31113 popover nightly #31154

Merged
merged 10 commits into from
Dec 21, 2023
Original file line number Diff line number Diff line change
Expand Up @@ -72,5 +72,6 @@ popover.hidePopover();

## See also

- [`popover`](/en-US/docs/Web/HTML/Global_attributes/popover) HTML global attribute
- [Popover API](/en-US/docs/Web/API/Popover_API)
- Related event: [`toggle`](/en-US/docs/Web/API/HTMLElement/toggle_event)
1 change: 1 addition & 0 deletions files/en-us/web/api/htmlelement/popover/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,5 @@ if (popoverSupported) {

## See also

- [`popover`](/en-US/docs/Web/HTML/Global_attributes/popover) HTML global attribute
- [Popover API](/en-US/docs/Web/API/Popover_API)
1 change: 1 addition & 0 deletions files/en-us/web/api/htmlelement/toggle_event/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,5 +74,6 @@ popover.hidePopover();

## See also

- [`popover`](/en-US/docs/Web/HTML/Global_attributes/popover) HTML global attribute
- [Popover API](/en-US/docs/Web/API/Popover_API)
- Related event: [`beforetoggle`](/en-US/docs/Web/API/HTMLElement/beforetoggle_event)
1 change: 1 addition & 0 deletions files/en-us/web/api/htmlelement/togglepopover/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,4 +118,5 @@ You can test this out using the live example below.

## See also

- [`popover`](/en-US/docs/Web/HTML/Global_attributes/popover) HTML global attribute
- [Popover API](/en-US/docs/Web/API/Popover_API)
Original file line number Diff line number Diff line change
Expand Up @@ -134,4 +134,5 @@ The popover can be displayed by selecting the "Show popover" button, and dismiss

## See also

- [`popover`](/en-US/docs/Web/HTML/Global_attributes/popover) HTML global attribute
- [Popover API](/en-US/docs/Web/API/Popover_API)
Original file line number Diff line number Diff line change
Expand Up @@ -101,4 +101,5 @@ The "auto" popover can also be light dismissed by selecting outside the bounds o

## See also

- [`popover`](/en-US/docs/Web/HTML/Global_attributes/popover) HTML global attribute
- [Popover API](/en-US/docs/Web/API/Popover_API)
8 changes: 8 additions & 0 deletions files/en-us/web/api/popover_api/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,3 +94,11 @@ See our [Popover API examples landing page](https://mdn.github.io/dom-examples/p
## Browser compatibility

{{Compat}}

## See also

- [`popover`](/en-US/docs/Web/HTML/Global_attributes/popover) HTML global attribute
- [`popovertarget`](/en-US/docs/Web/HTML/Element/button#popovertarget) HTML `button` attribute
- [`popovertargetaction`](/en-US/docs/Web/HTML/Element/button#popovertargetaction) HTML `button` attribute
- [`::backdrop`](/en-US/docs/Web/CSS/::backdrop) CSS pseudo-element
- [`:popover-open`](/en-US/docs/Web/CSS/:popover-open) CSS pseudo-class
1 change: 1 addition & 0 deletions files/en-us/web/css/_colon_popover-open/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,3 +61,4 @@ To override the default styles and get the popover to appear somewhere else on y
## See also

- [Popover API](/en-US/docs/Web/API/Popover_API)
- [`popover`](/en-US/docs/Web/HTML/Global_attributes/popover) HTML global attribute
1 change: 1 addition & 0 deletions files/en-us/web/css/_doublecolon_backdrop/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,4 +71,5 @@ The resulting screen looks like this:
- {{cssxref(":fullscreen")}} pseudo-class
- {{HTMLElement("dialog")}} HTML element
- [Fullscreen API](/en-US/docs/Web/API/Fullscreen_API)
- [`popover`](/en-US/docs/Web/HTML/Global_attributes/popover) HTML global attribute
- [Popover API](/en-US/docs/Web/API/Popover_API)
4 changes: 4 additions & 0 deletions files/en-us/web/html/global_attributes/popover/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,7 @@ The following renders a button that will open a popover element when activated.
## See also

- {{domxref("Popover API", "Popover API", "", "nocode")}}
- [`popovertarget`](/en-US/docs/Web/HTML/Element/button#popovertarget) HTML `button` attribute
- [`popovertargetaction`](/en-US/docs/Web/HTML/Element/button#popovertargetaction) HTML `button` attribute
dletorey marked this conversation as resolved.
Show resolved Hide resolved
- [`::backdrop`](/en-US/docs/Web/CSS/::backdrop) CSS pseudo-element
- [`:popover-open`](/en-US/docs/Web/CSS/:popover-open) CSS pseudo-class