Skip to content

Commit 780820b

Browse files
committed
Minor tweaks to intro
1 parent 80ee9ef commit 780820b

2 files changed

Lines changed: 7 additions & 9 deletions

File tree

css3-writing-modes/Overview.html

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -245,15 +245,14 @@ <h3 id=vertical-intro><span class=secno>1.1. </span>Introduction to
245245
vertically. The Japanese example below shows the same text laid out
246246
horizontally and vertically. In the horizontal case, text is read from
247247
left to right, top to bottom. For the vertical case, the text is read top
248-
to bottom, with the lines ordered either right to left (for Chinese and
249-
Japanese) or left to right (for Mongolian and Manchu). Indentation from
250-
the left edge in the left-to-right horizontal case translates to
251-
indentation from the top edge in the top-to-bottom vertical case.
248+
to bottom, right to left. Indentation from the left edge in the
249+
left-to-right horizontal case translates to indentation from the top edge
250+
in the top-to-bottom vertical case.
252251

253252
<p>The change from horizontal to vertical writing can affect not just the
254253
layout, but also the typesetting. For example, the position of punctuation
255-
mark within its spacing box box also changes from the horizontal to the
256-
vertical case:
254+
mark within its spacing box may change from the horizontal to the vertical
255+
case:
257256

258257
<div class=figure>
259258
<p><img alt="A comparison of horizontal and vertical Japanese shows that

css3-writing-modes/Overview.src.html

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,15 +87,14 @@ <h3 id="vertical-intro">Introduction to Vertical Text</h3>
8787
vertically. The Japanese example below shows the same text laid out
8888
horizontally and vertically. In the horizontal case, text is read
8989
from left to right, top to bottom. For the vertical case, the text is
90-
read top to bottom, with the lines ordered either right to left (for
91-
Chinese and Japanese) or left to right (for Mongolian and Manchu).
90+
read top to bottom, right to left.
9291
Indentation from the left edge in the left-to-right horizontal case
9392
translates to indentation from the top edge in the top-to-bottom vertical
9493
case.
9594

9695
<p>The change from horizontal to vertical writing can affect not just the
9796
layout, but also the typesetting. For example, the position of punctuation
98-
mark within its spacing box box also changes from the horizontal to the
97+
mark within its spacing box may change from the horizontal to the
9998
vertical case:
10099

101100
<div class="figure">

0 commit comments

Comments
 (0)