|
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=2013-05-06 name=dcterms.date> |
| 13 | + <meta content=2013-06-04 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/" |
|
37 | 37 |
|
38 | 38 | <h1>CSS Transitions</h1> |
39 | 39 |
|
40 | | - <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 6 May 2013</h2> |
| 40 | + <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 4 June 2013</h2> |
41 | 41 |
|
42 | 42 | <dl> |
43 | 43 | <dt>This version: |
@@ -984,6 +984,12 @@ <h2 id=starting><span class=secno>3. </span> Starting of transitions</h2> |
984 | 984 | value changes because it is inherited (directly or indirectly) from |
985 | 985 | another element that is transitioning the same property. |
986 | 986 |
|
| 987 | + <p class=issue> Issue: These rules don't define a model clearly enough to |
| 988 | + define the behavior in harder cases, such when transition properties are |
| 989 | + present on both ancestor and descendant. See <a |
| 990 | + href="http://lists.w3.org/Archives/Public/www-style/2013Mar/0297.html">description |
| 991 | + of issues and proposed model</a>. |
| 992 | + |
987 | 993 | <h2 id=reversing><span class=secno>4. </span> Automatically reversing |
988 | 994 | interrupted transitions</h2> |
989 | 995 |
|
@@ -1048,7 +1054,12 @@ <h2 id=reversing><span class=secno>4. </span> Automatically reversing |
1048 | 1054 | href="http://lists.w3.org/Archives/Public/www-style/2009Dec/thread.html#msg319">December |
1049 | 1055 | 2009 part</a>, <a |
1050 | 1056 | href="http://lists.w3.org/Archives/Public/www-style/2010Jan/thread.html#msg136">January |
1051 | | - 2010 part</a>. |
| 1057 | + 2010 part</a>. Also see: <a |
| 1058 | + href="http://lists.w3.org/Archives/Public/public-fx/2012AprJun/0107.html">minutes |
| 1059 | + 2012-05-09</a> (and <a |
| 1060 | + href="http://www.w3.org/Graphics/fx/track/actions/77">action</a>), <a |
| 1061 | + href="http://lists.w3.org/Archives/Public/www-style/2012Nov/0262.html">minutes |
| 1062 | + 2012-10-30</a>. |
1052 | 1063 |
|
1053 | 1064 | <h2 id=transition-events><span class=secno>5. </span><a |
1054 | 1065 | id=transition-events-> Transition Events </a></h2> |
|
0 commit comments