Skip to content

Commit 219e2c0

Browse files
committed
[css-syntax-3] Fix up references.
1 parent e9b5f3f commit 219e2c0

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

css-syntax-3/Overview.bs

+7-6
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,7 @@ The input byte stream</h3>
399399

400400
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>&lt;xml-stylesheet?></code></a>.
401401

402-
Note: [[CSS3CASCADE]] 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 href="https://drafts.csswg.org/css-cascade/#at-ruledef-import">the environment encoding for <code>@import</code></a>.
403403

404404

405405
<h3 id="input-preprocessing">
@@ -1975,7 +1975,8 @@ Parse something according to a CSS grammar</h4>
19751975
and if it does,
19761976
to destructure it according to the grammar.
19771977
This section provides a generic hook for this kind of operation.
1978-
It should be invoked like "parse <var>foo</var> as a CSS <<color>>", or similar.
1978+
It should be invoked like
1979+
<span class="informative">"parse <var>foo</var> as a CSS <<color>>"</span>, or similar.
19791980

19801981
Note: As a reminder, this algorithm, along with all the others in this section,
19811982
can be called with a string,
@@ -2783,7 +2784,7 @@ The <code>&lt;an+b></code> type</h3>
27832784
The Unicode-Range microsyntax</h2>
27842785

27852786
Some constructs,
2786-
such as the 'unicode-range' descriptor for the ''@font-face'' rule,
2787+
<span class="informative">such as the 'unicode-range' descriptor for the ''@font-face'' rule</span>,
27872788
need a way to describe one or more unicode code points.
27882789
The <dfn>&lt;urange></dfn> production represents a range of one or more unicode code points.
27892790

@@ -3181,8 +3182,8 @@ Style rules</h3>
31813182
that associates a <a>selector list</a> [[!SELECT]]
31823183
with a list of property declarations.
31833184
They are also called
3184-
<a href="https://www.w3.org/TR/CSS21/syndata.html#rule-sets">rule sets</a> in [[!CSS21]].
3185-
CSS Cascading and Inheritance [[!CSS3CASCADE]] defines how the declarations inside of style rules participate in the cascade.
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.
31863187

31873188
The prelude of the qualified rule is [=CSS/parsed=]
31883189
as a <<selector-list>>.
@@ -3573,7 +3574,7 @@ Changes from CSS 2.1 and Selectors Level 3</h3>
35733574
but not in any way that should impact its use in practice.
35743575

35753576
<li>
3576-
Apply the <a href="https://www.w3.org/TR/CSS21/syndata.html#unexpected-eof">EOF error handling rule</a> in the tokenizer
3577+
Apply the <a href="https://www.w3.org/TR/CSS2/syndata.html#unexpected-eof">EOF error handling rule</a> in the tokenizer
35773578
and emit normal <<string-token>> and <<url-token>> rather than BAD_STRING or BAD_URI
35783579
on EOF.
35793580

0 commit comments

Comments
 (0)