|
10 | 10 | rel=dcterms.rights> |
11 | 11 | <meta content="CSS Transitions" name=dcterms.title> |
12 | 12 | <meta content=text name=dcterms.type> |
13 | | - <meta content=2014-01-29 name=dcterms.date> |
| 13 | + <meta content=2014-07-07 name=dcterms.date> |
14 | 14 | <meta content="L. David Baron" name=dcterms.creator> |
15 | 15 | <meta content=W3C name=dcterms.publisher> |
16 | 16 | <meta content="http://dev.w3.org/csswg/css3-transitions/" |
|
40 | 40 |
|
41 | 41 | <h1>CSS Transitions</h1> |
42 | 42 |
|
43 | | - <h2 class="no-num no-toc">Editor's Draft 29 January 2014</h2> |
| 43 | + <h2 class="no-num no-toc">Editor's Draft 7 July 2014</h2> |
44 | 44 |
|
45 | 45 | <dl> |
46 | 46 | <dt>This version: |
@@ -549,7 +549,7 @@ <h3 id=transition-duration-property><span class=secno>2.2. </span><a |
549 | 549 | href="#transition-duration"><code |
550 | 550 | class=property>transition-duration</code></a>’ renders the declaration |
551 | 551 | invalid.</p> |
552 | | - <!-- ======================================================================================================= |
| 552 | + <!-- ======================================================================================================= |
553 | 553 | --> |
554 | 554 |
|
555 | 555 | <h3 id=transition-timing-function-property><span class=secno>2.3. </span><a |
@@ -1390,11 +1390,15 @@ <h2 id=animatable-types><span class=secno>6. </span><a |
1390 | 1390 | the list is interpolated via the color (as <a |
1391 | 1391 | href="#animtype-color">color</a>) component, and x, y, blur, and (when |
1392 | 1392 | appropriate) spread (as <a href="#animtype-length">length</a>) |
1393 | | - components. For each shadow, if one input shadow is ‘<code |
1394 | | - class=css>inset</code>’ and the other is not, then the result for that |
1395 | | - shadow matches the inputs; otherwise the entire list is not interpolable. |
1396 | | - If the lists of shadows have different lengths, then the shorter list is |
1397 | | - padded at the end with shadows whose color is ‘<code |
| 1393 | + components. For each shadow, if both input shadows are ‘<code |
| 1394 | + class=property>inset</code>’ or both input shadows are not ‘<code |
| 1395 | + class=property>inset</code>’, then the interpolated shadow must match |
| 1396 | + the input shadows in that regard. If any pair of input shadows has one |
| 1397 | + ‘<code class=property>inset</code>’ and the other not ‘<code |
| 1398 | + class=property>inset</code>’, the entire <a |
| 1399 | + href="#animtype-shadow-list">shadow-list</a> is uninterpolable. If the |
| 1400 | + lists of shadows have different lengths, then the shorter list is padded |
| 1401 | + at the end with shadows whose color is ‘<code |
1398 | 1402 | class=css>transparent</code>’, all lengths are ‘<code |
1399 | 1403 | class=css>0</code>’, and whose ‘<code class=css>inset</code>’ (or |
1400 | 1404 | not) matches the longer list. |
@@ -1800,7 +1804,7 @@ <h2 id=acknowledgments><span class=secno>9. </span>Acknowledgments</h2> |
1800 | 1804 |
|
1801 | 1805 | <p>Thanks especially to the feedback from Tab Atkins, Carine Bournez, Aryeh |
1802 | 1806 | Gregor, Vincent Hardy, Anne van Kesteren, Cameron McCormack, Alex |
1803 | | - Mogilevsky, and all the rest of the <a |
| 1807 | + Mogilevsky, Jasper St. Pierre, and all the rest of the <a |
1804 | 1808 | href="http://lists.w3.org/Archives/Public/www-style/">www-style</a> |
1805 | 1809 | community. |
1806 | 1810 |
|
|
0 commit comments