Skip to content

Commit a59ee43

Browse files
committed
[css-syntax] Update the Changes list.
1 parent 8e65aec commit a59ee43

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

css-syntax/Overview.bs

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3482,11 +3482,17 @@ Changes</h2>
34823482

34833483
<em>This section is non-normative.</em>
34843484

3485+
34853486
<h3 id="changes-CR-20140220">
34863487
Changes from the 20 February 2014 Candidate Recommendation</h3>
34873488

34883489
The following substantive changes were made:
34893490

3491+
* Removed <<unicode-range-token>>, in favor of creating a <<urange>> production.
3492+
3493+
* url() functions that contain a string are now parsed as normal <<function-token>>s.
3494+
url() functions that contain "raw" URLs are still specially parsed as <<url-token>>s.
3495+
34903496
* Fixed a bug in the "Consume a URL token" algorithm,
34913497
where it didn't consume the quote character starting a string before attempting to consume the string.
34923498

@@ -3505,6 +3511,11 @@ Changes from the 20 February 2014 Candidate Recommendation</h3>
35053511

35063512
* Minor editorial restructuring of algorithms.
35073513

3514+
* Added the [=CSS/parse=] API entry point.
3515+
3516+
* Added the <<declaration-value>> and <<any-value>> productions.
3517+
3518+
35083519
<h3 id="changes-WD-20131105">
35093520
Changes from the 5 November 2013 Last Call Working Draft</h3>
35103521

0 commit comments

Comments
 (0)