Skip to content

Commit 5f714af

Browse files
committed
'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 ).
1 parent 959c6a0 commit 5f714af

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

css3-transitions/Overview.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1404,7 +1404,7 @@ <h3 id=properties-from-css-><span class=secno>7.1. </span> Properties from
14041404
<tr>
14051405
<td>vertical-align
14061406

1407-
<td>keywords, length, percentage
1407+
<td>length, percentage
14081408

14091409
<tr>
14101410
<td>visibility

css3-transitions/Overview.src.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1314,7 +1314,7 @@ <h3>
13141314
<td>top</td><td>length, percentage</td>
13151315
</tr>
13161316
<tr>
1317-
<td>vertical-align</td><td>keywords, length, percentage</td>
1317+
<td>vertical-align</td><td>length, percentage</td>
13181318
</tr>
13191319
<tr>
13201320
<td>visibility</td><td>visibility</td>

0 commit comments

Comments
 (0)