@@ -399,7 +399,7 @@ The input byte stream</h3>
399
399
400
400
Note: [[CSSOM]] defines <a href="https://drafts.csswg.org/cssom/#requirements-on-user-agents-implementing-the-xml-stylesheet-processing-instruction">the environment encoding for <code><xml-stylesheet?></code></a> .
401
401
402
- Note: [[CSS-CASCADE-3]] defines <a href="https://drafts.csswg.org/css-cascade/# at-ruledef- import" >the environment encoding for <code>@import</code></a> .
402
+ Note: [[CSS-CASCADE-3]] defines <a at-rule lt=@ import>the environment encoding for <code>@import</code></a> .
403
403
404
404
405
405
<h3 id="input-preprocessing">
@@ -1996,7 +1996,7 @@ Parse something according to a CSS grammar</h4>
1996
1996
If it is meant to be exposed outside of spec language,
1997
1997
the spec using the result must explicitly translate it into a well-specified representation,
1998
1998
such as, for example, by invoking a CSS serialization algorithm
1999
- (like "serialize as a CSS <<string>> value").
1999
+ <span class=informative> (like "serialize as a CSS <<string>> value").</span>
2000
2000
2001
2001
To <dfn export lt="parse something according to a CSS grammar|parse" for=CSS>parse something according to a CSS grammar</dfn> :
2002
2002
@@ -2539,7 +2539,7 @@ Consume a function</h4>
2539
2539
The <var>An+B</var> microsyntax</h2>
2540
2540
2541
2541
Several things in CSS,
2542
- such as the '':nth-child()'' pseudoclass,
2542
+ such as the <span class=informative> '':nth-child()'' </span> pseudoclass,
2543
2543
need to indicate indexes in a list.
2544
2544
The <var> An+B</var> microsyntax is useful for this,
2545
2545
allowing an author to easily indicate single elements
@@ -2784,7 +2784,7 @@ The <code><an+b></code> type</h3>
2784
2784
The Unicode-Range microsyntax</h2>
2785
2785
2786
2786
Some constructs,
2787
- <span class=" informative" > such as the 'unicode-range' descriptor for the ''@font-face'' rule</span> ,
2787
+ <span class=informative> such as the 'unicode-range' descriptor for the ''@font-face'' rule, </span>
2788
2788
need a way to describe one or more unicode code points.
2789
2789
The <dfn><urange></dfn> production represents a range of one or more unicode code points.
2790
2790
@@ -3131,12 +3131,12 @@ Defining Arbitrary Contents: the <<declaration-value>> and <<any-value>> product
3131
3131
(rather than simply invalidating the construct,
3132
3132
as grammar mismatches tend to do).
3133
3133
3134
- For example, <a>custom properties</a> allow any reasonable value,
3134
+ <span class=informative> For example, <a>custom properties</a> allow any reasonable value,
3135
3135
as they can contain arbitrary pieces of other CSS properties,
3136
3136
or be used for things that aren't part of existing CSS at all.
3137
3137
For another example, the <<general-enclosed>> production in Media Queries
3138
3138
defines the bounds of what future syntax MQs will allow,
3139
- and uses special logic to deal with "unknown" values.
3139
+ and uses special logic to deal with "unknown" values.</span>
3140
3140
3141
3141
To aid in this, two additional productions are defined:
3142
3142
@@ -3179,11 +3179,11 @@ CSS stylesheets</h2>
3179
3179
Style rules</h3>
3180
3180
3181
3181
A <dfn export>style rule</dfn> is a <a>qualified rule</a>
3182
- that associates a <a>selector list</a> [[!SELECT]]
3182
+ that associates a <a>selector list</a>
3183
3183
with a list of property declarations.
3184
3184
They are also called
3185
3185
<a href="https://www.w3.org/TR/CSS2/syndata.html#rule-sets">rule sets</a> in [[!CSS2]] .
3186
- CSS Cascading and Inheritance [[! CSS-CASCADE-3]] defines how the declarations inside of style rules participate in the cascade.
3186
+ CSS Cascading and Inheritance [[CSS-CASCADE-3]] defines how the declarations inside of style rules participate in the cascade.
3187
3187
3188
3188
The prelude of the qualified rule is [=CSS/parsed=]
3189
3189
as a <<selector-list>> .
@@ -3410,7 +3410,7 @@ Privacy and Security Considerations</h2>
3410
3410
██████ ██ ██ ██ ██ ██ ██ ██████ ████████ ██████
3411
3411
-->
3412
3412
3413
- <h2 id="changes">
3413
+ <h2 id="changes" class=non-normative >
3414
3414
Changes</h2>
3415
3415
3416
3416
<em> This section is non-normative.</em>
0 commit comments