Skip to content

Commit f8d326b

Browse files
chore: tidy up index.html (#1028)
Co-authored-by: marcoscaceres <[email protected]>
1 parent 874996c commit f8d326b

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

index.html

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2381,11 +2381,10 @@ <h2>
23812381
Choosing a display mode
23822382
</h2>
23832383
<p>
2384-
A [=display mode=], as defined in [[MEDIAQUERIES-5]],
2385-
represents how the web application is being
2386-
presented within the context of an OS (e.g., in fullscreen, etc.).
2387-
Display modes correspond to user interface (UI) metaphors and
2388-
functionality in use on a given platform.
2384+
A [=display mode=], as defined in [[MEDIAQUERIES-5]], represents how
2385+
the web application is being presented within the context of an OS
2386+
(e.g., in fullscreen, etc.). Display modes correspond to user interface
2387+
(UI) metaphors and functionality in use on a given platform.
23892388
</p>
23902389
<p>
23912390
Once a user agent [=applies=] a particular <a>display mode</a> to an
@@ -2469,7 +2468,7 @@ <h2>
24692468
A user agent MUST reflect the applied <a>display mode</a> of the web
24702469
application in the '`display-mode`' media feature [[MEDIAQUERIES-5]].
24712470
</p>
2472-
<p class=note>
2471+
<p class="note">
24732472
A user agent will expose the '`display-mode`' media feature
24742473
irrespective of whether a manifest is being applied to a browsing
24752474
context. For example, if the end-user puts the application into
@@ -2580,11 +2579,12 @@ <h2>
25802579
animated transition, or speaking the text "Launching application X".
25812580
</p>
25822581
<p>
2583-
The `display` member allows an origin some measure of control over a user
2584-
agent’s native UI. After taking over the full screen, it could attempt
2585-
to mimic the user interface of another application.
2586-
This is also facilitated by the `'display-mode'` media feature [[MEDIAQUERIES-5]],
2587-
through which a script can know the display mode of a web application.
2582+
The `display` member allows an origin some measure of control over a
2583+
user agent’s native UI. After taking over the full screen, it could
2584+
attempt to mimic the user interface of another application. This is
2585+
also facilitated by the `'display-mode'` media feature
2586+
[[MEDIAQUERIES-5]], through which a script can know the display mode of
2587+
a web application.
25882588
</p>
25892589
</section>
25902590
<section class="appendix">

0 commit comments

Comments
 (0)