csswg/css3-background Overview.html,1.258,1.259 Overview.src.html,1.272,1.273

Update of /sources/public/csswg/css3-background
In directory hutz:/tmp/cvs-serv19893

Modified Files:
	Overview.html Overview.src.html 
Log Message:
Update to latest Values text from module template

Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-background/Overview.html,v
retrieving revision 1.258
retrieving revision 1.259
diff -u -d -r1.258 -r1.259
--- Overview.html	11 Jan 2012 19:54:51 -0000	1.258
+++ Overview.html	12 Jan 2012 01:01:07 -0000	1.259
@@ -22,13 +22,13 @@
 
    <h1>CSS Backgrounds and Borders Module Level 3</h1>
 
-   <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 11 January
+   <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 12 January
     2012</h2>
 
    <dl>
     <dt>This version:
 
-    <dd><!-- <a href="http://www.w3.org/TR/2012/CR-css3-background-20120111">http://www.w3.org/TR/2012/ED-css3-background-20120111/</a> -->
[...1565 lines suppressed...]
@@ -5329,15 +5330,15 @@
      <li>&lsquo;<a href="#background-position"><code
       class=property>background-position</code></a>&rsquo; value, <a
       href="#top"
-      title="''top'', 'background-position' value"><strong>3.6.</strong></a>
+      title="''top'', 'background-position' value"><strong>2.6.</strong></a>
     </ul>
 
-   <li>UA, <a href="#ua" title=UA><strong>8.1.</strong></a>
+   <li>UA, <a href="#ua" title=UA><strong>7.1.</strong></a>
 
    <li>User Agent, <a href="#user-agent"
-    title="User Agent"><strong>8.1.</strong></a>
+    title="User Agent"><strong>7.1.</strong></a>
 
-   <li>viewport, <a href="#viewport" title=viewport>3.5.</a>
+   <li>viewport, <a href="#viewport" title=viewport>2.5.</a>
   </ul>
   <!--end-index-->
 </html>

Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-background/Overview.src.html,v
retrieving revision 1.272
retrieving revision 1.273
diff -u -d -r1.272 -r1.273
--- Overview.src.html	11 Jan 2012 19:54:52 -0000	1.272
+++ Overview.src.html	12 Jan 2012 01:01:08 -0000	1.273
@@ -84,7 +84,7 @@
 
 <h2 id="introduction">Introduction</h2>
 
-<p><em>This section is not normative.</em>
+<p><em>This subsection is not normative.</em>
 
 <p>When elements are rendered according to the
 <a href="http://www.w3.org/TR/CSS21/box.html">CSS box model</a> [[!CSS21]],
@@ -118,31 +118,32 @@
 rendered content, see Appendix E “Elaborate description of Stacking
 Contexts” in [[!CSS21]].
 
+<h3 id="placement">
+Module interactions</h3>
 
+  <p>This module replaces and extends the background and border
+  features defined in [[!CSS21]] sections 8.5 and 14.2.
 
-<h2 id="values">Values</h2>
-
-<p>This specification follows the
-<a href="http://www.w3.org/TR/CSS21/about.html#property-defs">CSS property
-definition conventions</a> from [[!CSS21]].</p>
-
-<p><dfn><var>&lt;color&gt;</var></dfn> values are defined in CSS Color
-Level 3 [[!CSS3COLOR]].</p>
-
-<p><dfn><var>&lt;image&gt;</var></dfn> values are defined by this
-specification as <code class=prod><var>&lt;image&gt;</var> =
-<var>&lt;uri&gt;</var></code>.</p>
-
-<p class="note">A future specification may expand the definition of
-<var>&lt;image&gt;</var> to allow other values, e.g., to define image
-slices.</p>
+<h3 id="values">
+Values</h3>
 
-<p>All other values are defined in CSS Level 2 Revision 1 [[!CSS21]].</p>
+  <p>This specification follows the
+  <a href="http://www.w3.org/TR/CSS21/about.html#property-defs">CSS property
+  definition conventions</a> from [[!CSS21]].
+  The <dfn><var>&lt;image&gt;</var></dfn> value type is defined by this
+  specification as <code class=prod><var>&lt;image&gt;</var> =
+  <var>&lt;uri&gt;</var></code>. Other value types are defined in
+  CSS Level 2 Revision 1 [[!CSS21]].
+  Other CSS modules may expand the definitions of these value types: for
+  example [[CSS3COLOR]], when combined with this module, expands the
+  definition of the &lt;color&gt; value type as used in this specification.</p>
+  
+  <p>In addition to the property-specific values listed in their definitions,
+  all properties defined in this specification also accept the
+  <a href="http://www.w3.org/TR/CSS21/cascade.html#value-def-inherit">inherit</a>
+  keyword as their property value. For readability it has not been repeated
+  explicitly.
 
