- From: Elika Etemad via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 03 May 2011 21:14:45 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-writing-modes
In directory hutz:/tmp/cvs-serv31028
Modified Files:
Overview.html
Log Message:
Define page progression direction.
Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-writing-modes/Overview.html,v
retrieving revision 1.104
retrieving revision 1.105
diff -u -d -r1.104 -r1.105
--- Overview.html 3 May 2011 19:32:46 -0000 1.104
+++ Overview.html 3 May 2011 21:14:42 -0000 1.105
@@ -263,8 +263,12 @@
property</a>
</ul>
- <li><a href="#text-combine"><span class=secno>8. </span>Glyph Composition:
- the ‘<code class=property>text-combine</code>’ property</a>
+ <li><a href="#page-direction"><span class=secno>8. </span> Page Flow: the
+ page progression direction</a>
+
+ <li><a href="#text-combine"><span class=secno>9. </span> Glyph
+ Composition: the ‘<code class=property>text-combine</code>’
+ property</a>
<li class=no-num><a href="#acknowledgements">Acknowledgements</a>
@@ -923,7 +927,8 @@
</div>
<p class=note>For Chinese and Japanese lines are ordered either right to
- left or top to bottom, while for Mongolian and Manchu left to right.
+ left or top to bottom, while for Mongolian and Manchu lines are ordered
+ 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
@@ -2586,7 +2591,44 @@
-->
- <h2 id=text-combine><span class=secno>8. </span>Glyph Composition: the
+ <h2 id=page-direction><span class=secno>8. </span> Page Flow: the page
+ progression direction</h2>
+
+ <p>In paged media CSS2.1 classifies all pages as either left or right
+ pages. The page progression direction, which determines whether the left
+ or right page in a spread is first in the flow and whether the first page
+ is by default a left or right page, depends on the writing direction as
+ follows:
+
+ <ul>
+ <li>The page progression is right-to-left if the root element's ‘<a
+ href="#writing-mode1"><code class=property>writing-mode</code></a>’
+ is ‘<a href="#vertical-rl"><code
+ class=css>vertical-rl</code></a>’ or if the root element's
+ ‘<a href="#writing-mode1"><code
+ class=property>writing-mode</code></a>’ is ‘<a
+ href="#horizontal-tb"><code class=css>horizontal-tb</code></a>’ and
+ its ‘<a href="#direction0"><code
+ class=property>direction</code></a>’ is ‘<a href="#rtl"><code
+ class=css>rtl</code></a>’.
+
+ <li>The page progression is left-to-right if the root element's ‘<a
+ href="#writing-mode1"><code class=property>writing-mode</code></a>’
+ is ‘<a href="#vertical-lr"><code
+ class=css>vertical-lr</code></a>’ or if the root element's
+ ‘<a href="#writing-mode1"><code
+ class=property>writing-mode</code></a>’ is ‘<a
+ href="#horizontal-tb"><code class=css>horizontal-tb</code></a>’ and
+ its ‘<a href="#direction0"><code
+ class=property>direction</code></a>’ is ‘<a href="#ltr"><code
+ class=css>ltr</code></a>’.
+ </ul>
+
+ <p>(Unless otherwise overridden, the first page of a document begins on the
+ second half of a spread, e.g. on the right page in a left-to-right page
+ progression.)
+
+ <h2 id=text-combine><span class=secno>9. </span> Glyph Composition: the
‘<a href="#text-combine0"><code
class=property>text-combine</code></a>’ property</h2>
Received on Tuesday, 3 May 2011 21:14:46 UTC