csswg/css3-break Overview.html,1.12,1.13 Overview.src.html,1.13,1.14

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 &lsquo;<a
    href="#break-before"><code class=property>break-before</code></a>&rsquo;
    property of the following element. When these properties have values other
-   than &lsquo;<code class=css>auto</code>&rsquo;, the forced break values
-   (&lsquo;<code class=css>always</code>&rsquo;, &lsquo;<code
-   class=css>left</code>&rsquo;, &lsquo;<code class=css>right</code>&rsquo;,
-   &lsquo;<code class=css>page</code>&rsquo;, &lsquo;<code
-   class=css>column</code>&rsquo; and &lsquo;<code
-   class=css>region</code>&rsquo;) take precedence over the values
-   (&lsquo;<code class=css>avoid-page</code>&rsquo;, &lsquo;<code
+   than &lsquo;<code class=css>auto</code>&rsquo;, the <dfn
+   id=forced-break-values>forced break values</dfn> (&lsquo;<code
+   class=css>always</code>&rsquo;, &lsquo;<code class=css>left</code>&rsquo;,
+   &lsquo;<code class=css>right</code>&rsquo;, &lsquo;<code
+   class=css>page</code>&rsquo;, &lsquo;<code class=css>column</code>&rsquo;
+   and &lsquo;<code class=css>region</code>&rsquo;) take precedence over the
+   <dfn id=avoid-break-values>avoid break values</dfn> (&lsquo;<code
+   class=css>avoid</code>&rsquo;, &lsquo;<code
+   class=css>avoid-page</code>&rsquo;, &lsquo;<code
    class=css>avoid-column</code>&rsquo; and &lsquo;<code
    class=css>avoid-region</code>&rsquo;). 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