-<p>All properties defined in this specification also accept the
-<a href="http://www.w3.org/TR/CSS21/cascade.html#value-def-inherit">inherit</a>
-keyword as their property value, but for readability it has not been listed
-explicitly.
 
 <h2 id="backgrounds">
 Backgrounds</h2>
@@ -208,7 +209,7 @@
       <th>Name:
       <td><dfn>background-color</dfn>
     <tr>
-      <th>Value:
+      <th><a href="#values">Value</a>:
       <td><var>&lt;color&gt;</var>
     <tr>
       <th>Initial:
@@ -249,7 +250,7 @@
       <th>Name:
       <td><dfn>background-image</dfn>
     <tr>
-      <th>Value:
+      <th><a href="#values">Value</a>:
       <td><var>&lt;bg-image&gt;</var>
       [ , <var>&lt;bg-image&gt;</var> ]*
     <tr>
@@ -336,7 +337,7 @@
       <th>Name:
       <td><dfn>background-repeat</dfn>
     <tr>
-      <th>Value:
+      <th><a href="#values">Value</a>:
       <td><var>&lt;repeat-style&gt;</var> [ , <var>&lt;repeat-style&gt;</var> ]*
     <tr>
       <th>Initial:
@@ -491,7 +492,7 @@
       <th>Name:
       <td><dfn>background-attachment</dfn>
     <tr>
-      <th>Value:
+      <th><a href="#values">Value</a>:
       <td><var>&lt;attachment&gt;</var>	[ , <var>&lt;attachment&gt;</var> ]*
     <tr>
       <th>Initial:
@@ -598,7 +599,7 @@
       <th>Name:
       <td><dfn>background-position</dfn>
     <tr>
-      <th>Value:
+      <th><a href="#values">Value</a>:
 
       <td><var>&lt;position&gt;</var>
         [ , <var>&lt;position&gt;</var> ]*
@@ -786,7 +787,7 @@
       <th>Name:
       <td><dfn>background-clip</dfn>
     <tr>
-      <th>Value:
+      <th><a href="#values">Value</a>:
       <td><var>&lt;box&gt;</var> [ , <var>&lt;box&gt;</var> ]*
     <tr>
       <th>Initial:
@@ -853,7 +854,7 @@
       <th>Name:
       <td><dfn>background-origin</dfn>
     <tr>
-      <th>Value:
+      <th><a href="#values">Value</a>:
       <td><var>&lt;box&gt;</var>
         [ , <var>&lt;box&gt;</var> ]*
     <tr>
@@ -920,7 +921,7 @@
       <th>Name:
       <td><dfn>background-size</dfn>
     <tr>
-      <th>Value:
+      <th><a href="#values">Value</a>:
       <td><var>&lt;bg-size&gt;</var> [ , <var>&lt;bg-size&gt;</var> ]*
     <tr>
       <th>Initial:
@@ -1133,7 +1134,7 @@
       <th>Name:
       <td><dfn id="background">background</dfn>
     <tr>
-      <th>Value:
+      <th><a href="#values">Value</a>:
       <td>[ <var>&lt;bg-layer&gt;</var> , ]* <var>&lt;final-bg-layer&gt;</var>
     <tr>
       <th>Initial:
@@ -1352,7 +1353,7 @@
         <dfn>border-bottom-color</dfn>,
         <dfn>border-left-color</dfn>
   <tr>
-    <th>Value:
+    <th><a href="#values">Value</a>:
     <td><var>&lt;color&gt;</var>
   <tr>
     <th>Initial:
@@ -1379,7 +1380,7 @@
     <th>Name:
     <td><dfn id="border-color">border-color</dfn>
   <tr>
-    <th>Value:
+    <th><a href="#values">Value</a>:
     <td><var>&lt;color&gt;</var>{1,4}
   <tr>
     <th>Initial:
@@ -1422,7 +1423,7 @@
         <dfn>border-bottom-style</dfn>,
         <dfn>border-left-style</dfn>
   <tr>
-    <th>Value:
+    <th><a href="#values">Value</a>:
     <td><var>&lt;border-style&gt;</var>
   <tr>
     <th>Initial:
@@ -1449,7 +1450,7 @@
     <th>Name:
     <td><dfn>border-style</dfn>
   <tr>
-    <th>Value:
+    <th><a href="#values">Value</a>:
     <td><var>&lt;border-style&gt;</var>{1,4}
   <tr>
     <th>Initial:
@@ -1565,7 +1566,7 @@
       <td><dfn>border-top-width</dfn>, <dfn>border-right-width</dfn>,
         <dfn>border-bottom-width</dfn>, <dfn>border-left-width</dfn>
     <tr>
-      <th>Value:
+      <th><a href="#values">Value</a>:
       <td><var>&lt;border-width&gt;</var>
     <tr>
       <th>Initial:
