Skip to content

Commit 6dafef2

Browse files
committed
[css-transitions] Add more links for reversing issue and mention starting issue.
1 parent 7d526ef commit 6dafef2

2 files changed

Lines changed: 24 additions & 3 deletions

File tree

css-transitions/Overview.html

Lines changed: 14 additions & 3 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-05-06 name=dcterms.date>
13+
<meta content=2013-06-04 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 6 May 2013</h2>
40+
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 4 June 2013</h2>
4141

4242
<dl>
4343
<dt>This version:
@@ -984,6 +984,12 @@ <h2 id=starting><span class=secno>3. </span> Starting of transitions</h2>
984984
value changes because it is inherited (directly or indirectly) from
985985
another element that is transitioning the same property.
986986

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+
987993
<h2 id=reversing><span class=secno>4. </span> Automatically reversing
988994
interrupted transitions</h2>
989995

@@ -1048,7 +1054,12 @@ <h2 id=reversing><span class=secno>4. </span> Automatically reversing
10481054
href="http://lists.w3.org/Archives/Public/www-style/2009Dec/thread.html#msg319">December
10491055
2009 part</a>, <a
10501056
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>.
10521063

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

css-transitions/Overview.src.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -968,6 +968,13 @@ <h2 id="starting">
968968
property.
969969
</p>
970970

971+
<p class="issue">
972+
Issue: These rules don't define a model clearly enough to define
973+
the behavior in harder cases, such when transition properties
974+
are present on both ancestor and descendant. See
975+
<a href="http://lists.w3.org/Archives/Public/www-style/2013Mar/0297.html">description of issues and proposed model</a>.
976+
</p>
977+
971978
<h2 id="reversing">
972979
Automatically reversing interrupted transitions
973980
</h2>
@@ -1045,6 +1052,9 @@ <h2 id="reversing">
10451052
<a href="http://lists.w3.org/Archives/Public/www-style/2009Nov/thread.html#msg302">November 2009 part</a>,
10461053
<a href="http://lists.w3.org/Archives/Public/www-style/2009Dec/thread.html#msg319">December 2009 part</a>,
10471054
<a href="http://lists.w3.org/Archives/Public/www-style/2010Jan/thread.html#msg136">January 2010 part</a>.
1055+
Also see:
1056+
<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>.
10481058
</p>
10491059

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

0 commit comments

Comments
 (0)