From b020c0e16c8265ec0c162a1390baed11ab259c3f Mon Sep 17 00:00:00 2001 From: Eric Willigers Date: Fri, 20 Jul 2018 06:36:56 +1000 Subject: [PATCH] [css-display] display is not animatable Make it clear that display is not animatable (as opposed to supporting discrete animation.) Clarification discussed for other properties in https://github.com/w3c/csswg-drafts/issues/2751#issuecomment-402604609 Already tested in WPT web-animations/interfaces/KeyframeEffect/processing-a-keyframes-argument-001.html --- css-display-3/Overview.bs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css-display-3/Overview.bs b/css-display-3/Overview.bs index 30e90d11789..a3ac4a41ce2 100644 --- a/css-display-3/Overview.bs +++ b/css-display-3/Overview.bs @@ -165,7 +165,7 @@ Box Layout Modes: the 'display' property Applies to: all elements Inherited: no Computed value: see prose in a variety of specs - Animatable: no + Animation type: not animatable

User Agents are expected to support this property on all media, including non-visual ones.

@@ -1272,7 +1272,7 @@ SVG Elements {#unbox-svg} are ignored when rendering the contents. However, SVG [=presentation attributes=]-- which map to CSS properties-- - continue to affect value processing and inheritance [[css-cascade-3]]; + continue to affect value processing and inheritance [[CSS3-CASCADE]]; thus such attributes can affect the layout and visual formatting of the element’s descendants by influencing the values of such properties on those descendants.