File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2463,6 +2463,7 @@ Privacy and Security Considerations {#priv-sec}
24632463 <li> Fixed the fallback “available space” for orthogonal flows
24642464 to handle 'max-height' (and 'min-height' ) which it forgot to consider.
24652465 (<a href="https://github.com/w3c/csswg-drafts/issues/2239">Issue 2239</a> )
2466+ <li> direction, unicode-bidi and writing-mode became not animatable.
24662467 </ul>
24672468
24682469 <h3 class="no-num" id="changes-201512">
Original file line number Diff line number Diff line change @@ -225,7 +225,7 @@ Specifying Directionality: the 'direction' property</h3>
225225 Inherited : yes
226226 Percentages : n/a
227227 Computed value : specified value
228- Animatable : no
228+ Animation type : not animatable
229229 Canonical order : n/a
230230 </pre>
231231
@@ -276,6 +276,7 @@ Embeddings and Overrides: the 'unicode-bidi' property</h3>
276276 Inherited : no
277277 Percentages : n/a
278278 Computed value : specified value
279+ Animation type : not animatable
279280 </pre>
280281
281282 <p class="advisement"> Because HTML UAs can turn off CSS styling,
@@ -856,7 +857,7 @@ Block Flow Direction: the 'writing-mode' property</h3>
856857 Inherited : yes
857858 Percentages : n/a
858859 Computed value : specified value
859- Animatable : no
860+ Animation type : not animatable
860861 Canonical order : n/a
861862 </pre>
862863
You can’t perform that action at this time.
0 commit comments