Skip to content

Commit 11bf8d8

Browse files
committed
Add missing instances of recto/verso in prose.
1 parent 0fea5ac commit 11bf8d8

2 files changed

Lines changed: 12 additions & 10 deletions

File tree

css3-break/Overview.html

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -582,7 +582,8 @@ <h3 id=break-properties><span class=secno>3.1. </span> Forced breaks and
582582
than ‘<code class=css>auto</code>’, the <dfn
583583
id=forced-break-values>forced break values</dfn> (‘<code
584584
class=css>always</code>’, ‘<code class=css>left</code>’, ‘<code
585-
class=css>right</code>’, ‘<code class=css>page</code>’, ‘<code
585+
class=css>right</code>’, ‘<code class=css>recto</code>’, ‘<code
586+
class=css>verso</code>’, ‘<code class=css>page</code>’, ‘<code
586587
class=css>column</code>’ and ‘<code class=css>region</code>’) take
587588
precedence over the <dfn id=avoid-break-values>avoid break values</dfn>
588589
(‘<code class=css>avoid</code>’, ‘<code
@@ -849,10 +850,11 @@ <h3 id=forced-breaks><span class=secno>4.3. </span> Forced breaks</h3>
849850
<p> When multiple <a href="#forced-break-values"><i>forced break
850851
values</i></a> apply to a single break point, they combine such all types
851852
of break are honored and no content-empty page boxes are generated, except
852-
for at most one content-empty page as may be required by the ‘<code
853-
class=css>right</code>’ or ‘<code class=css>left</code>’ values to
854-
position ensuing content on a right- or left-facing page. When ‘<code
855-
class=css>left</code>’ and ‘<code class=css>right</code>’ are both
853+
for at most one content-empty page as may be required by the <a
854+
href="#forced-break-values"><i>forced break values</i></a> to position
855+
ensuing content on a specific type of page. When ‘<code
856+
class=css>left</code>’, ‘<code class=css>right</code>’, ‘<code
857+
class=css>recto</code>’, and/or ‘<code class=css>verso</code>’ are
856858
combined, the value specified on the latest element in the flow wins.
857859

858860
<p class=note> A page break must also occur at <a

css3-break/Overview.src.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,7 @@ <h3 id="break-properties">
354354
and the 'break-before' property of the following element.
355355
When these properties have values other than ''auto'',
356356
the <dfn>forced break values</dfn>
357-
(''always'', ''left'', ''right'', ''page'', ''column'' and ''region'')
357+
(''always'', ''left'', ''right'', ''recto'', ''verso'', ''page'', ''column'' and ''region'')
358358
take precedence over the <dfn>avoid break values</dfn>
359359
(''avoid'', ''avoid-page'', ''avoid-column'' and ''avoid-region'').
360360
See the section on <a href="#breaking-rules">rules for breaking</a>
@@ -609,10 +609,10 @@ <h3 id="forced-breaks">
609609
When multiple <i>forced break values</i> apply to a single break point,
610610
they combine such all types of break are honored and no content-empty
611611
page boxes are generated, except for at most one content-empty page as
612-
may be required by the ''right'' or ''left'' values to position ensuing
613-
content on a right- or left-facing page.
614-
When ''left'' and ''right'' are both combined, the value specified on the
615-
latest element in the flow wins.
612+
may be required by the <i>forced break values</i>
613+
to position ensuing content on a specific type of page.
614+
When ''left'', ''right'', ''recto'', and/or ''verso'' are combined,
615+
the value specified on the latest element in the flow wins.
616616
</p>
617617
<p class="note">
618618
A page break must also occur at <a href="#btw-blocks">(1)</a>

0 commit comments

Comments
 (0)