@@ -7,6 +7,7 @@ Work Status: Testing
77Group : csswg
88ED : https://drafts.csswg.org/css-syntax/
99TR : https://www.w3.org/TR/css-syntax-3/
10+ Previous Version : https://www.w3.org/TR/2019/CR-css-syntax-3-20190716/
1011Previous Version : https://www.w3.org/TR/2014/CR-css-syntax-3-20140220/
1112Previous Version : https://www.w3.org/TR/2013/WD-css-syntax-3-20131105/
1213Previous Version : https://www.w3.org/TR/2013/WD-css-syntax-3-20130919/
@@ -3558,6 +3559,24 @@ Changes</h2>
35583559
35593560 <em> This section is non-normative.</em>
35603561
3562+ <h3 id="changes-CR-20190716">
3563+ Changes from the 16 August 2019 Candidate Recommendation</h3>
3564+
3565+ The following substantive changes were made:
3566+
3567+ * Added a new [[#parse-comma-list]] algorithm.
3568+
3569+ The following editorial changes were made:
3570+
3571+ * Switched to consistently refer to "identifier",
3572+ rather than sometimes using the term "name".
3573+
3574+ * Explicitly named several of the pre-tokenizing processes,
3575+ and explicitly referred to them in the parsing entry points
3576+ (rather than relying on a blanket "do X at the start of these algorithms" statement).
3577+
3578+ <a href="https://github.com/w3c/csswg-drafts/milestone/7?closed=1">A Disposition of Comments is available.</a>
3579+
35613580
35623581<h3 id="changes-CR-20140220">
35633582Changes from the 20 February 2014 Candidate Recommendation</h3>
0 commit comments