- From: Elika Etemad via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 18 Jan 2012 05:01:03 +0000
- To: public-css-commits@w3.org
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><image></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><image></var></dfn> value type is + defined by this specification as <code class=prod><a href="#ltimagegt"><var><image></var></a> = <var><uri></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 ‘<a href="#background-position"><code + class=property>background-position</code></a>’ has two ‘<code + class=css>auto</code>’ 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 ‘<a + href="#box-decoration-break"><code + class=property>box-decoration-break</code></a>’. + <li>Clarified computed value of ‘<a href="#background-position"><code class=property>background-position</code></a>’. + + <li>Added "Animatable" line to property definition tables. + + <li>Renamed <bg-position> production to <a + href="#ltpositiongt"><i><position></i></a> for easier re-use in + other specifications and recast the grammar to be more verbose but easier + to understand. + + <li>Added ‘<code class=css>space</code>’ keyword to ‘<a + href="#border-image-repeat"><code + class=property>border-image-repeat</code></a>’ 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 ‘<a + href="#border-width"><code class=property>border-width</code></a>’, + 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><image></var></dfn> value type is defined by this + + <p>The <dfn><var><image></var></dfn> value type is defined by this specification as <code class=prod><var><image></var> = <var><uri></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 <bg-position> production to <i><position></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