- From: Elika Etemad via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 17 Jan 2012 00:51:38 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-background
In directory hutz:/tmp/cvs-serv31856
Modified Files:
Overview.src.html
Log Message:
Update Animatable lines to match css3-transitions.
Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-background/Overview.src.html,v
retrieving revision 1.276
retrieving revision 1.277
diff -u -d -r1.276 -r1.277
--- Overview.src.html 13 Jan 2012 18:45:01 -0000 1.276
+++ Overview.src.html 17 Jan 2012 00:51:36 -0000 1.277
@@ -288,7 +288,7 @@
<td>as specified, but with URIs made absolute
<tr>
<th>Animatable:
- <td>only images that are gradients specified in CSS [[CSS3-IMAGES]]
+ <td>no
</table>
<p>This property sets the background image(s) of an element. Images
@@ -650,7 +650,7 @@
otherwise as a percentage.
<tr>
<th>Animatable:
- <td>no
+ <td>yes
</table>
<p>If background images have been specified, this property specifies
@@ -976,7 +976,7 @@
<td>for <length> the absolute value, otherwise as specified
<tr>
<th>Animatable:
- <td>no
+ <td>yes except keyword values
</table>
<p>Specifies the size of the background images. Where
@@ -2266,7 +2266,7 @@
<td>''none'' or the image with its URI made absolute
<tr>
<th>Animatable:
- <td>only if the image is a gradient specified in CSS [[CSS3-IMAGES]]
+ <td>no
</table>
<p>Specifies an image to use instead of the border styles given by the
@@ -2809,8 +2809,8 @@
<td>any <length> made absolute; any color computed; otherwise as specified
<tr>
<th>Animatable:
- <td>yes (transition to/from an absent shadow is a transition
- to/from '0 0 transparent')
+ <td>yes, except between inner and outer shadows
+ (Transition to/from an absent shadow is a transition to/from '0 0 transparent'.)
</table>
<p>The 'box-shadow' property attaches one or more drop-shadows
Received on Tuesday, 17 January 2012 00:51:39 UTC