We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a8dccc commit b150689Copy full SHA for b150689
1 file changed
css-variables/Overview.bs
@@ -470,7 +470,11 @@ Using Cascading Variables: the ''var()'' notation</h2>
470
<ol>
471
<li>
472
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,
+ and the ''var()'' function is being used in:
474
+
475
+ * the 'animation' property or one of its longhands,
476
+ * the 'display' property
477
478
treat the <a>custom property</a> as having its initial value for the rest of this algorithm.
479
480
0 commit comments