Skip to content

Commit

Permalink
31113 popover nightly (#31154)
Browse files Browse the repository at this point in the history
* added see also links to popover api and attribute pages

* added see also links to related CSS pseudo-element & class

* added see also links to the html apis related to popover

* Update files/en-us/web/html/global_attributes/popover/index.md

Co-authored-by: Estelle Weyl <[email protected]>

* removed the reference to button in the see also as it applies to input too

---------

Co-authored-by: Estelle Weyl <[email protected]>
  • Loading branch information
dletorey and estelle authored Dec 21, 2023
1 parent 91090d5 commit e492ae4
Show file tree
Hide file tree
Showing 10 changed files with 20 additions and 0 deletions.
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 attribute
- [`popovertargetaction`](/en-US/docs/Web/HTML/Element/button#popovertargetaction) HTML 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 attribute
- [`popovertargetaction`](/en-US/docs/Web/HTML/Element/button#popovertargetaction) HTML attribute
- [`::backdrop`](/en-US/docs/Web/CSS/::backdrop) CSS pseudo-element
- [`:popover-open`](/en-US/docs/Web/CSS/:popover-open) CSS pseudo-class

0 comments on commit e492ae4

Please sign in to comment.