@@ -3154,13 +3154,13 @@ CSS stylesheets</h2>
3154
3154
Style rules</h3>
3155
3155
3156
3156
A <dfn>style rule</dfn> is a <a>qualified rule</a>
3157
- that associates a <a href="https://drafts.csswg.org/selectors4/#selector-list" >selector list</a> [[!SELECT]]
3157
+ that associates a <a>selector list</a> [[!SELECT]]
3158
3158
with a list of property declarations.
3159
3159
They are also called
3160
3160
<a href="https://www.w3.org/TR/CSS21/syndata.html#rule-sets">rule sets</a> in [[!CSS21]] .
3161
3161
CSS Cascading and Inheritance [[!CSS3CASCADE]] defines how the declarations inside of style rules participate in the cascade.
3162
3162
3163
- The prelude of the qualified rule is <a lt="parse something according to a CSS grammar">parsed</a>
3163
+ The prelude of the qualified rule is [= CSS/parsed=]
3164
3164
as a <<selector-list>> .
3165
3165
If this returns failure,
3166
3166
the entire style rule is <a>invalid</a> .
@@ -3422,6 +3422,11 @@ Changes from the 20 February 2014 Candidate Recommendation</h3>
3422
3422
3423
3423
* Define all tokens to have a <a>representation</a> .
3424
3424
3425
+ * Fixed minor bug in <a>check if two code points are a valid escape</a> --
3426
+ a <code> \</code> followed by an EOF is now correctly reported as <em> not</em> a valid escape.
3427
+
3428
+ * If the very first rule in the sheet is a ''@charset'' , dropped it during parsing.
3429
+
3425
3430
The following editorial changes were made:
3426
3431
3427
3432
* The "Consume a string token" algorithm was changed to allow calling it without specifying an explicit ending token,
@@ -3430,17 +3435,14 @@ Changes from the 20 February 2014 Candidate Recommendation</h3>
3430
3435
3431
3436
* Minor editorial restructuring of algorithms.
3432
3437
3433
- * Added the [=CSS/parse=] API entry point .
3438
+ * Added the [=CSS/parse=] and [=parse a comma-separated list of component values=] API entry points .
3434
3439
3435
3440
* Added the <<declaration-value>> and <<any-value>> productions.
3436
3441
3437
3442
* Removed the Selectors-specific tokens, per WG resolution.
3438
3443
3439
3444
* Removed "code point" and "surrogate code point" in favor of the identical definitions in the Infra Standard.
3440
3445
3441
- * Fixed minor bug in <a>check if two code points are a valid escape</a> --
3442
- a <code> \</code> followed by an EOF is now correctly reported as <em> not</em> a valid escape.
3443
-
3444
3446
3445
3447
<h3 id="changes-WD-20131105">
3446
3448
Changes from the 5 November 2013 Last Call Working Draft</h3>
0 commit comments