You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
a prelude consisting of a list of component values,
@@ -1634,7 +1637,7 @@ Parsing</h2>
1634
1637
how to parse it
1635
1638
(preferably using one of the parser algorithms or entry points defined in this specification).
1636
1639
1637
-
<dt><dfn export>qualified rule</dfn>
1640
+
<dt><dfn>qualified rule</dfn>
1638
1641
<dd>
1639
1642
A qualified rule has
1640
1643
a prelude consisting of a list of component values,
@@ -1644,7 +1647,7 @@ Parsing</h2>
1644
1647
where the prelude is a selector [[SELECT]]
1645
1648
and the block a <a lt="parse a list of declarations">list of declarations</a>.
1646
1649
1647
-
<dt><dfn export>declaration</dfn>
1650
+
<dt><dfn>declaration</dfn>
1648
1651
<dd>
1649
1652
A declaration has a name,
1650
1653
a value consisting of a list of component values,
@@ -1657,11 +1660,11 @@ Parsing</h2>
1657
1660
instead, it is a product of where the declaration appears,
1658
1661
and is defined by the respective specifications defining the given rule.)
1659
1662
1660
-
<dt><dfn export>component value</dfn>
1663
+
<dt><dfn>component value</dfn>
1661
1664
<dd>
1662
-
A component value is one of the preserved tokens,
1663
-
a function,
1664
-
or a simple block.
1665
+
A component value is one of the [=preserved tokens=],
1666
+
a [=function=],
1667
+
or a [=simple block=].
1665
1668
1666
1669
<dt><dfn>preserved tokens</dfn>
1667
1670
<dd>
@@ -1671,22 +1674,22 @@ Parsing</h2>
1671
1674
<a href="#tokendef-open-paren"><(-token></a>s,
1672
1675
and <a href="#tokendef-open-square"><[-token></a>s.
1673
1676
1674
-
Note: The non-preserved tokens listed above are always consumed into higher-level objects,
1677
+
Note: The non-[=preserved tokens=] listed above are always consumed into higher-level objects,
1675
1678
either functions or simple blocks,
1676
1679
and so never appear in any parser output themselves.
1677
1680
1678
1681
Note: The tokens <a href="#tokendef-close-curly"><}-token></a>s, <a href="#tokendef-close-paren"><)-token></a>s, <a href="#tokendef-close-square"><]-token></a>, <<bad-string-token>>, and <<bad-url-token>> are always parse errors,
1679
1682
but they are preserved in the token stream by this specification to allow other specs,
1680
1683
such as Media Queries,
1681
-
to define more fine-grainted error-handling
1684
+
to define more fine-grained error-handling
1682
1685
than just dropping an entire declaration or block.
1683
1686
1684
-
<dt><dfn export>function</dfn>
1687
+
<dt><dfn>function</dfn>
1685
1688
<dd>
1686
1689
A function has a name
1687
1690
and a value consisting of a list of component values.
1688
1691
1689
-
<dt><dfn export>simple block</dfn>
1692
+
<dt><dfn>simple block</dfn>
1690
1693
<dd>
1691
1694
A simple block has an associated token (either a <a href="#tokendef-open-square"><[-token></a>, <a href="#tokendef-open-paren"><(-token></a>, or <a href="#tokendef-open-curly"><{-token></a>)
1692
1695
and a value consisting of a list of component values.
@@ -2013,7 +2016,7 @@ Parse a stylesheet</h4>
2013
2016
Create a new stylesheet.
2014
2017
2015
2018
<li>
2016
-
<a>Consume a list of rules</a> from the stream of tokens, with the <var>top-level flag</var> set.
2019
+
<a>Consume a list of rules</a> from the stream of tokens, with the top-level flag set.
2017
2020
Let the return value be <var>rules</var>.
2018
2021
2019
2022
<li>
@@ -2230,7 +2233,7 @@ Consume a list of rules</h4>
2230
2233
<dt><<CDO-token>>
2231
2234
<dt><<CDC-token>>
2232
2235
<dd>
2233
-
If the <dfn><var>top-level flag</var></dfn> is set,
2236
+
If the <var>top-level flag</var> is set,
2234
2237
do nothing.
2235
2238
2236
2239
Otherwise,
@@ -2539,7 +2542,7 @@ The <var>An+B</var> microsyntax</h2>
2539
2542
allowing an author to easily indicate single elements
2540
2543
or all elements at regularly-spaced intervals in a list.
2541
2544
2542
-
The <dfn export>An+B</dfn> notation defines an integer step (<dfn>A</dfn>) and offset (<dfn>B</dfn>),
2545
+
The <dfn export>An+B</dfn> notation defines an integer step (|A|) and offset (|B|),
2543
2546
and represents the <var>An+B</var>th elements in a list,
2544
2547
for every positive integer or zero value of <var>n</var>,
2545
2548
with the first element in the list having index 1 (not 0).
@@ -3160,7 +3163,7 @@ Defining Arbitrary Contents: the <<declaration-value>> and <<any-value>> product
3160
3163
<h2 id="css-stylesheets">
3161
3164
CSS stylesheets</h2>
3162
3165
3163
-
To <dfn>parse a CSS stylesheet</dfn>,
3166
+
To <dfn export>parse a CSS stylesheet</dfn>,
3164
3167
first <a>parse a stylesheet</a>.
3165
3168
Interpret all of the resulting top-level <a>qualified rules</a> as <a>style rules</a>, defined below.
3166
3169
@@ -3172,7 +3175,7 @@ CSS stylesheets</h2>
3172
3175
<h3 id="style-rules">
3173
3176
Style rules</h3>
3174
3177
3175
-
A <dfn>style rule</dfn> is a <a>qualified rule</a>
3178
+
A <dfn export>style rule</dfn> is a <a>qualified rule</a>
0 commit comments