8000 [css-writing-modes] Fix page progression to reflect the addions of si… · meyerweb/csswg-drafts@afe0827 · GitHub
Skip to content

Commit afe0827

Browse files
committed
[css-writing-modes] Fix page progression to reflect the addions of sideways-lr/rl
1 parent 35895e4 commit afe0827

1 file changed

Lines changed: 10 additions & 8 deletions

File tree

css-writing-modes/Overview.bs

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2340,14 +2340,16 @@ Page Flow: the page progression direction</h2>
23402340
page in a spread is first in the flow and whether the first page is by
23412341
default a left or right page, depends on the writing direction as follows:
23422342

2343-
<ul>
2344-
<li>The page progression is right-to-left if the root element's
2345-
'writing-mode' is ''vertical-rl'' or if the root element's 'writing-mode'
2346-
is ''horizontal-tb'' and its 'direction' is ''rtl''.
2347-
<li>The page progression is left-to-right if the root element's
2348-
'writing-mode' is ''vertical-lr'' or if the root element's 'writing-mode'
2349-
is ''horizontal-tb'' and its 'direction' is ''ltr''.
2350-
</ul>
2343+
<ol>
2344+
<li>If the root element's 'writing-mode' is ''vertical-rl'',
2345+
the page progression is right-to-left.
2346+
<li>Otherwise if the root element's 'writing-mode' is ''vertical-lr'',
2347+
the page progression is left-to-right.
2348+
<li>Otherwise if the root element's 'direction' is ''rtl'',
2349+
the page progression is right-to-left.
2350+
<li>Otherwise
2351+
the page progression is left-to-right.
2352+
</ol>
23512353

23522354
<p>(Unless otherwise overridden, the first page of a document begins on the
23532355
second half of a spread, e.g. on the right page in a left-to-right page

0 commit comments

Comments
 (0)