Skip to content

Commit b150689

Browse files
committed
[css-variables] Animation-taint the display property as well. Fixes #501.
1 parent 1a8dccc commit b150689

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

css-variables/Overview.bs

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -470,7 +470,11 @@ Using Cascading Variables: the ''var()'' notation</h2>
470470
<ol>
471471
<li>
472472
If the <a>custom property</a> named by the first argument to the ''var()'' function is <a>animation-tainted</a>,
473-
and the ''var()'' function is being used in the 'animation' property or one of its longhands,
473+
and the ''var()'' function is being used in:
474+
475+
* the 'animation' property or one of its longhands,
476+
* the 'display' property
477+
474478
treat the <a>custom property</a> as having its initial value for the rest of this algorithm.
475479

476480
<li>

0 commit comments

Comments
 (0)