Skip to content

Commit

Permalink
chore: tidy up index.html (#137)
Browse files Browse the repository at this point in the history
Co-authored-by: darktears <[email protected]>
  • Loading branch information
github-actions[bot] and darktears authored Mar 15, 2024
1 parent 24d7233 commit 000328f
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -371,8 +371,8 @@ <h2>
</p>
<p>
For a given {{Document}}, the <a>current posture</a> is derived from
the current hinge angle and the
<a data-cite="SCREEN-ORIENTATION#dfn-screen-orientations">screen orientation</a>,
the current hinge angle and the <a data-cite=
"SCREEN-ORIENTATION#dfn-screen-orientations">screen orientation</a>,
and potentially other implementation-specific signals.
</p>
<p>
Expand Down Expand Up @@ -447,8 +447,10 @@ <h2>
<ol class="algorithm">
<li>Return a {{DevicePostureType}} value determined in an
[=implementation-defined=] way based on the current hinge angle
value, current <a data-cite="SCREEN-ORIENTATION#dfn-screen-orientations">screen orientation</a>,
as well as potential implementation-specific signals, according to the [=posture values table=].
value, current <a data-cite=
"SCREEN-ORIENTATION#dfn-screen-orientations">screen orientation</a>,
as well as potential implementation-specific signals, according to
the [=posture values table=].
</li>
</ol>
</section>
Expand Down Expand Up @@ -757,8 +759,8 @@ <h3>
/*The browser supports device-posture feature*/
}
</pre>For more information about media features in a boolean context
please refer to <a data-cite="MEDIAQ#mq-boolean-context">Evaluating Media Features
in a Boolean Context</a>.
please refer to <a data-cite="MEDIAQ#mq-boolean-context">Evaluating Media
Features in a Boolean Context</a>.
</section>
<section id="conformance">
<p>
Expand Down

0 comments on commit 000328f

Please sign in to comment.