Skip to content

Commit f777165

Browse files
ewilligerstabatkins
authored andcommitted
[css-writing-modes] not animatable in Changes (w3c#2940)
The recent change to make direction, unicode-bidi and writing-mode not animatable is now listed in Changes, and copied across to writing-modes-4.
1 parent 358cd65 commit f777165

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

css-writing-modes-3/Overview.bs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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">

css-writing-modes-4/Overview.bs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)