diff --git a/mediaqueries-5/Overview.bs b/mediaqueries-5/Overview.bs index de0dee0fa019..adea08fc4e12 100644 --- a/mediaqueries-5/Overview.bs +++ b/mediaqueries-5/Overview.bs @@ -1330,18 +1330,20 @@ Display Modes: the ''display-mode'' media feature
standalone
- The [=display mode/standalone=] display mode is in use. + The [=display mode/standalone=] display mode is in use. Only applicable in an [=application + context=].
minimal-ui
- The [=display mode/minimal-ui=] display mode is in use. + The [=display mode/minimal-ui=] display mode is in use. Only applicable in an [=application + context=].
browser
The browsing context is displayed using the platform-specific convention for opening hyperlinks in the user agent (e.g., in a browser tab or web browser window with controls such as an address bar). This should be used for non-[=application context|application contexts=] - that are not fullscreen. + where no other display mode is appropriate. Corresponds to the [=display mode/browser=] display mode. @@ -1371,8 +1373,7 @@ Display Modes: the ''display-mode'' media feature
@media (display-mode: standalone) { … }
The user agent could set '@media/display-mode' to any of the other values, depending on the - actual mode currently in use. When used outside of an [=application context=], the - '@media/display-mode' will always be ''display-mode/browser'' or ''display-mode/fullscreen''. + actual mode currently in use.