- From: David Baron via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 03 Jun 2011 14:10:54 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-transitions
In directory hutz:/tmp/cvs-serv20930
Modified Files:
Overview.html Overview.src.html
Log Message:
Note some issues with the list of properties to be animated.
Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-transitions/Overview.html,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -d -r1.19 -r1.20
--- Overview.html 5 Apr 2011 19:25:35 -0000 1.19
+++ Overview.html 3 Jun 2011 14:10:52 -0000 1.20
@@ -29,14 +29,14 @@
<h1>CSS Transitions</h1>
- <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 5 April 2011</h2>
+ <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 3 June 2011</h2>
<dl>
<dt>This version:
- <dd> <a href="http://www.w3.org/TR/2011/ED-css3-transitions-20110405">
+ <dd> <a href="http://www.w3.org/TR/2011/ED-css3-transitions-20110603/">
http://dev.w3.org/csswg/css3-transitions/</a>
- <!--http://www.w3.org/TR/2011/WD-css3-transitions-20110405-->
+ <!--http://www.w3.org/TR/2011/WD-css3-transitions-20110603-->
<dt>Latest version:
@@ -1108,7 +1108,10 @@
<li> <strong>space-separated list of above</strong>: If the lists have the
same number of items, each item in the list is interpolated using the
rules above. Otherwise, no interpolation (unless stated otherwise above).
-
+ <span class=issue>For lists that represent a list of things to be cycled
+ through (e.g., stroke-dasharray), it is straightforward to interpolate
+ between lists of different lengths by repeating the two lists out to the
+ least common multiple of their lengths.</span>
<li> <strong>a shorthand property</strong>: If any part of a shorthand can
be animated, then interpolation is performed as if those animatable
@@ -1149,7 +1152,8 @@
<td>length
<tr>
- <td>border-color
+ <td>border-color <span class=issue>This is a shorthand, so probably
+ shouldn't be here.</span>
<td>color
@@ -1189,7 +1193,8 @@
<td>length
<tr>
- <td>border-width
+ <td>border-width <span class=issue>This is a shorthand, so probably
+ shouldn't be here.</span>
<td>length
@@ -1209,7 +1214,7 @@
<td>color
<tr>
- <td>crop
+ <td>crop <span class=issue>This is not a standard property.</span>
<td>rectangle
@@ -1221,7 +1226,7 @@
<tr>
<td>font-weight
- <td>number
+ <td>number <span class=issue>It's not that simple.</span>
<tr>
<td>grid-*
@@ -1374,11 +1379,17 @@
<td>integer
<tr>
- <td>zoom
+ <td>zoom <span class=issue>This is not a standard property.</span>
<td>number
</table>
+ <p class=issue> This list omits the following properties that Gecko can
+ animate, and which likely should be included: background-size,
+ border-*-radius, box-shadow, column-count, column-gap, column-rule-color,
+ column-rule-width, column-width, font-size-adjust, font-stretch,
+ marker-offset, text-decoration-color, transform.
+
<h3 id=properties-from-svg-><span class=secno>7.2. </span> Properties from
SVG</h3>
@@ -1479,7 +1490,7 @@
<th>Media
<tbody>
- <tr valign=baseline>
+ <tr>
<td><a class=property href="#transition">transition</a>
<td>[<‘transition-property’> ||
@@ -1501,7 +1512,7 @@
<td>interactive
- <tr valign=baseline>
+ <tr>
<td><a class=property href="#transition-delay">transition-delay</a>
<td><time> [, <time>]*
@@ -1516,7 +1527,7 @@
<td>interactive
- <tr valign=baseline>
+ <tr>
<td><a class=property
href="#transition-duration">transition-duration</a>
@@ -1532,7 +1543,7 @@
<td>interactive
- <tr valign=baseline>
+ <tr>
<td><a class=property
href="#transition-property">transition-property</a>
@@ -1548,7 +1559,7 @@
<td>visual
- <tr valign=baseline>
+ <tr>
<td><a class=property
href="#transition-timing-function">transition-timing-function</a>
Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-transitions/Overview.src.html,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -d -r1.20 -r1.21
--- Overview.src.html 5 Apr 2011 19:25:35 -0000 1.20
+++ Overview.src.html 3 Jun 2011 14:10:52 -0000 1.21
@@ -1096,6 +1096,11 @@
have the same number of items, each item in the list
is interpolated using the rules above. Otherwise, no
interpolation (unless stated otherwise above).
+ <span class="issue">For lists that represent a list of things
+ to be cycled through (e.g., stroke-dasharray), it is
+ straightforward to interpolate between lists of different
+ lengths by repeating the two lists out to the least common
+ multiple of their lengths.</span>
</li>
<li>
<strong>a shorthand property</strong>: If any part of a
@@ -1129,7 +1134,8 @@
<td>border-bottom-width</td><td>length</td>
</tr>
<tr>
- <td>border-color</td><td>color</td>
+ <td>border-color <span class="issue">This is a shorthand, so
+ probably shouldn't be here.</span></td><td>color</td>
</tr>
<tr>
<td>border-left-color</td><td>color</td>
@@ -1153,7 +1159,8 @@
<td>border-top-width</td><td>length</td>
</tr>
<tr>
- <td>border-width</td><td>length</td>
+ <td>border-width <span class="issue">This is a shorthand, so
+ probably shouldn't be here.</span></td><td>length</td>
</tr>
<tr>
<td>bottom</td><td>length, percentage</td>
@@ -1165,13 +1172,15 @@
<td>color</td><td>color</td>
</tr>
<tr>
- <td>crop</td><td>rectangle</td>
+ <td>crop <span class="issue">This is not a standard
+ property.</span></td><td>rectangle</td>
</tr>
<tr>
<td>font-size</td><td>length, percentage</td>
</tr>
<tr>
- <td>font-weight</td><td>number</td>
+ <td>font-weight</td><td>number <span class="issue">It's not
+ that simple.</span></td>
</tr>
<tr>
<td>grid-*</td><td>various</td>
@@ -1264,10 +1273,28 @@
<td>z-index</td><td>integer</td>
</tr>
<tr>
- <td>zoom</td><td>number</td>
+ <td>zoom <span class="issue">This is not a standard property.</span></td><td>number</td>
</tr>
</table>
+<p class="issue">
+ This list omits the following properties that Gecko can animate, and
+ which likely should be included:
+ background-size,
+ border-*-radius,
+ box-shadow,
+ column-count,
+ column-gap,
+ column-rule-color,
+ column-rule-width,
+ column-width,
+ font-size-adjust,
+ font-stretch,
+ marker-offset,
+ text-decoration-color,
+ transform.
+</p>
+
<h3>
Properties from SVG
</h3>
Received on Friday, 3 June 2011 14:10:56 UTC