@@ -1592,7 +1593,7 @@
       <th>Name:
       <td><dfn>border-width</dfn>
     <tr>
-      <th>Value:
+      <th><a href="#values">Value</a>:
       <td><var>&lt;border-width&gt;</var>{1,4}
     <tr>
       <th>Initial:
@@ -1649,7 +1650,7 @@
         <dfn>border-bottom</dfn>,
         <dfn>border-left</dfn>
   <tr>
-    <th>Value:
+    <th><a href="#values">Value</a>:
     <td><var>&lt;border-width&gt;</var> ||
         <var>&lt;border-style&gt;</var> ||
         <var>&lt;color&gt;</var>
@@ -1682,7 +1683,7 @@
     <th>Name:
     <td><dfn>border</dfn>
   <tr>
-    <th>Value:
+    <th><a href="#values">Value</a>:
     <td><var>&lt;border-width&gt;</var> ||
         <var>&lt;border-style&gt;</var> ||
         <var>&lt;color&gt;</var>
@@ -1778,7 +1779,7 @@
         <dfn>border-bottom-left-radius</dfn>,
         <dfn>border-top-left-radius</dfn>
   <tr>
-    <th>Value:
+    <th><a href="#values">Value</a>:
     <td>[ <var>&lt;length&gt;</var> | <var>&lt;percentage&gt;</var> ] [ <var>&lt;length&gt;</var> | <var>&lt;percentage&gt;</var> ]?
   <tr>
     <th>Initial:
@@ -1806,7 +1807,7 @@
     <th>Name:
     <td><dfn>border-radius</dfn>
   <tr>
-    <th>Value:
+    <th><a href="#values">Value</a>:
     <td>[ <var>&lt;length&gt;</var> | <var>&lt;percentage&gt;</var> ]{1,4}
         [ / [ <var>&lt;length&gt;</var> | <var>&lt;percentage&gt;</var> ]{1,4} ]?
   <tr>
@@ -2167,7 +2168,7 @@
     <th>Name:
     <td><dfn>border-image-source</dfn>
   <tr>
-    <th>Value:
+    <th><a href="#values">Value</a>:
     <td>none | <var>&lt;image&gt;</var>
   <tr>
     <th>Initial:
@@ -2203,7 +2204,7 @@
     <th>Name:
     <td><dfn>border-image-slice</dfn>
   <tr>
-    <th>Value:
+    <th><a href="#values">Value</a>:
     <td>[<var>&lt;number&gt;</var> | <var>&lt;percentage&gt;</var>]{1,4} &amp;&amp; fill?
   <tr>
     <th>Initial:
@@ -2282,7 +2283,7 @@
     <th>Name:
     <td><dfn>border-image-width</dfn>
   <tr>
-    <th>Value:
+    <th><a href="#values">Value</a>:
     <td>[ <var>&lt;length&gt;</var> | <var>&lt;percentage&gt;</var> | <var>&lt;number&gt;</var> | auto ]{1,4}
   <tr>
     <th>Initial:
@@ -2356,7 +2357,7 @@
     <th>Name:
     <td><dfn>border-image-outset</dfn>
   <tr>
-    <th>Value:
+    <th><a href="#values">Value</a>:
     <td>[ <var>&lt;length&gt;</var> | <var>&lt;number&gt;</var> ]{1,4}
   <tr>
     <th>Initial:
@@ -2406,7 +2407,7 @@
     <th>Name:
     <td><dfn>border-image-repeat</dfn>
   <tr>
-    <th>Value:
+    <th><a href="#values">Value</a>:
     <td>[ stretch | repeat | round | space ]{1,2}
   <tr>
     <th>Initial:
@@ -2536,7 +2537,7 @@
     <th>Name:
     <td><dfn>border-image</dfn>
   <tr>
-    <th>Value:
+    <th><a href="#values">Value</a>:
     <td>   <var>&lt;'border-image-source'&gt;</var>
         || <var>&lt;'border-image-slice'&gt;</var>
            [ / <var>&lt;'border-image-width'&gt;</var>?
@@ -2575,7 +2576,7 @@
     <th>Name:
     <td><dfn>box-decoration-break</dfn>
   <tr>
-    <th>Value:
+    <th><a href="#values">Value</a>:
     <td>slice | clone
   <tr>
     <th>Initial:
@@ -2677,7 +2678,7 @@
     <th>Name:
     <td><dfn>box-shadow</dfn>
   <tr>
-    <th>Value:
+    <th><a href="#values">Value</a>:
     <td>none | <var>&lt;shadow&gt;</var> [ , <var>&lt;shadow&gt;</var> ]*
   <tr>
     <th>Initial:

Received on Thursday, 12 January 2012 01:03:20 UTC