diff --git a/research/src/pages/popup/popup.research.explainer.mdx b/research/src/pages/popup/popup.research.explainer.mdx index c7aafd8e2..a95872395 100644 --- a/research/src/pages/popup/popup.research.explainer.mdx +++ b/research/src/pages/popup/popup.research.explainer.mdx @@ -6,7 +6,7 @@ pathToResearch: /components/popup.research --- - [@mfreed7](https://github.com/mfreed7), [@scottaohara](https://github.com/scottaohara), [@BoCupp-Microsoft](https://github.com/BoCupp-Microsoft), [@domenic](https://github.com/domenic), [@gregwhitworth](https://github.com/gregwhitworth), [@chrishtr](https://github.com/chrishtr), [@dandclark](https://github.com/dandclark), [@una](https://github.com/una), [@smhigley](https://github.com/smhigley), [@aleventhal](https://github.com/aleventhal) -- May 9, 2022 +- June 1, 2022 @@ -83,18 +83,28 @@ This section lays out the full details of this proposal. If you'd prefer, you ca A new content attribute, **`popup`**, controls both the top layer status and the dismiss behavior. There are several allowed values for this attribute: -* **`popup=popup`** - A top layer element following “Popup” dismiss behaviors (see below). +* **`popup=auto`** - A top layer element following "Auto" dismiss behaviors (see below). * **`popup=hint`** - A top layer element following “Hint” dismiss behaviors (see below). * **`popup=async`** - A top layer element following “Async” dismiss behaviors (see below). So this markup represents popup content: ```html -