- From: Elika Etemad via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 09 Feb 2012 14:27:36 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-background In directory hutz:/tmp/cvs-serv31856 Modified Files: Overview.html Overview.src.html Log Message: Specify color of box-shadow. Index: Overview.html =================================================================== RCS file: /sources/public/csswg/css3-background/Overview.html,v retrieving revision 1.269 retrieving revision 1.270 diff -u -d -r1.269 -r1.270 --- Overview.html 7 Feb 2012 14:24:50 -0000 1.269 +++ Overview.html 9 Feb 2012 14:27:34 -0000 1.270 @@ -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 7 February + <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 9 February 2012</h2> <dl> <dt>This version: - <dd><!-- <a href="http://www.w3.org/TR/2012/CR-css3-background-20120207">http://www.w3.org/TR/2012/ED-css3-background-20120207/</a> --> + <dd><!-- <a href="http://www.w3.org/TR/2012/CR-css3-background-20120209">http://www.w3.org/TR/2012/ED-css3-background-20120209/</a> --> <a href="http://dev.w3.org/csswg/css3-background">http://dev.w3.org/csswg/css3-background</a> @@ -131,7 +131,9 @@ <p>The following features are at-risk and may be dropped at the end of the CR period if there has not been enough interest from implementers: ‘<a href="#box-decoration-break"><code - class=property>box-decoration-break</code></a>’ + class=property>box-decoration-break</code></a>’, animatability of + ‘<a href="#box-shadow"><code + class=property>box-shadow</code></a>’ <p>The CSS WG maintains an <a href="http://www.w3.org/Style/CSS/Tracker/products/11">issues list</a> for @@ -3891,15 +3893,16 @@ <tr> <th>Computed value: - <td>any <length> made absolute; any color computed; otherwise as - specified + <td>any <length> made absolute; any specified color computed; + otherwise as specified <tr> <th>Animatable: <td>yes, except between inner and outer shadows (Transition to/from an absent shadow is a transition to/from ‘<code class=css>0 0 - transparent</code>’.) + transparent</code>’ or ‘<code class=css>0 0 transparent + inset</code>’, as appropriate.) </table> <p>The ‘<a href="#box-shadow"><code @@ -3937,10 +3940,9 @@ class=note>Note that for inner shadows, expanding the shadow (creating more shadow area) means contracting the shadow's perimeter shape.</span> - <li>The color is the color of the shadow. <span class=issue><a - href="http://www.w3.org/Style/CSS/Tracker/issues/214">ISSUE-214</a> - proposed text: If absent, the value of ‘<code - class=property>color</code>’ is used.</span> + <li>The color is the color of the shadow. If the color is absent, the used + color is taken from the ‘<code class=property>color</code>’ + property. <li>The ‘<code class=css>inset</code>’ keyword, if present, changes the drop shadow from an outer shadow (one that shadows the box @@ -4418,10 +4420,13 @@ <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 + <li>Optionally 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>Defined the default color of ‘<a href="#box-shadow"><code + class=property>box-shadow</code></a>’. + <li>Clarified computed value of ‘<a href="#background-position"><code class=property>background-position</code></a>’. Index: Overview.src.html =================================================================== RCS file: /sources/public/csswg/css3-background/Overview.src.html,v retrieving revision 1.283 retrieving revision 1.284 diff -u -d -r1.283 -r1.284 --- Overview.src.html 7 Feb 2012 14:24:50 -0000 1.283 +++ Overview.src.html 9 Feb 2012 14:27:34 -0000 1.284 @@ -68,7 +68,7 @@ <p>The following features are at-risk and may be dropped at the end of the CR period if there has not been enough interest from -implementers: 'box-decoration-break' +implementers: 'box-decoration-break', animatability of 'box-shadow' <p>The CSS WG maintains an <a href="http://www.w3.org/Style/CSS/Tracker/products/11">issues list</a> for this module. A <a href="http://www.w3.org/Style/CSS/Test/">test @@ -2793,11 +2793,12 @@ <td>visual <tr> <th>Computed value: - <td>any <length> made absolute; any color computed; otherwise as specified + <td>any <length> made absolute; any specified color computed; otherwise as specified <tr> <th>Animatable: <td>yes, except between inner and outer shadows - (Transition to/from an absent shadow is a transition to/from '0 0 transparent'.) + (Transition to/from an absent shadow is a transition to/from '0 0 transparent' + or '0 0 transparent inset', as appropriate.) </table> <p>The 'box-shadow' property attaches one or more drop-shadows @@ -2831,11 +2832,8 @@ shadow (creating more shadow area) means contracting the shadow's perimeter shape.</span> - <li>The color is the color of the shadow. - - <span class=issue><a - href="http://www.w3.org/Style/CSS/Tracker/issues/214" >ISSUE-214</a> - proposed text: If absent, the value of 'color' is used.</span> + <li>The color is the color of the shadow. If the color is absent, + the used color is taken from the 'color' property. <li>The ''inset'' keyword, if present, changes the drop shadow from an outer shadow (one that shadows the box onto the @@ -3226,7 +3224,9 @@ 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>Optionally added bidi-imposed breaks to the types of breaks affected by + 'box-decoration-break'. + <li>Defined the default color of 'box-shadow'. <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
Received on Thursday, 9 February 2012 14:27:43 UTC