@@ -54,7 +54,7 @@ Defining Custom Properties: the '--*' family of properties</h2>
54
54
55
55
<pre class='propdef'>
56
56
Name : --*
57
- Value : <<any -value>>
57
+ Value : <<declaration -value>>
58
58
Initial : (nothing, see prose)
59
59
Applies to : all elements
60
60
Inherited : yes
@@ -128,7 +128,7 @@ Defining Custom Properties: the '--*' family of properties</h2>
128
128
Custom Property Value Syntax</h3>
129
129
130
130
The allowed syntax for <a>custom properties</a> is extremely permissive.
131
- The <dfn><any -value></dfn > production matches <em> any</em> sequence of one or more tokens,
131
+ The <<declaration -value>> production matches <em> any</em> sequence of one or more tokens,
132
132
so long as the sequence does not contain
133
133
<<bad-string-token>> ,
134
134
<<bad-url-token>> ,
@@ -149,7 +149,7 @@ Custom Property Value Syntax</h3>
149
149
does not prevent ''!important'' from being used,
150
150
as the ''!important'' is removed before syntax checking happens.
151
151
152
- Note: While <<any -value>> must represent at least one token,
152
+ Note: While <<declaration -value>> must represent at least one token,
153
153
that one token may be whitespace.
154
154
This implies that ''--foo: ;'' is valid,
155
155
and the corresponding ''var(--foo)'' call would have a single space as its substitution value,
@@ -382,7 +382,7 @@ Using Cascading Variables: the ''var()'' notation</h2>
382
382
The syntax of ''var()'' is:
383
383
384
384
<pre class='prod'>
385
- <dfn>var()</dfn> = var( <<custom-property-name>> [, <<any -value>> ]? )
385
+ <dfn>var()</dfn> = var( <<custom-property-name>> [, <<declaration -value>> ]? )
386
386
</pre>
387
387
388
388
The ''var()'' function can be used in place of any part of a value in any property on an element.
0 commit comments