From 2c9d08e9c6526917bca9705699bbcf40397065f1 Mon Sep 17 00:00:00 2001 From: Eric Willigers Date: Fri, 20 Jul 2018 08:54:06 +1000 Subject: [PATCH] [css-writing-modes] not animatable in Changes 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. --- css-writing-modes-3/Overview.bs | 1 + css-writing-modes-4/Overview.bs | 5 +++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/css-writing-modes-3/Overview.bs b/css-writing-modes-3/Overview.bs index 0d2cf8662b9e..a3e14c1497ec 100644 --- a/css-writing-modes-3/Overview.bs +++ b/css-writing-modes-3/Overview.bs @@ -2463,6 +2463,7 @@ Privacy and Security Considerations {#priv-sec}
  • Fixed the fallback “available space” for orthogonal flows to handle 'max-height' (and 'min-height') which it forgot to consider. (Issue 2239) +
  • direction, unicode-bidi and writing-mode became not animatable.

    diff --git a/css-writing-modes-4/Overview.bs b/css-writing-modes-4/Overview.bs index 3441b7deb3ba..3f7f16e8fb02 100644 --- a/css-writing-modes-4/Overview.bs +++ b/css-writing-modes-4/Overview.bs @@ -225,7 +225,7 @@ Specifying Directionality: the 'direction' property

    Inherited: yes Percentages: n/a Computed value: specified value - Animatable: no + Animation type: not animatable Canonical order: n/a @@ -276,6 +276,7 @@ Embeddings and Overrides: the 'unicode-bidi' property Inherited: no Percentages: n/a Computed value: specified value + Animation type: not animatable

    Because HTML UAs can turn off CSS styling, @@ -856,7 +857,7 @@ Block Flow Direction: the 'writing-mode' property Inherited: yes Percentages: n/a Computed value: specified value - Animatable: no + Animation type: not animatable Canonical order: n/a