Skip to content

Commit 7d9e9d2

Browse files
committed
[css-transitions] Note editing that needs to be done, and add reversing demo used for making decision.
1 parent 9f4e5d4 commit 7d9e9d2

3 files changed

Lines changed: 416 additions & 5 deletions

File tree

css-transitions/Overview.html

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
rel=dcterms.rights>
1111
<meta content="CSS Transitions" name=dcterms.title>
1212
<meta content=text name=dcterms.type>
13-
<meta content=2013-06-04 name=dcterms.date>
13+
<meta content=2013-06-08 name=dcterms.date>
1414
<meta content="L. David Baron" name=dcterms.creator>
1515
<meta content=W3C name=dcterms.publisher>
1616
<meta content="http://dev.w3.org/csswg/css3-transitions/"
@@ -37,7 +37,7 @@
3737

3838
<h1>CSS Transitions</h1>
3939

40-
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 4 June 2013</h2>
40+
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 8 June 2013</h2>
4141

4242
<dl>
4343
<dt>This version:
@@ -988,7 +988,8 @@ <h2 id=starting><span class=secno>3. </span> Starting of transitions</h2>
988988
define the behavior in harder cases, such when transition properties are
989989
present on both ancestor and descendant. See <a
990990
href="http://lists.w3.org/Archives/Public/www-style/2013Mar/0297.html">description
991-
of issues and proposed model</a>.
991+
of issues and proposed model</a>. Working Group resolution from 2013-06-06
992+
needs to be edited.
992993

993994
<h2 id=reversing><span class=secno>4. </span> Automatically reversing
994995
interrupted transitions</h2>
@@ -1059,7 +1060,8 @@ <h2 id=reversing><span class=secno>4. </span> Automatically reversing
10591060
2012-05-09</a> (and <a
10601061
href="http://www.w3.org/Graphics/fx/track/actions/77">action</a>), <a
10611062
href="http://lists.w3.org/Archives/Public/www-style/2012Nov/0262.html">minutes
1062-
2012-10-30</a>.
1063+
2012-10-30</a>, <a href=transition-reversing-demo>reversing demo</a>.
1064+
Working Group resolution from 2013-06-07 needs to be edited.
10631065

10641066
<h2 id=transition-events><span class=secno>5. </span><a
10651067
id=transition-events-> Transition Events </a></h2>

css-transitions/Overview.src.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -973,6 +973,7 @@ <h2 id="starting">
973973
the behavior in harder cases, such when transition properties
974974
are present on both ancestor and descendant. See
975975
<a href="http://lists.w3.org/Archives/Public/www-style/2013Mar/0297.html">description of issues and proposed model</a>.
976+
Working Group resolution from 2013-06-06 needs to be edited.
976977
</p>
977978

978979
<h2 id="reversing">
@@ -1054,7 +1055,9 @@ <h2 id="reversing">
10541055
<a href="http://lists.w3.org/Archives/Public/www-style/2010Jan/thread.html#msg136">January 2010 part</a>.
10551056
Also see:
10561057
<a href="http://lists.w3.org/Archives/Public/public-fx/2012AprJun/0107.html">minutes 2012-05-09</a> (and <a href="http://www.w3.org/Graphics/fx/track/actions/77">action</a>),
1057-
<a href="http://lists.w3.org/Archives/Public/www-style/2012Nov/0262.html">minutes 2012-10-30</a>.
1058+
<a href="http://lists.w3.org/Archives/Public/www-style/2012Nov/0262.html">minutes 2012-10-30</a>,
1059+
<a href="transition-reversing-demo">reversing demo</a>.
1060+
Working Group resolution from 2013-06-07 needs to be edited.
10581061
</p>
10591062

10601063
<h2 id="transition-events"><a id="transition-events-">

0 commit comments

Comments
 (0)