Skip to content

Commit 57ad35b

Browse files
committed
[css-break] Linkify page progression
1 parent 8bf2040 commit 57ad35b

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

css-break/Overview.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -344,13 +344,13 @@ Page Break Values</h4>
344344
<dd>
345345
Force one or two page breaks before/after the <a href="http://www.w3.org/TR/CSS21/visuren.html#block-boxes">principal box</a> so that
346346
the next page is formatted as either a left page or a right page,
347-
whichever is second (according to the page progression) in a page spread.
347+
whichever is second (according to the <i>page progression</i>) in a page spread.
348348
</dd>
349349
<dt><dfn>verso</dfn>
350350
<dd>
351351
Force one or two page breaks before/after the <a href="http://www.w3.org/TR/CSS21/visuren.html#block-boxes">principal box</a> so that
352352
the next page is formatted as either a left page or a right page,
353-
whichever is first (according to the page progression) in a page spread.
353+
whichever is first (according to the <i>page progression</i>) in a page spread.
354354
</dd>
355355
</dl>
356356

css-break/Overview.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -724,7 +724,7 @@ <h4 class="no-num heading settled" id="page-break-values"><span class="content">
724724
<dd>
725725
Force one or two page breaks before/after the <a href="http://www.w3.org/TR/CSS21/visuren.html#block-boxes">principal box</a> so that
726726
the next page is formatted as either a left page or a right page,
727-
whichever is second (according to the page progression) in a page spread.
727+
whichever is second (according to the <a data-link-type="dfn" href="http://dev.w3.org/csswg/css-page-3/#page-progression">page progression</a>) in a page spread.
728728

729729

730730

@@ -733,7 +733,7 @@ <h4 class="no-num heading settled" id="page-break-values"><span class="content">
733733
<dd>
734734
Force one or two page breaks before/after the <a href="http://www.w3.org/TR/CSS21/visuren.html#block-boxes">principal box</a> so that
735735
the next page is formatted as either a left page or a right page,
736-
whichever is first (according to the page progression) in a page spread.
736+
whichever is first (according to the <a data-link-type="dfn" href="http://dev.w3.org/csswg/css-page-3/#page-progression">page progression</a>) in a page spread.
737737

738738

739739

@@ -2235,6 +2235,7 @@ <h3 class="no-num heading settled" id="index-defined-elsewhere"><span class="con
22352235
<li><a data-link-type="biblio" href="#biblio-css-page-3">[css-page-3]</a> defines the following terms:
22362236
<ul>
22372237
<li><a href="http://dev.w3.org/csswg/css-page-3/#propdef-page">page</a>
2238+
<li><a href="http://dev.w3.org/csswg/css-page-3/#page-progression">page progression</a>
22382239
</ul>
22392240
<li><a data-link-type="biblio" href="#biblio-css-position-3">[css-position-3]</a> defines the following terms:
22402241
<ul>

0 commit comments

Comments
 (0)