- From: Elika Etemad via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 17 Jan 2012 00:51:47 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-background
In directory hutz:/tmp/cvs-serv31916
Modified Files:
Overview.html
Log Message:
Update Animatable lines to match css3-transitions.
Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-background/Overview.html,v
retrieving revision 1.262
retrieving revision 1.263
diff -u -d -r1.262 -r1.263
--- Overview.html 13 Jan 2012 18:45:11 -0000 1.262
+++ Overview.html 17 Jan 2012 00:51:45 -0000 1.263
@@ -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 13 January
+ <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 17 January
2012</h2>
<dl>
<dt>This version:
- <dd><!-- <a href="http://www.w3.org/TR/2012/CR-css3-background-20120113">http://www.w3.org/TR/2012/ED-css3-background-20120113/</a> -->
+ <dd><!-- <a href="http://www.w3.org/TR/2012/CR-css3-background-20120117">http://www.w3.org/TR/2012/ED-css3-background-20120117/</a> -->
<a
href="http://dev.w3.org/csswg/css3-background">http://dev.w3.org/csswg/css3-background</a>
@@ -593,9 +593,7 @@
<tr>
<th>Animatable:
- <td>only images that are gradients specified in CSS <a
- href="#CSS3-IMAGES"
- rel=biblioentry>[CSS3-IMAGES]<!--{{CSS3-IMAGES}}--></a>
+ <td>no
</table>
<p>This property sets the background image(s) of an element. Images are
@@ -1062,7 +1060,7 @@
<tr>
<th>Animatable:
- <td>no
+ <td>yes
</table>
<p>If background images have been specified, this property specifies their
@@ -1501,7 +1499,7 @@
<tr>
<th>Animatable:
- <td>no
+ <td>yes except keyword values
</table>
<p>Specifies the size of the background images. Where
@@ -3125,9 +3123,7 @@
<tr>
<th>Animatable:
- <td>only if the image is a gradient specified in CSS <a
- href="#CSS3-IMAGES"
- rel=biblioentry>[CSS3-IMAGES]<!--{{CSS3-IMAGES}}--></a>
+ <td>no
</table>
<p>Specifies an image to use instead of the border styles given by the
@@ -3913,8 +3909,9 @@
<tr>
<th>Animatable:
- <td>yes (transition to/from an absent shadow is a transition to/from
- ‘<code class=css>0 0 transparent</code>’)
+ <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>’.)
</table>
<p>The ‘<a href="#box-shadow"><code
@@ -4547,16 +4544,6 @@
</dd>
<!---->
- <dt id=CSS3-IMAGES>[CSS3-IMAGES]
-
- <dd>Elika J. Etemad; Tab Atkins Jr. <a
- href="http://www.w3.org/TR/2011/WD-css3-images-20111206/"><cite>CSS Image
- Values and Replaced Content Module Level 3.</cite></a> 6 December 2011.
- W3C Working Draft. (Work in progress.) URL: <a
- href="http://www.w3.org/TR/2011/WD-css3-images-20111206/">http://www.w3.org/TR/2011/WD-css3-images-20111206/</a>
- </dd>
- <!---->
-
<dt id=CSS3-TRANSITIONS>[CSS3-TRANSITIONS]
<dd>Dean Jackson; et al. <a
Received on Tuesday, 17 January 2012 00:51:53 UTC