'vertical-align' keywords aren't animatable because nobody knows how the animation is supposed to work.

Tue, 27 Mar 2012 11:25:48 -0700

author
L. David Baron <dbaron@dbaron.org>
date
Tue, 27 Mar 2012 11:25:48 -0700
changeset 5245
5bd89ada5492
parent 5244
a0c482b95722
child 5246
134ceee7535a

'vertical-align' keywords aren't animatable because nobody knows how the animation is supposed to work.

This resolves https://www.w3.org/Bugs/Public/show_bug.cgi?id=14988
as proposed in
http://lists.w3.org/Archives/Public/www-style/2012Mar/0013.html and
resolved in the 2012 February 29 teleconference (minutes at
http://lists.w3.org/Archives/Public/www-style/2012Mar/0013.html ).

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	Tue Mar 27 11:24:24 2012 -0700
     1.2 +++ b/css3-transitions/Overview.html	Tue Mar 27 11:25:48 2012 -0700
     1.3 @@ -1404,7 +1404,7 @@
     1.4      <tr>
     1.5       <td>vertical-align
     1.6  
     1.7 -     <td>keywords, length, percentage
     1.8 +     <td>length, percentage
     1.9  
    1.10      <tr>
    1.11       <td>visibility
     2.1 --- a/css3-transitions/Overview.src.html	Tue Mar 27 11:24:24 2012 -0700
     2.2 +++ b/css3-transitions/Overview.src.html	Tue Mar 27 11:25:48 2012 -0700
     2.3 @@ -1314,7 +1314,7 @@
     2.4           <td>top</td><td>length, percentage</td>
     2.5         </tr>
     2.6         <tr>
     2.7 -         <td>vertical-align</td><td>keywords, length, percentage</td>
     2.8 +         <td>vertical-align</td><td>length, percentage</td>
     2.9         </tr>
    2.10         <tr>
    2.11           <td>visibility</td><td>visibility</td>

mercurial