Skip to content

Commit e3c541a

Browse files
committed
[css-variables-1] Per WG resolution, non-animatable properties can't recieve animation-tainted variables at all. w3c#5341
1 parent d3094d1 commit e3c541a

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

css-variables-1/Overview.bs

+1-5
Original file line numberDiff line numberDiff line change
@@ -529,11 +529,7 @@ Using Cascading Variables: the ''var()'' notation</h2>
529529
<ol>
530530
<li>
531531
If the <a>custom property</a> named by the first argument to the ''var()'' function is <a>animation-tainted</a>,
532-
and the ''var()'' function is being used in:
533-
534-
* the 'animation' property or one of its longhands,
535-
* the 'display' property, such that after substitution the property would have a value that suppresses the element's box (such as ''display/none'' or ''display/contents'')
536-
532+
and the ''var()'' function is being used in property that is [=not animatable=],
537533
treat the <a>custom property</a> as having its initial value for the rest of this algorithm.
538534

539535
<li>

0 commit comments

Comments
 (0)