Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions css-writing-modes-3/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -2463,6 +2463,7 @@ Privacy and Security Considerations {#priv-sec}
<li>Fixed the fallback “available space” for orthogonal flows
to handle 'max-height' (and 'min-height') which it forgot to consider.
(<a href="https://github.com/w3c/csswg-drafts/issues/2239">Issue 2239</a>)
<li>direction, unicode-bidi and writing-mode became not animatable.
</ul>

<h3 class="no-num" id="changes-201512">
Expand Down
5 changes: 3 additions & 2 deletions css-writing-modes-4/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ Specifying Directionality: the 'direction' property</h3>
Inherited: yes
Percentages: n/a
Computed value: specified value
Animatable: no
Animation type: not animatable
Canonical order: n/a
</pre>

Expand Down Expand Up @@ -276,6 +276,7 @@ Embeddings and Overrides: the 'unicode-bidi' property</h3>
Inherited: no
Percentages: n/a
Computed value: specified value
Animation type: not animatable
</pre>

<p class="advisement">Because HTML UAs can turn off CSS styling,
Expand Down Expand Up @@ -856,7 +857,7 @@ Block Flow Direction: the 'writing-mode' property</h3>
Inherited: yes
Percentages: n/a
Computed value: specified value
Animatable: no
Animation type: not animatable
Canonical order: n/a
</pre>

Expand Down