@@ -263,8 +263,12 @@ <h2 class="no-num no-toc" id=Contents>Table of Contents</h2>
263263 property</ a >
264264 </ ul >
265265
266- < li > < a href ="#text-combine "> < span class =secno > 8. </ span > Glyph Composition:
267- the ‘< code class =property > text-combine</ code > ’ property</ a >
266+ < li > < a href ="#page-direction "> < span class =secno > 8. </ span > Page Flow: the
267+ page progression direction</ a >
268+
269+ < li > < a href ="#text-combine "> < span class =secno > 9. </ span > Glyph
270+ Composition: the ‘< code class =property > text-combine</ code > ’
271+ property</ a >
268272
269273 < li class =no-num > < a href ="#acknowledgements "> Acknowledgements</ a >
270274
@@ -923,7 +927,8 @@ <h2 id=vertical-intro><span class=secno>3. </span> Introduction to Vertical
923927 </ div >
924928
925929 < p class =note > For Chinese and Japanese lines are ordered either right to
926- left or top to bottom, while for Mongolian and Manchu left to right.
930+ left or top to bottom, while for Mongolian and Manchu lines are ordered
931+ left to right.
927932
928933 < p > The change from horizontal to vertical writing can affect not just the
929934 layout, but also the typesetting. For example, the position of a
@@ -2586,7 +2591,44 @@ <h4 id="spacing-attributes">Spacing Attributes</h4>
25862591-->
25872592
25882593
2589- < h2 id =text-combine > < span class =secno > 8. </ span > Glyph Composition: the
2594+ < h2 id =page-direction > < span class =secno > 8. </ span > Page Flow: the page
2595+ progression direction</ h2 >
2596+
2597+ < p > In paged media CSS2.1 classifies all pages as either left or right
2598+ pages. The page progression direction, which determines whether the left
2599+ or right page in a spread is first in the flow and whether the first page
2600+ is by default a left or right page, depends on the writing direction as
2601+ follows:
2602+
2603+ < ul >
2604+ < li > The page progression is right-to-left if the root element's ‘< a
2605+ href ="#writing-mode1 "> < code class =property > writing-mode</ code > </ a > ’
2606+ is ‘< a href ="#vertical-rl "> < code
2607+ class =css > vertical-rl</ code > </ a > ’ or if the root element's
2608+ ‘< a href ="#writing-mode1 "> < code
2609+ class =property > writing-mode</ code > </ a > ’ is ‘< a
2610+ href ="#horizontal-tb "> < code class =css > horizontal-tb</ code > </ a > ’ and
2611+ its ‘< a href ="#direction0 "> < code
2612+ class =property > direction</ code > </ a > ’ is ‘< a href ="#rtl "> < code
2613+ class =css > rtl</ code > </ a > ’.
2614+
2615+ < li > The page progression is left-to-right if the root element's ‘< a
2616+ href ="#writing-mode1 "> < code class =property > writing-mode</ code > </ a > ’
2617+ is ‘< a href ="#vertical-lr "> < code
2618+ class =css > vertical-lr</ code > </ a > ’ or if the root element's
2619+ ‘< a href ="#writing-mode1 "> < code
2620+ class =property > writing-mode</ code > </ a > ’ is ‘< a
2621+ href ="#horizontal-tb "> < code class =css > horizontal-tb</ code > </ a > ’ and
2622+ its ‘< a href ="#direction0 "> < code
2623+ class =property > direction</ code > </ a > ’ is ‘< a href ="#ltr "> < code
2624+ class =css > ltr</ code > </ a > ’.
2625+ </ ul >
2626+
2627+ < p > (Unless otherwise overridden, the first page of a document begins on the
2628+ second half of a spread, e.g. on the right page in a left-to-right page
2629+ progression.)
2630+
2631+ < h2 id =text-combine > < span class =secno > 9. </ span > Glyph Composition: the
25902632 ‘< a href ="#text-combine0 "> < code
25912633 class =property > text-combine</ code > </ a > ’ property</ h2 >
25922634
0 commit comments