Skip to content

Commit e0d67a7

Browse files
committed
[css-variables] Update changes section.
1 parent 258841c commit e0d67a7

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

css-variables-1/Overview.bs

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -716,9 +716,18 @@ Serializing Custom Properties</h3>
716716
property names are restricted to the ASCII range and are <a>ASCII case-insensitive</a>,
717717
so implementations typically serialize the name lowercased.
718718

719+
<h2 id='changes'>
720+
Changes</h2>
719721

722+
<h3 id='changes-20151203'>
723+
Changes Since the 03 December 2015 CR</h3>
720724

721-
<h2 id='changes'>
725+
* Now that [[css-syntax-3]] auto-trims whitespace from declaration values,
726+
made <<declaration-value>> optional in the custom property grammar,
727+
so that empty variables are still allowed.
728+
(<a href="https://github.com/w3c/csswg-drafts/issues/774#issuecomment-434571254">Issue 774</a>)
729+
730+
<h3 id='changes-20140506'>
722731
Changes since the May 6 2014 Last Call Working Draft</h2>
723732

724733
* Serialization of longhands when shorthand uses a variable was defined.

0 commit comments

Comments
 (0)