- From: Rossen Atanassov via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 25 Jan 2012 02:00:21 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-break
In directory hutz:/tmp/cvs-serv10460
Modified Files:
Overview.html Overview.src.html
Log Message:
Adding DFNs for forced and avoid break values.
Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-break/Overview.html,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- Overview.html 25 Jan 2012 01:54:46 -0000 1.12
+++ Overview.html 25 Jan 2012 02:00:19 -0000 1.13
@@ -546,13 +546,15 @@
property of the preceding element, and the ‘<a
href="#break-before"><code class=property>break-before</code></a>’
property of the following element. When these properties have values other
- than ‘<code class=css>auto</code>’, the forced break values
- (‘<code class=css>always</code>’, ‘<code
- class=css>left</code>’, ‘<code class=css>right</code>’,
- ‘<code class=css>page</code>’, ‘<code
- class=css>column</code>’ and ‘<code
- class=css>region</code>’) take precedence over the values
- (‘<code class=css>avoid-page</code>’, ‘<code
+ than ‘<code class=css>auto</code>’, the <dfn
+ id=forced-break-values>forced break values</dfn> (‘<code
+ class=css>always</code>’, ‘<code class=css>left</code>’,
+ ‘<code class=css>right</code>’, ‘<code
+ class=css>page</code>’, ‘<code class=css>column</code>’
+ and ‘<code class=css>region</code>’) take precedence over the
+ <dfn id=avoid-break-values>avoid break values</dfn> (‘<code
+ class=css>avoid</code>’, ‘<code
+ class=css>avoid-page</code>’, ‘<code
class=css>avoid-column</code>’ and ‘<code
class=css>avoid-region</code>’). See the section on <a
href="#breaking-rules">rules for breaking</a> for the exact rules on how
@@ -1139,6 +1141,9 @@
<li>authoring tool, <a href="#authoring-tool"
title="authoring tool"><strong>5.2.</strong></a>
+ <li>avoid break values, <a href="#avoid-break-values"
+ title="avoid break values"><strong>3.1.</strong></a>
+
<li>box fragment, <a href="#box-fragment"
title="box fragment"><strong>2.</strong></a>
@@ -1153,6 +1158,9 @@
<li>break-inside, <a href="#break-inside"
title=break-inside><strong>3.1.</strong></a>
+ <li>forced break values, <a href="#forced-break-values"
+ title="forced break values"><strong>3.1.</strong></a>
+
<li>fragment, <a href="#fragment" title=fragment><strong>2.</strong></a>
<li>fragmentation, <a href="#fragmentation"
Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-break/Overview.src.html,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- Overview.src.html 25 Jan 2012 01:54:46 -0000 1.13
+++ Overview.src.html 25 Jan 2012 02:00:19 -0000 1.14
@@ -338,9 +338,9 @@
A potential page/column/region break location is typically under the influence of
the parent element's 'break-inside' property, the 'break-after' property of the
preceding element, and the 'break-before' property of the following element. When
- these properties have values other than ''auto'', the forced break values (''always'',
+ these properties have values other than ''auto'', the <dfn>forced break values</dfn> (''always'',
''left'', ''right'', ''page'', ''column'' and ''region'') take precedence over the
- values (''avoid-page'', ''avoid-column'' and ''avoid-region''). See the section
+ <dfn>avoid break values</dfn> (''avoid'', ''avoid-page'', ''avoid-column'' and ''avoid-region''). See the section
on <a href="#breaking-rules">rules for breaking</a> for the exact rules on how these
properties affect forced breaks.
</p>
Received on Wednesday, 25 January 2012 02:00:23 UTC