[css3-transitions] Add an id for animtype-list as well.

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

author
L. David Baron <dbaron@dbaron.org>
date
Mon, 04 Feb 2013 22:54:31 -0700
changeset 7321
6df1fa9cbeec
parent 7320
92a2de64d3d1
child 7322
294640461582

[css3-transitions] Add an id for animtype-list as well.

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 22:52:09 2013 -0700
     1.2 +++ b/css3-transitions/Overview.html	Mon Feb 04 22:54:31 2013 -0700
     1.3 @@ -1240,11 +1240,11 @@
     1.4      interpolation is only supported between: gradient to gradient and color
     1.5      to color. They then work as above.
     1.6  
     1.7 -   <li> <strong>list of above types</strong>: If the lists have the same
     1.8 -    number of items, each item in the list is interpolated using the rules
     1.9 -    above. Otherwise the interpolation is determined by the property rules.
    1.10 -    If the property extends its list by repeating values, then this repeated
    1.11 -    form will be used in the interpolation (‘<code
    1.12 +   <li id=animtype-list> <strong>list of above types</strong>: If the lists
    1.13 +    have the same number of items, each item in the list is interpolated
    1.14 +    using the rules above. Otherwise the interpolation is determined by the
    1.15 +    property rules. If the property extends its list by repeating values,
    1.16 +    then this repeated form will be used in the interpolation (‘<code
    1.17      class=property>background-position</code>’ is an example of a property
    1.18      that would transition between lists of different lengths). If the
    1.19      property does not allow extending its list, then no interpolation will
    1.20 @@ -1565,7 +1565,7 @@
    1.21           <td>stroke</td><td><a href="#animtype-paintserver">paint server</a></td>
    1.22         </tr>
    1.23         <tr>
    1.24 -         <td>stroke-dasharray</td><td>list of <a href="#animtype-number">number</a></td>
    1.25 +         <td>stroke-dasharray</td><td><a href="#animtype-list">list</a> of <a href="#animtype-number">number</a></td>
    1.26         </tr>
    1.27         <tr>
    1.28           <td>stroke-dashoffset</td><td><a href="#animtype-number">number</a></td>
     2.1 --- a/css3-transitions/Overview.src.html	Mon Feb 04 22:52:09 2013 -0700
     2.2 +++ b/css3-transitions/Overview.src.html	Mon Feb 04 22:54:31 2013 -0700
     2.3 @@ -1256,7 +1256,7 @@
     2.4            between: gradient to gradient and color to color. They then
     2.5            work as above.
     2.6          </li>
     2.7 -        <li>
     2.8 +        <li id="animtype-list">
     2.9            <strong>list of above types</strong>: If the lists have the
    2.10            same number of items, each item in the list is interpolated using the
    2.11            rules above. Otherwise the interpolation is determined by the property
    2.12 @@ -1505,7 +1505,7 @@
    2.13           <td>stroke</td><td><a href="#animtype-paintserver">paint server</a></td>
    2.14         </tr>
    2.15         <tr>
    2.16 -         <td>stroke-dasharray</td><td>list of <a href="#animtype-number">number</a></td>
    2.17 +         <td>stroke-dasharray</td><td><a href="#animtype-list">list</a> of <a href="#animtype-number">number</a></td>
    2.18         </tr>
    2.19         <tr>
    2.20           <td>stroke-dashoffset</td><td><a href="#animtype-number">number</a></td>

mercurial