Skip to content

Commit 258841c

Browse files
committed
[css-variables] Since Syntax now trims whitespace, explicitly make <<declaration-value>> optional so you can still have an empty var. Relates to w3c#774.
1 parent dd73791 commit 258841c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css-variables-1/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Defining Custom Properties: the '--*' family of properties</h2>
5858

5959
<pre class='propdef'>
6060
Name: --*
61-
Value: <<declaration-value>>
61+
Value: <<declaration-value>>?
6262
Initial: (nothing, see prose)
6363
Applies to: all elements
6464
Inherited: yes

0 commit comments

Comments
 (0)