Skip to content

Commit

Permalink
chore: tidy up index.html (#166)
Browse files Browse the repository at this point in the history
Co-authored-by: himorin <[email protected]>
  • Loading branch information
github-actions[bot] and himorin authored Nov 18, 2024
1 parent 8ab75b2 commit 255fe64
Showing 1 changed file with 94 additions and 34 deletions.
128 changes: 94 additions & 34 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -307,21 +307,26 @@ <h2>
</li>
</ul>
<div class="note">
<p>When a foldable is used in a half-folded state (like a book),
implementers might need to take into account the effect of
text direction and writing mode on the layout and presentation.</p>

<p>For example, right-to-left languages
(those that use scripts such as Arabic, Hebrew, Syriac, and others)
and many vertical writing modes used by, for example, East Asian languages
progress pages in the opposite order to that used by an English book,
with the lower numbered page on the right.
</p>
<p>See <a data-cite=
"clreq#major_differences_between_horizontal_and_vertical_writing_modes">Chinese</a>,
<a data-cite=
"jlreq#major_differences_between_horizontal_and_vertical_writing_modes">Japanese</a>,
and <a data-cite="klreq/#para-diffs">Korean</a> differences in writing modes for more information.</p>
<p>
When a foldable is used in a half-folded state (like a book),
implementers might need to take into account the effect of text
direction and writing mode on the layout and presentation.
</p>
<p>
For example, right-to-left languages (those that use scripts such
as Arabic, Hebrew, Syriac, and others) and many vertical writing
modes used by, for example, East Asian languages progress pages
in the opposite order to that used by an English book, with the
lower numbered page on the right.
</p>
<p>
See <a data-cite=
"clreq#major_differences_between_horizontal_and_vertical_writing_modes">
Chinese</a>, <a data-cite=
"jlreq#major_differences_between_horizontal_and_vertical_writing_modes">
Japanese</a>, and <a data-cite="klreq/#para-diffs">Korean</a>
differences in writing modes for more information.
</p>
</div>
</li>
</ol>
Expand Down Expand Up @@ -1004,27 +1009,82 @@ <h2>
</p>
</section>
<section id="substantive-changes-summary" class="appendix informative">
<h2>Summary of substantive changes</h2>
<h2>
Summary of substantive changes
</h2>
<section id="substantive-changes-summary-fpwd">
<h3>Changes since the <a href="https://www.w3.org/TR/2020/WD-screen-fold-20201217/">First Public Working Draft (2020/12/17)</a></h3>
<h3>
Changes since the <a href=
"https://www.w3.org/TR/2020/WD-screen-fold-20201217/">First Public
Working Draft (2020/12/17)</a>
</h3>
<ul>
<li><a href="https://github.com/w3c/device-posture/pull/155">Remove the rate limiting section per PING review</a> (PR #155)</li>
<li><a href="https://github.com/w3c/device-posture/pull/149">Add two new comments from the accessibility review</a> (PR #149)</li>
<li><a href="https://github.com/w3c/device-posture/pull/145">Update Privacy considerations</a> (PR #145)</li>
<li><a href="https://github.com/w3c/device-posture/pull/141">Add automation support via WebDriver</a> (PR #141)</li>
<li><a href="https://github.com/w3c/device-posture/pull/138">Remove the focus part of the spec</a> (PR #138)</li>
<li><a href="https://github.com/w3c/device-posture/pull/132">Improve the privacy section</a> (PR #132)</li>
<li><a href="https://github.com/w3c/device-posture/pull/127">Add accessibility section</a> (PR #127)</li>
<li><a href="https://github.com/w3c/device-posture/pull/128">device posture change steps: Refer to disallowRecursion by name in calls</a> (PR #128)</li>
<li><a href="https://github.com/w3c/device-posture/pull/120">Modernize algorithms in "Algorithm" section</a> (PR #120)</li>
<!-- PR #112 was removed by PR #114 -->
<li><a href="https://github.com/w3c/device-posture/pull/100">Remove Folded Over from Device Posture</a> (PR #100)</li>
<li><a href="https://github.com/w3c/device-posture/pull/87">Updated folding related concepts</a> (PR #87)</li>
<li><a href="https://github.com/w3c/device-posture/pull/75">Use internal slot</a> (PR #75)</li>
<li><a href="https://github.com/w3c/device-posture/pull/73">Add info about using additional signals</a> (PR #73)</li>
<li><a href="https://github.com/w3c/device-posture/pull/71">Move the entry point of the API to the window.navigator interface</a> (PR #71)</li>
<li><a href="https://github.com/w3c/device-posture/pull/58">Remove fold angle value from the specification</a> (PR #58)</li>
<li><a href="https://github.com/w3c/device-posture/pull/42">Improve the Privacy and Security section</a> (PR #42)</li>
<li>
<a href="https://github.com/w3c/device-posture/pull/155">Remove the
rate limiting section per PING review</a> (PR #155)
</li>
<li>
<a href="https://github.com/w3c/device-posture/pull/149">Add two
new comments from the accessibility review</a> (PR #149)
</li>
<li>
<a href="https://github.com/w3c/device-posture/pull/145">Update
Privacy considerations</a> (PR #145)
</li>
<li>
<a href="https://github.com/w3c/device-posture/pull/141">Add
automation support via WebDriver</a> (PR #141)
</li>
<li>
<a href="https://github.com/w3c/device-posture/pull/138">Remove the
focus part of the spec</a> (PR #138)
</li>
<li>
<a href="https://github.com/w3c/device-posture/pull/132">Improve
the privacy section</a> (PR #132)
</li>
<li>
<a href="https://github.com/w3c/device-posture/pull/127">Add
accessibility section</a> (PR #127)
</li>
<li>
<a href="https://github.com/w3c/device-posture/pull/128">device
posture change steps: Refer to disallowRecursion by name in
calls</a> (PR #128)
</li>
<li>
<a href="https://github.com/w3c/device-posture/pull/120">Modernize
algorithms in "Algorithm" section</a> (PR #120)
</li><!-- PR #112 was removed by PR #114 -->
<li>
<a href="https://github.com/w3c/device-posture/pull/100">Remove
Folded Over from Device Posture</a> (PR #100)
</li>
<li>
<a href="https://github.com/w3c/device-posture/pull/87">Updated
folding related concepts</a> (PR #87)
</li>
<li>
<a href="https://github.com/w3c/device-posture/pull/75">Use
internal slot</a> (PR #75)
</li>
<li>
<a href="https://github.com/w3c/device-posture/pull/73">Add info
about using additional signals</a> (PR #73)
</li>
<li>
<a href="https://github.com/w3c/device-posture/pull/71">Move the
entry point of the API to the window.navigator interface</a> (PR
#71)
</li>
<li>
<a href="https://github.com/w3c/device-posture/pull/58">Remove fold
angle value from the specification</a> (PR #58)
</li>
<li>
<a href="https://github.com/w3c/device-posture/pull/42">Improve the
Privacy and Security section</a> (PR #42)
</li>
</ul>
</section>
</section>
Expand Down

0 comments on commit 255fe64

Please sign in to comment.