csswg/css3-background Overview.html,1.265,1.266 Overview.src.html,1.279,1.280

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

Modified Files:
	Overview.html Overview.src.html 
Log Message:
Add changes list

Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-background/Overview.html,v
retrieving revision 1.265
retrieving revision 1.266
diff -u -d -r1.265 -r1.266
--- Overview.html	18 Jan 2012 03:51:01 -0000	1.265
+++ Overview.html	18 Jan 2012 05:01:00 -0000	1.266
@@ -376,9 +376,10 @@
   <p>This specification follows the <a
    href="http://www.w3.org/TR/CSS21/about.html#property-defs">CSS property
    definition conventions</a> from <a href="#CSS21"
-   rel=biblioentry>[CSS21]<!--{{!CSS21}}--></a>. The <dfn
-   id=ltimagegt><var>&lt;image&gt;</var></dfn> value type is defined by this
-   specification as <code class=prod><a
+   rel=biblioentry>[CSS21]<!--{{!CSS21}}--></a>.
+
+  <p>The <dfn id=ltimagegt><var>&lt;image&gt;</var></dfn> value type is
+   defined by this specification as <code class=prod><a
    href="#ltimagegt"><var>&lt;image&gt;</var></a> =
    <var>&lt;uri&gt;</var></code>. Other value types are defined in CSS
    Level 2 Revision 1 <a href="#CSS21"
@@ -4418,9 +4419,44 @@
    2011 Candidate Recommendation</a>:
 
   <ul>
+   <li>Defined what happens if &lsquo;<a href="#background-position"><code
+    class=property>background-position</code></a>&rsquo; has two &lsquo;<code
+    class=css>auto</code>&rsquo; values and the image is missing an intrinsic
+    dimension.
+
+   <li>Made center of <a href="#corner-transitions">color and style
+    transitions</a> undefined (within certain limits) on corner joins, since
+    previous definition was wrong.
+
+   <li>Defined <a href="#the-border-image-slice">slicing of border images</a>
+    that must be sized first to determine slice positions.
+
+   <li>Added bidi-imposed breaks to the types of breaks affected by &lsquo;<a
+    href="#box-decoration-break"><code
+    class=property>box-decoration-break</code></a>&rsquo;.
+
    <li>Clarified computed value of &lsquo;<a
     href="#background-position"><code
     class=property>background-position</code></a>&rsquo;.
+
+   <li>Added "Animatable" line to property definition tables.
+
+   <li>Renamed &lt;bg-position&gt; production to <a
+    href="#ltpositiongt"><i>&lt;position&gt;</i></a> for easier re-use in
+    other specifications and recast the grammar to be more verbose but easier
+    to understand.
+
+   <li>Added &lsquo;<code class=css>space</code>&rsquo; keyword to &lsquo;<a
+    href="#border-image-repeat"><code
+    class=property>border-image-repeat</code></a>&rsquo; property value
+    table: it was included in the list of allowable values, but not in the
+    syntax definition.
+
+   <li>Corrected math error in border-radius example.
+
+   <li>Marked Percentages field as N/A for &lsquo;<a
+    href="#border-width"><code class=property>border-width</code></a>&rsquo;,
+    since they are not included in the property.
   </ul>
 
   <h3 id=changes-2009><span class=secno>8.2. </span> Changes Since the 17

Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-background/Overview.src.html,v
retrieving revision 1.279
retrieving revision 1.280
diff -u -d -r1.279 -r1.280
--- Overview.src.html	18 Jan 2012 03:51:02 -0000	1.279
+++ Overview.src.html	18 Jan 2012 05:01:00 -0000	1.280
@@ -130,7 +130,8 @@
   <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
+
+  <p>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]].
@@ -3229,7 +3230,25 @@
 Candidate Recommendation</a>:
 
 <ul>
+  <li>Defined what happens if 'background-position' has two ''auto'' values
+    and the image is missing an intrinsic dimension.
+  <li>Made center of <a href="#corner-transitions">color and style transitions</a>
+    undefined (within certain limits) on corner joins, since previous definition
+    was wrong.
+  <li>Defined <a href="#the-border-image-slice">slicing of border images</a>
+    that must be sized first to determine slice positions.
+  <li>Added bidi-imposed breaks to the types of breaks affected by 'box-decoration-break'.
   <li>Clarified computed value of 'background-position'.
+  <li>Added "Animatable" line to property definition tables.
+  <li>Renamed &lt;bg-position&gt; production to <i>&lt;position&gt;</i> for
+    easier re-use in other specifications and recast the grammar to be more
+    verbose but easier to understand.
+  <li>Added ''space'' keyword to 'border-image-repeat' property value table:
+    it was included in the list of allowable values, but not in the syntax
+    definition.
+  <li>Corrected math error in border-radius example.
+  <li>Marked Percentages field as N/A for 'border-width', since they are not
+    included in the property.
 </ul>
 
 <h3 id="changes-2009">

Received on Wednesday, 18 January 2012 05:01:08 UTC