Skip to content
This repository has been archived by the owner on Mar 14, 2024. It is now read-only.

Commit

Permalink
Update popup link (#3556)
Browse files Browse the repository at this point in the history
* Update popup link

* Replace popup link

* Update popup to be pop-up
  • Loading branch information
hanselfmu committed Sep 6, 2022
1 parent f8672bf commit 3d46adf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions site/en/blog/top-layer-devtools/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,7 @@ The [top layer](https://fullscreen.spec.whatwg.org/#new-stacking-layer) can be d
Multiple elements can be inside the top layer at the same time. When that happens, they stack on top of each other, the last one on top. In other words, all of the top layer elements are placed in a *last in, first out* (LIFO) stack in the top layer.

The `<dialog>` element is not the only element that the browser renders into a top layer. Currently, the top layer elements are:
[popups](https://developer.mozilla.org/docs/Mozilla/Add-ons/WebExtensions/user_interface/Popups)
[modal dialogs](https://developer.mozilla.org/docs/Web/HTML/Element/dialog) elements in a [fullscreen mode](https://developer.mozilla.org/docs/Web/API/Fullscreen_API).
[pop-ups](https://open-ui.org/components/popup.research.explainer), [modal dialogs](https://developer.mozilla.org/docs/Web/HTML/Element/dialog), and elements in a [fullscreen mode](https://developer.mozilla.org/docs/Web/API/Fullscreen_API).

Examine the following dialog implementation:

Expand Down

0 comments on commit 3d46adf

Please sign in to comment.