[css3-transitions] Drop issue on potentially using a / in the transition shorthand, since it's no longer practical for compatibility reasons, and since there don't seem to be convincing reasons to do so.

Mon, 04 Feb 2013 22:01:31 -0700

author
L. David Baron <dbaron@dbaron.org>
date
Mon, 04 Feb 2013 22:01:31 -0700
changeset 7315
0f6b1bcdf079
parent 7314
c76aed6e613a
child 7316
3c4df823dd45

[css3-transitions] Drop issue on potentially using a / in the transition shorthand, since it's no longer practical for compatibility reasons, and since there don't seem to be convincing reasons to do so.

As resolved at Tucson face-to-face, 2013-02-04 11:34:52 -0700.

css3-transitions/Overview.html file | annotate | diff | comparison | revisions
css3-transitions/Overview.src.html file | annotate | diff | comparison | revisions
     1.1 --- a/css3-transitions/Overview.html	Mon Feb 04 21:59:54 2013 -0700
     1.2 +++ b/css3-transitions/Overview.html	Mon Feb 04 22:01:31 2013 -0700
     1.3 @@ -858,10 +858,6 @@
     1.4     transition-duration, and the second value that can be parsed as a time is
     1.5     assigned to transition-delay.
     1.6  
     1.7 -  <p class=issue> An alternative proposal is to accept the font shorthand
     1.8 -   approach of using a "/" character between the values of the same type.
     1.9 -   e.g. 2s/4s would mean a duration of 2 seconds and a delay of 4 seconds.
    1.10 -
    1.11    <p> If there is more than one <a
    1.12     href="#single-transition">&lt;single-transition&gt;</a> in the shorthand,
    1.13     and any of the transitions has ‘<code class=css>none</code>’ as the <a
     2.1 --- a/css3-transitions/Overview.src.html	Mon Feb 04 21:59:54 2013 -0700
     2.2 +++ b/css3-transitions/Overview.src.html	Mon Feb 04 22:01:31 2013 -0700
     2.3 @@ -854,12 +854,6 @@
     2.4          transition-delay.
     2.5        </p>
     2.6  
     2.7 -      <p class="issue">
     2.8 -        An alternative proposal is to accept the font shorthand approach of
     2.9 -        using a "/" character between the values of the same type. e.g. 2s/4s would
    2.10 -        mean a duration of 2 seconds and a delay of 4 seconds.
    2.11 -      </p>
    2.12 -
    2.13        <p>
    2.14          If there is more than one <span>&lt;single-transition&gt;</span> in the shorthand,
    2.15          and any of the transitions has

mercurial