Add two more issues about types.

Thu, 12 Jul 2012 17:45:51 -0700

author
L. David Baron <dbaron@dbaron.org>
date
Thu, 12 Jul 2012 17:45:51 -0700
changeset 6227
34e51e48689d
parent 6226
a15b3c1c5161
child 6228
e328b7705748

Add two more issues about types.

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	Thu Jul 12 17:42:54 2012 -0700
     1.2 +++ b/css3-transitions/Overview.html	Thu Jul 12 17:45:51 2012 -0700
     1.3 @@ -1231,6 +1231,8 @@
     1.4      properties were individually specified.
     1.5    </ul>
     1.6  
     1.7 +  <p class=issue>Need to add a length-percentage-calc type.
     1.8 +
     1.9    <p>Future specifications may define additional types that can be animated.
    1.10  
    1.11    <h2 id=animatable-properties><span class=secno>7. </span><a
    1.12 @@ -1260,6 +1262,11 @@
    1.13    <h3 id=animatable-css><span class=secno>7.1. </span><a
    1.14     id=properties-from-css-> Properties from CSS </a></h3>
    1.15  
    1.16 +  <p class=issue>Need to define what listing comma-separated things here
    1.17 +   means. In particular, that they only apply when both values fit the type,
    1.18 +   and that if one of the values is a type not listed, or if two of the
    1.19 +   values are different types, then the two values cannot be interpolated.
    1.20 +
    1.21    <table class=animatable-properties>
    1.22     <tbody>
    1.23      <tr>
     2.1 --- a/css3-transitions/Overview.src.html	Thu Jul 12 17:42:54 2012 -0700
     2.2 +++ b/css3-transitions/Overview.src.html	Thu Jul 12 17:45:51 2012 -0700
     2.3 @@ -1233,6 +1233,8 @@
     2.4          </li>
     2.5        </ul>
     2.6  
     2.7 +      <p class="issue">Need to add a length-percentage-calc type.</p>
     2.8 +
     2.9        <p>Future specifications may define additional types that can
    2.10        be animated.</p>
    2.11  
    2.12 @@ -1267,6 +1269,12 @@
    2.13          Properties from CSS
    2.14        </a></h3>
    2.15  
    2.16 +      <p class="issue">Need to define what listing comma-separated
    2.17 +      things here means.  In particular, that they only apply when
    2.18 +      both values fit the type, and that if one of the values is a
    2.19 +      type not listed, or if two of the values are different types,
    2.20 +      then the two values cannot be interpolated.</p>
    2.21 +
    2.22       <table class="animatable-properties">
    2.23         <tr>
    2.24           <th>Property Name</th>

mercurial