File tree 1 file changed +8
-3
lines changed
1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -869,10 +869,15 @@ Animating and Interpolating 'display'</h3>
869
869
and any other 'display' value,
870
870
<var> p</var> values between 0 and 1
871
871
map to the non-''display/none'' value.
872
-
873
872
Additionally,
874
- the 'display' property is ignored
875
- when specified in <a spec=web-animations-1>animation effects</a> or ''@keyframes'' rules.
873
+ the element is [=inert=]
874
+ as long as its 'display' value would compute to ''display/none''
875
+ when ignoring the Transitions and Animations [=cascade origins=] .
876
+
877
+ Because a value of ''display/none'' would interrupt the animation,
878
+ a declared value of ''display/none''
879
+ in an <a spec=web-animations-1>animation effect</a> or ''@keyframes'' rule
880
+ is replaced with ''display/revert-layer'' .
876
881
877
882
<!--
878
883
██ ██ ███████ ██ ██ ████████
You can’t perform that action at this time.
0 commit comments