Skip to content

Commit 6b7df0d

Browse files
committed
[css-syntax-3] Undo link breakage due to for=CSS attribute.
1 parent ea5ebf2 commit 6b7df0d

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

css-syntax-3/Overview.bs

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1625,7 +1625,7 @@ Parsing</h2>
16251625
The items that can appear in the tree are:
16261626

16271627
<dl export dfn-for=CSS>
1628-
<dt><dfn>at-rule</dfn>
1628+
<dt><dfn id="at-rule">at-rule</dfn>
16291629
<dd>
16301630
An at-rule has a name,
16311631
a prelude consisting of a list of component values,
@@ -1637,7 +1637,7 @@ Parsing</h2>
16371637
how to parse it
16381638
(preferably using one of the parser algorithms or entry points defined in this specification).
16391639

1640-
<dt><dfn>qualified rule</dfn>
1640+
<dt><dfn id="qualified-rule">qualified rule</dfn>
16411641
<dd>
16421642
A qualified rule has
16431643
a prelude consisting of a list of component values,
@@ -1647,7 +1647,7 @@ Parsing</h2>
16471647
where the prelude is a selector [[SELECT]]
16481648
and the block a <a lt="parse a list of declarations">list of declarations</a>.
16491649

1650-
<dt><dfn>declaration</dfn>
1650+
<dt><dfn id="declaration">declaration</dfn>
16511651
<dd>
16521652
A declaration has a name,
16531653
a value consisting of a list of component values,
@@ -1660,13 +1660,13 @@ Parsing</h2>
16601660
instead, it is a product of where the declaration appears,
16611661
and is defined by the respective specifications defining the given rule.)
16621662

1663-
<dt><dfn>component value</dfn>
1663+
<dt><dfn id="component-value">component value</dfn>
16641664
<dd>
16651665
A component value is one of the [=preserved tokens=],
16661666
a [=function=],
16671667
or a [=simple block=].
16681668

1669-
<dt><dfn>preserved tokens</dfn>
1669+
<dt><dfn id="preserved-tokens">preserved tokens</dfn>
16701670
<dd>
16711671
Any token produced by the tokenizer
16721672
except for <<function-token>>s,
@@ -1684,12 +1684,12 @@ Parsing</h2>
16841684
to define more fine-grained error-handling
16851685
than just dropping an entire declaration or block.
16861686

1687-
<dt><dfn>function</dfn>
1687+
<dt><dfn id="function">function</dfn>
16881688
<dd>
16891689
A function has a name
16901690
and a value consisting of a list of component values.
16911691

1692-
<dt><dfn>simple block</dfn>
1692+
<dt><dfn id="simple-block">simple block</dfn>
16931693
<dd>
16941694
A simple block has an associated token (either a <a href="#tokendef-open-square">&lt;[-token></a>, <a href="#tokendef-open-paren">&lt;(-token></a>, or <a href="#tokendef-open-curly">&lt;{-token></a>)
16951695
and a value consisting of a list of component values.

0 commit comments

Comments
 (0)