Skip to content

Commit a0e58d3

Browse files
committed
[css-writing-modes-3] Fix also animation lines for text-orientation, text-combine-upright; remove animation change from changes list -- direction, writing-mode, and text-orientation were already not animatable, we're just updating propdef syntax, so it's not actually a change.
1 parent 5efab14 commit a0e58d3

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

css-writing-modes-3/Overview.bs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1203,7 +1203,7 @@ Orienting Text: the 'text-orientation' property</h3>
12031203
Inherited: yes
12041204
Percentages: n/a
12051205
Computed value: specified value
1206-
Animatable: no
1206+
Animation type: not animatable
12071207
Canonical order: n/a
12081208
</pre>
12091209

@@ -2288,7 +2288,7 @@ Horizontal-in-Vertical Composition: the 'text-combine-upright' property</h3>
22882288
Inherited: yes
22892289
Percentages: n/a
22902290
Computed value: specified keyword
2291-
Animatable: no
2291+
Animation type: not animatable
22922292
Canonical order: n/a
22932293
</pre>
22942294

@@ -2463,7 +2463,6 @@ 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.
24672466
</ul>
24682467

24692468
<h3 class="no-num" id="changes-201512">

css-writing-modes-4/Overview.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1279,7 +1279,7 @@ Orienting Text: the 'text-orientation' property</h3>
12791279
Inherited: yes
12801280
Percentages: n/a
12811281
Computed value: specified value
1282-
Animatable: no
1282+
Animation type: not animatable
12831283
Canonical order: n/a
12841284
</pre>
12851285

@@ -2515,7 +2515,7 @@ Horizontal-in-Vertical Composition: the 'text-combine-upright' property</h3>
25152515
Inherited: yes
25162516
Percentages: n/a
25172517
Computed value: specified keyword, plus integer if ''digits''
2518-
Animatable: no
2518+
Animation type: not animatable
25192519
Canonical order: n/a
25202520
</pre>
25212521

0 commit comments

Comments
 (0)