Skip to content

Commit f0bfb7d

Browse files
committed
1 parent 3ee7cd8 commit f0bfb7d

2 files changed

Lines changed: 6 additions & 7 deletions

File tree

css3-writing-modes/Overview.html

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,7 @@
3030

3131
<h1>CSS Writing Modes Module Level 3</h1>
3232

33-
<h2 class="no-num no-toc" id=longstatus-date>W3C Working Draft 28 April
34-
2011</h2>
33+
<h2 class="no-num no-toc" id=longstatus-date>W3C Working Draft 2 May 2011</h2>
3534

3635
<dl>
3736
<dt>This version:</dt>
@@ -40,7 +39,7 @@ <h2 class="no-num no-toc" id=longstatus-date>W3C Working Draft 28 April
4039
-->
4140

4241
<dd><a
43-
href="http://www.w3.org/TR/2011/WD-css3-writing-modes-20110428">http://www.w3.org/TR/2011/WD-css3-writing-modes-20110428</a>
42+
href="http://www.w3.org/TR/2011/WD-css3-writing-modes-20110502">http://www.w3.org/TR/2011/WD-css3-writing-modes-20110502</a>
4443

4544

4645
<dt>Latest version:
@@ -910,7 +909,7 @@ <h2 id=vertical-intro><span class=secno>3. </span> Introduction to Vertical
910909
</div>
911910

912911
<p class=note>For Chinese and Japanese lines are ordered either right to
913-
left, while for Mongolian and Manchu left to right.
912+
left or top to bottom, while for Mongolian and Manchu left to right.
914913

915914
<p>The change from horizontal to vertical writing can affect not just the
916915
layout, but also the typesetting. For example, the position of a
@@ -1142,7 +1141,7 @@ <h3 id=writing-mode><span class=secno>3.1. </span> Block Flow Direction:
11421141
vertical writing mode for the replaced content.
11431142

11441143
<div class=example>
1145-
<p>In the following example, two blocks elements (1 and 3) separated by an
1144+
<p>In the following example, two block elements (1 and 3) separated by an
11461145
image (2) are presented in various flow writing modes.</p>
11471146

11481147
<p>Here is a diagram of horizontal writing mode (<code>writing-mode:

css3-writing-modes/Overview.src.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -600,7 +600,7 @@ <h2 id="vertical-intro">
600600
</div>
601601

602602
<p class="note">For Chinese and Japanese lines are ordered either right
603-
to left, while for Mongolian and Manchu left to right.</p>
603+
to left or top to bottom, while for Mongolian and Manchu left to right.</p>
604604

605605
<p>The change from horizontal to vertical writing can affect not just the
606606
layout, but also the typesetting. For example, the position of a punctuation
@@ -774,7 +774,7 @@ <h3 id="writing-mode">
774774
supports such a vertical writing mode for the replaced content.
775775

776776
<div class="example">
777-
<p>In the following example, two blocks elements (1 and 3) separated
777+
<p>In the following example, two block elements (1 and 3) separated
778778
by an image (2) are presented in various flow writing modes.</p>
779779

780780
<p>Here is a diagram of horizontal writing mode (<code>writing-mode: horizontal-tb</code>):</p>

0 commit comments

Comments
 (0)