Skip to content

Commit bc2f690

Browse files
committed
Adding DFNs for forced and avoid break values.
1 parent d16f3a1 commit bc2f690

2 files changed

Lines changed: 17 additions & 9 deletions

File tree

css3-break/Overview.html

Lines changed: 15 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -546,13 +546,15 @@ <h3 id=explicit-break-properties><span class=secno>3.1. </span> Breaking
546546
property of the preceding element, and the &lsquo;<a
547547
href="#break-before"><code class=property>break-before</code></a>&rsquo;
548548
property of the following element. When these properties have values other
549-
than &lsquo;<code class=css>auto</code>&rsquo;, the forced break values
550-
(&lsquo;<code class=css>always</code>&rsquo;, &lsquo;<code
551-
class=css>left</code>&rsquo;, &lsquo;<code class=css>right</code>&rsquo;,
552-
&lsquo;<code class=css>page</code>&rsquo;, &lsquo;<code
553-
class=css>column</code>&rsquo; and &lsquo;<code
554-
class=css>region</code>&rsquo;) take precedence over the values
555-
(&lsquo;<code class=css>avoid-page</code>&rsquo;, &lsquo;<code
549+
than &lsquo;<code class=css>auto</code>&rsquo;, the <dfn
550+
id=forced-break-values>forced break values</dfn> (&lsquo;<code
551+
class=css>always</code>&rsquo;, &lsquo;<code class=css>left</code>&rsquo;,
552+
&lsquo;<code class=css>right</code>&rsquo;, &lsquo;<code
553+
class=css>page</code>&rsquo;, &lsquo;<code class=css>column</code>&rsquo;
554+
and &lsquo;<code class=css>region</code>&rsquo;) take precedence over the
555+
<dfn id=avoid-break-values>avoid break values</dfn> (&lsquo;<code
556+
class=css>avoid</code>&rsquo;, &lsquo;<code
557+
class=css>avoid-page</code>&rsquo;, &lsquo;<code
556558
class=css>avoid-column</code>&rsquo; and &lsquo;<code
557559
class=css>avoid-region</code>&rsquo;). See the section on <a
558560
href="#breaking-rules">rules for breaking</a> for the exact rules on how
@@ -1139,6 +1141,9 @@ <h2 class=no-num id=index>Index</h2>
11391141
<li>authoring tool, <a href="#authoring-tool"
11401142
title="authoring tool"><strong>5.2.</strong></a>
11411143

1144+
<li>avoid break values, <a href="#avoid-break-values"
1145+
title="avoid break values"><strong>3.1.</strong></a>
1146+
11421147
<li>box fragment, <a href="#box-fragment"
11431148
title="box fragment"><strong>2.</strong></a>
11441149

@@ -1153,6 +1158,9 @@ <h2 class=no-num id=index>Index</h2>
11531158
<li>break-inside, <a href="#break-inside"
11541159
title=break-inside><strong>3.1.</strong></a>
11551160

1161+
<li>forced break values, <a href="#forced-break-values"
1162+
title="forced break values"><strong>3.1.</strong></a>
1163+
11561164
<li>fragment, <a href="#fragment" title=fragment><strong>2.</strong></a>
11571165

11581166
<li>fragmentation, <a href="#fragmentation"

css3-break/Overview.src.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -338,9 +338,9 @@ <h3 id="explicit-break-properties">
338338
A potential page/column/region break location is typically under the influence of
339339
the parent element's 'break-inside' property, the 'break-after' property of the
340340
preceding element, and the 'break-before' property of the following element. When
341-
these properties have values other than ''auto'', the forced break values (''always'',
341+
these properties have values other than ''auto'', the <dfn>forced break values</dfn> (''always'',
342342
''left'', ''right'', ''page'', ''column'' and ''region'') take precedence over the
343-
values (''avoid-page'', ''avoid-column'' and ''avoid-region''). See the section
343+
<dfn>avoid break values</dfn> (''avoid'', ''avoid-page'', ''avoid-column'' and ''avoid-region''). See the section
344344
on <a href="#breaking-rules">rules for breaking</a> for the exact rules on how these
345345
properties affect forced breaks.
346346
</p>

0 commit comments

Comments
 (0)