Skip to content

Commit dd73791

Browse files
committed
[css-variables] Remove note talking about custom property containing only whitespace, as that whitespace is now trimmed away, per Syntax. Relates to w3c#774.
1 parent fcf8677 commit dd73791

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

css-variables-1/Overview.bs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -160,12 +160,6 @@ Custom Property Value Syntax</h3>
160160
does not prevent ''!important'' from being used,
161161
as the ''!important'' is removed before syntax checking happens.
162162

163-
Note: While <<declaration-value>> must represent at least one token,
164-
that one token may be whitespace.
165-
This implies that ''--foo: ;'' is valid,
166-
and the corresponding ''var(--foo)'' call would have a single space as its substitution value,
167-
but ''--foo:;'' is invalid.
168-
169163
<div class='example'>
170164
For example, the following is a valid custom property:
171165

0 commit comments

Comments
 (0)