Skip to content

[css-display] display is not animatable #2938

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 19, 2018
Merged
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
4 changes: 2 additions & 2 deletions css-display-3/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ Box Layout Modes: the 'display' property</h2>
Applies to: all elements
Inherited: no
Computed value: see prose in a variety of specs
Animatable: no
Animation type: not animatable
</pre>

<p class=all-media>User Agents are expected to support this property on all media, including non-visual ones.</p>
Expand Down Expand Up @@ -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.
Expand Down