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

Update popup link #3556

Merged
merged 3 commits into from
Sep 6, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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