File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments