[css-transitions] Add more links for reversing issue and mention starting issue.

Tue, 04 Jun 2013 22:07:27 +0900

author
L. David Baron <dbaron@dbaron.org>
date
Tue, 04 Jun 2013 22:07:27 +0900
changeset 8348
a4a465256333
parent 8347
28e731361c56
child 8349
91f63657ad72

[css-transitions] Add more links for reversing issue and mention starting issue.

css-transitions/Overview.html file | annotate | diff | comparison | revisions
css-transitions/Overview.src.html file | annotate | diff | comparison | revisions
     1.1 --- a/css-transitions/Overview.html	Tue Jun 04 21:55:28 2013 +0900
     1.2 +++ b/css-transitions/Overview.html	Tue Jun 04 22:07:27 2013 +0900
     1.3 @@ -10,7 +10,7 @@
     1.4     rel=dcterms.rights>
     1.5    <meta content="CSS Transitions" name=dcterms.title>
     1.6    <meta content=text name=dcterms.type>
     1.7 -  <meta content=2013-05-06 name=dcterms.date>
     1.8 +  <meta content=2013-06-04 name=dcterms.date>
     1.9    <meta content="L. David Baron" name=dcterms.creator>
    1.10    <meta content=W3C name=dcterms.publisher>
    1.11    <meta content="http://dev.w3.org/csswg/css3-transitions/"
    1.12 @@ -37,7 +37,7 @@
    1.13  
    1.14     <h1>CSS Transitions</h1>
    1.15  
    1.16 -   <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 6 May 2013</h2>
    1.17 +   <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 4 June 2013</h2>
    1.18  
    1.19     <dl>
    1.20      <dt>This version:
    1.21 @@ -984,6 +984,12 @@
    1.22     value changes because it is inherited (directly or indirectly) from
    1.23     another element that is transitioning the same property.
    1.24  
    1.25 +  <p class=issue> Issue: These rules don't define a model clearly enough to
    1.26 +   define the behavior in harder cases, such when transition properties are
    1.27 +   present on both ancestor and descendant. See <a
    1.28 +   href="http://lists.w3.org/Archives/Public/www-style/2013Mar/0297.html">description
    1.29 +   of issues and proposed model</a>.
    1.30 +
    1.31    <h2 id=reversing><span class=secno>4. </span> Automatically reversing
    1.32     interrupted transitions</h2>
    1.33  
    1.34 @@ -1048,7 +1054,12 @@
    1.35     href="http://lists.w3.org/Archives/Public/www-style/2009Dec/thread.html#msg319">December
    1.36     2009 part</a>, <a
    1.37     href="http://lists.w3.org/Archives/Public/www-style/2010Jan/thread.html#msg136">January
    1.38 -   2010 part</a>.
    1.39 +   2010 part</a>. Also see: <a
    1.40 +   href="http://lists.w3.org/Archives/Public/public-fx/2012AprJun/0107.html">minutes
    1.41 +   2012-05-09</a> (and <a
    1.42 +   href="http://www.w3.org/Graphics/fx/track/actions/77">action</a>), <a
    1.43 +   href="http://lists.w3.org/Archives/Public/www-style/2012Nov/0262.html">minutes
    1.44 +   2012-10-30</a>.
    1.45  
    1.46    <h2 id=transition-events><span class=secno>5. </span><a
    1.47     id=transition-events-> Transition Events </a></h2>
     2.1 --- a/css-transitions/Overview.src.html	Tue Jun 04 21:55:28 2013 +0900
     2.2 +++ b/css-transitions/Overview.src.html	Tue Jun 04 22:07:27 2013 +0900
     2.3 @@ -968,6 +968,13 @@
     2.4          property.
     2.5        </p>
     2.6  
     2.7 +      <p class="issue">
     2.8 +        Issue: These rules don't define a model clearly enough to define
     2.9 +        the behavior in harder cases, such when transition properties
    2.10 +        are present on both ancestor and descendant.  See
    2.11 +        <a href="http://lists.w3.org/Archives/Public/www-style/2013Mar/0297.html">description of issues and proposed model</a>.
    2.12 +      </p>
    2.13 +
    2.14        <h2 id="reversing">
    2.15          Automatically reversing interrupted transitions
    2.16        </h2>
    2.17 @@ -1045,6 +1052,9 @@
    2.18          <a href="http://lists.w3.org/Archives/Public/www-style/2009Nov/thread.html#msg302">November 2009 part</a>,
    2.19          <a href="http://lists.w3.org/Archives/Public/www-style/2009Dec/thread.html#msg319">December 2009 part</a>,
    2.20          <a href="http://lists.w3.org/Archives/Public/www-style/2010Jan/thread.html#msg136">January 2010 part</a>.
    2.21 +        Also see:
    2.22 +        <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>),
    2.23 +        <a href="http://lists.w3.org/Archives/Public/www-style/2012Nov/0262.html">minutes 2012-10-30</a>.
    2.24        </p>
    2.25  
    2.26        <h2 id="transition-events"><a id="transition-events-">

mercurial