Skip to content

Commit db770e3

Browse files
committed
[css3-syntax] Clarify what 'recognized at-rule' means.
--HG-- extra : rebase_source : 022e087fbeae631dc938eacc6816d66f8b91b6ac
1 parent 6edb879 commit db770e3

2 files changed

Lines changed: 6 additions & 4 deletions

File tree

css3-syntax/Overview.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<meta content=2013-02-14 name=dcterms.issued>
1515
<meta content="http://dev.w3.org/csswg/css3-syntax/" name=dcterms.creator>
1616
<meta content=W3C name=dcterms.publisher>
17-
<meta content="http://www.w3.org/TR/2013/ED-css3-syntax-20130214/"
17+
<meta content="http://dev.w3.org/csswg/css3-syntax/"
1818
name=dcterms.identifier>
1919
<link href="#contents" rel=contents>
2020
<link href="#index" rel=index>
@@ -2767,8 +2767,9 @@ <h2 id=parsing><span class=secno>5. </span> Parsing</h2>
27672767

27682768
<dd> When the parser is invoked, it must be provided with a list of <a
27692769
href="#recognized-at-rule-name"><i>recognized at-rule names</i></a>,
2770-
where each name is additionally associated with whether the <a
2771-
href="#at-rule"><i>at-rule</i></a> is <a
2770+
representing the <a href="#at-rule"><i>at-rules</i></a> that the invoker
2771+
knows about. Each name in the list is additionally associated with
2772+
whether the <a href="#at-rule"><i>at-rule</i></a> is <a
27722773
href="#rule-filled"><i>rule-filled</i></a>, <a
27732774
href="#declaration-filled"><i>declaration-filled</i></a>, or neither.
27742775
</dl>

css3-syntax/Overview.src.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2291,7 +2291,8 @@ <h2>
22912291
<dd>
22922292
When the parser is invoked,
22932293
it must be provided with a list of <i>recognized at-rule names</i>,
2294-
where each name is additionally associated with whether the <i>at-rule</i> is
2294+
representing the <i>at-rules</i> that the invoker knows about.
2295+
Each name in the list is additionally associated with whether the <i>at-rule</i> is
22952296
<i>rule-filled</i>,
22962297
<i>declaration-filled</i>,
22972298
or neither.

0 commit comments

Comments
 (0)