- From: Ishii Koji via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 02 May 2011 07:13:27 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-writing-modes
In directory hutz:/tmp/cvs-serv15029
Modified Files:
Overview.html Overview.src.html
Log Message:
Fix editorial typo, thanks to Alan <http://lists.w3.org/Archives/Public/www-style/2011Apr/0828.html>
Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-writing-modes/Overview.html,v
retrieving revision 1.99
retrieving revision 1.100
diff -u -d -r1.99 -r1.100
--- Overview.html 27 Apr 2011 20:59:08 -0000 1.99
+++ Overview.html 2 May 2011 07:13:25 -0000 1.100
@@ -30,8 +30,7 @@
<h1>CSS Writing Modes Module Level 3</h1>
- <h2 class="no-num no-toc" id=longstatus-date>W3C Working Draft 28 April
- 2011</h2>
+ <h2 class="no-num no-toc" id=longstatus-date>W3C Working Draft 2 May 2011</h2>
<dl>
<dt>This version:</dt>
@@ -40,7 +39,7 @@
-->
<dd><a
- href="http://www.w3.org/TR/2011/WD-css3-writing-modes-20110428">http://www.w3.org/TR/2011/WD-css3-writing-modes-20110428</a>
+ href="http://www.w3.org/TR/2011/WD-css3-writing-modes-20110502">http://www.w3.org/TR/2011/WD-css3-writing-modes-20110502</a>
<dt>Latest version:
@@ -910,7 +909,7 @@
</div>
<p class=note>For Chinese and Japanese lines are ordered either right to
- left, while for Mongolian and Manchu left to right.
+ left or top to bottom, while for Mongolian and Manchu left to right.
<p>The change from horizontal to vertical writing can affect not just the
layout, but also the typesetting. For example, the position of a
@@ -1142,7 +1141,7 @@
vertical writing mode for the replaced content.
<div class=example>
- <p>In the following example, two blocks elements (1 and 3) separated by an
+ <p>In the following example, two block elements (1 and 3) separated by an
image (2) are presented in various flow writing modes.</p>
<p>Here is a diagram of horizontal writing mode (<code>writing-mode:
Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-writing-modes/Overview.src.html,v
retrieving revision 1.103
retrieving revision 1.104
diff -u -d -r1.103 -r1.104
--- Overview.src.html 27 Apr 2011 20:59:08 -0000 1.103
+++ Overview.src.html 2 May 2011 07:13:25 -0000 1.104
@@ -600,7 +600,7 @@
</div>
<p class="note">For Chinese and Japanese lines are ordered either right
- to left, while for Mongolian and Manchu left to right.</p>
+ to left or top to bottom, while for Mongolian and Manchu left to right.</p>
<p>The change from horizontal to vertical writing can affect not just the
layout, but also the typesetting. For example, the position of a punctuation
@@ -774,7 +774,7 @@
supports such a vertical writing mode for the replaced content.
<div class="example">
- <p>In the following example, two blocks elements (1 and 3) separated
+ <p>In the following example, two block elements (1 and 3) separated
by an image (2) are presented in various flow writing modes.</p>
<p>Here is a diagram of horizontal writing mode (<code>writing-mode: horizontal-tb</code>):</p>
Received on Monday, 2 May 2011 07:13:28 UTC