- From: David Baron via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 20 Dec 2011 17:46:07 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-transitions
In directory hutz:/tmp/cvs-serv10334
Modified Files:
Overview.html Overview.src.html
Log Message:
Describe 'Animatable:' lines as resolved in 2011-09-28 teleconference.
Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-transitions/Overview.html,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -d -r1.24 -r1.25
--- Overview.html 19 Dec 2011 15:47:12 -0000 1.24
+++ Overview.html 20 Dec 2011 17:46:05 -0000 1.25
@@ -29,15 +29,15 @@
<h1>CSS Transitions</h1>
- <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 19 December
+ <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 20 December
2011</h2>
<dl>
<dt>This version:
- <dd> <a href="http://www.w3.org/TR/2011/ED-css3-transitions-20111219/">
+ <dd> <a href="http://www.w3.org/TR/2011/ED-css3-transitions-20111220/">
http://dev.w3.org/csswg/css3-transitions/</a>
- <!--http://www.w3.org/TR/2011/WD-css3-transitions-20111219-->
+ <!--http://www.w3.org/TR/2011/WD-css3-transitions-20111220-->
<dt>Latest version:
@@ -1112,6 +1112,27 @@
<h2 id=animatable-properties-><span class=secno>7. </span> Animatable
properties</h2>
+ <!--
+ As resolved in
+ http://lists.w3.org/Archives/Public/www-style/2011Sep/0497.html
+ -->
+
+ <p>For properties that exist at the time this specification was developed,
+ this specification defines whether and how they are animated. However,
+ future CSS specifications may define additional properties, additional
+ values for existing properties, or additional animation behavior of
+ existing values. In order to describe new animation behaviors and to have
+ the definition of animation behavior in a more appropriate location,
+ future CSS specifications should include an "Animatable:" line in the
+ summary of the property's definition (in addition to the other lines
+ described in <a href="#CSS21" rel=biblioentry>[CSS21]<!--{{CSS21}}--></a>,
+ <a href="http://www.w3.org/TR/CSS21/about.html#property-defs">section
+ 1.4.2</a>). This line should say "no" to indicate that a property cannot
+ be animated or should reference an animation behavior (which may be one of
+ the behaviors in the <a href="#animation-of-property-types-">Animation of
+ property types</a> section above, or may be a new behavior) to define how
+ the property animates. Such definitions override those given in this
+ specification.
<h3 id=properties-from-css-><span class=secno>7.1. </span> Properties from
CSS</h3>
@@ -1459,6 +1480,16 @@
<dt style="display: none"><!-- keeps the doc valid if the DL is empty -->
<!---->
+ <dt id=CSS21>[CSS21]
+
+ <dd>Bert Bos; et al. <a
+ href="http://www.w3.org/TR/2011/REC-CSS2-20110607"><cite>Cascading Style
+ Sheets Level 2 Revision 1 (CSS 2.1) Specification.</cite></a> 7 June
+ 2011. W3C Recommendation. URL: <a
+ href="http://www.w3.org/TR/2011/REC-CSS2-20110607">http://www.w3.org/TR/2011/REC-CSS2-20110607</a>
+ </dd>
+ <!---->
+
<dt id=CSS3-IMAGES>[CSS3-IMAGES]
<dd>Elika J. Etemad; Tab Atkins Jr. <a
Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-transitions/Overview.src.html,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -d -r1.25 -r1.26
--- Overview.src.html 19 Dec 2011 15:47:12 -0000 1.25
+++ Overview.src.html 20 Dec 2011 17:46:05 -0000 1.26
@@ -1022,7 +1022,7 @@
</dd>
</dl>
- <h2>
+ <h2 id="animation-of-property-types-">
Animation of property types
</h2>
@@ -1111,6 +1111,29 @@
Animatable properties
</h2>
+ <!--
+ As resolved in
+ http://lists.w3.org/Archives/Public/www-style/2011Sep/0497.html
+ -->
+ <p>For properties that exist at the time this specification was
+ developed, this specification defines whether and how they are
+ animated. However, future CSS specifications may define
+ additional properties, additional values for existing properties,
+ or additional animation behavior of existing values. In order to
+ describe new animation behaviors and to have the definition of
+ animation behavior in a more appropriate location, future CSS
+ specifications should include an "Animatable:" line in the summary
+ of the property's definition (in addition to the other lines
+ described in [[CSS21]], <a
+ href="http://www.w3.org/TR/CSS21/about.html#property-defs">section
+ 1.4.2</a>). This line should say "no" to indicate that a property
+ cannot be animated or should reference an animation behavior
+ (which may be one of the behaviors in the <a
+ href="#animation-of-property-types-">Animation of property
+ types</a> section above, or may be a new behavior) to define how
+ the property animates. Such definitions override those given in
+ this specification.</p>
+
<h3>
Properties from CSS
</h3>
Received on Tuesday, 20 December 2011 17:46:10 UTC