Skip to content

Commit 267bf22

Browse files
ewilligerstabatkins
authored andcommitted
[css-display] display is not animatable (#2938)
Make it clear that display is not animatable (as opposed to supporting discrete animation.) Clarification discussed for other properties in #2751 (comment) Already tested in WPT web-animations/interfaces/KeyframeEffect/processing-a-keyframes-argument-001.html
1 parent bc456b7 commit 267bf22

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

css-display-3/Overview.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ Box Layout Modes: the 'display' property</h2>
165165
Applies to: all elements
166166
Inherited: no
167167
Computed value: see prose in a variety of specs
168-
Animatable: no
168+
Animation type: not animatable
169169
</pre>
170170

171171
<p class=all-media>User Agents are expected to support this property on all media, including non-visual ones.</p>
@@ -1272,7 +1272,7 @@ SVG Elements {#unbox-svg}
12721272
are ignored when rendering the contents.
12731273
However, SVG [=presentation attributes=]--
12741274
which map to CSS properties--
1275-
continue to affect value processing and inheritance [[css-cascade-3]];
1275+
continue to affect value processing and inheritance [[CSS3-CASCADE]];
12761276
thus such attributes can affect
12771277
the layout and visual formatting of the element’s descendants
12781278
by influencing the values of such properties on those descendants.

0 commit comments

Comments
 (0)