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

Commit

Permalink
Update popup to be pop-up
Browse files Browse the repository at this point in the history
  • Loading branch information
hanselfmu committed Aug 30, 2022
1 parent 1f4f87a commit b22e5d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/en/blog/top-layer-devtools/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +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://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).
[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 b22e5d9

Please sign in to comment.