Skip to content

Commit 392cd5a

Browse files
Add window-controls-overlay to the display-mode media query (mdn#21476)
1 parent 2c675f0 commit 392cd5a

File tree

1 file changed

+1
-0
lines changed
  • files/en-us/web/css/@media/display-mode

1 file changed

+1
-0
lines changed

files/en-us/web/css/@media/display-mode/index.md

+1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ The `display-mode` feature is specified as a keyword value chosen from the list
3030
| `standalone` | The application will look and feel like a standalone application. This can include the application having a different window, its own icon in the application launcher, etc. In this mode, the user agent will exclude UI elements for controlling navigation, but can include other UI elements such as a status bar. | `minimal-ui` |
3131
| `minimal-ui` | The application will look and feel like a standalone application, but will have a minimal set of UI elements for controlling navigation. The elements will vary by browser. | `browser` |
3232
| `browser` | The application opens in a conventional browser tab or new window, depending on the browser and platform. | (none) |
33+
| `window-controls-overlay` | In this mode, the application looks and feels like a standalone desktop application, and the [Window Controls Overlay](/en-US/docs/Web/API/Window_Controls_Overlay_API) feature is enabled. | (none) |
3334

3435
## Examples
3536

0 commit comments

Comments
 (0)