From 3d46adfcebcb4e4739bafa9a5b367ea764182432 Mon Sep 17 00:00:00 2001 From: Changhao Han Date: Tue, 6 Sep 2022 06:25:54 +0200 Subject: [PATCH] Update popup link (#3556) * Update popup link * Replace popup link * Update popup to be pop-up --- site/en/blog/top-layer-devtools/index.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/site/en/blog/top-layer-devtools/index.md b/site/en/blog/top-layer-devtools/index.md index b5e043373856..2c599f6cbc58 100644 --- a/site/en/blog/top-layer-devtools/index.md +++ b/site/en/blog/top-layer-devtools/index.md @@ -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 `` 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: