Skip to content

Commit 150870a

Browse files
committed
[css-syntax] Use "qualified rule prelude" instead of "selector" when appropriate.
1 parent 81956f2 commit 150870a

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

css-syntax/Overview.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
<meta content="CSS Syntax Module Level 3 (CSS3 Syntax)" name=dcterms.title>
1313
<meta content=text name=dcterms.type>
14-
<meta content=2013-06-03 name=dcterms.date>
14+
<meta content=2013-06-06 name=dcterms.date>
1515
<meta content="Tab Atkins Jr." name=dcterms.creator>
1616
<meta content=W3C name=dcterms.publisher>
1717
<meta content="http://dev.w3.org/csswg/css3-syntax/"
@@ -32,7 +32,7 @@
3232
<h1 class=p-name>CSS Syntax Module Level 3</h1>
3333

3434
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft <time
35-
class=dt-updated datetime=20130603> 3 June 2013</time></h2>
35+
class=dt-updated datetime=20130606> 6 June 2013</time></h2>
3636

3737
<dl>
3838
<dt>This version:
@@ -4011,9 +4011,9 @@ <h2 id=changes><span class=secno>9. </span>Changes from CSS 2.1 and
40114011
<li> [] blocks, () blocks and functions can now contain {} blocks,
40124012
〈at-keyword〉s or 〈semicolon〉s
40134013

4014-
<li> Selectors can now contain semicolons
4014+
<li> Qualified rule preludes can now contain semicolons
40154015

4016-
<li> Selectors and at-rule preludes can now contain
4016+
<li> Qualified rule and at-rule preludes can now contain
40174017
〈at-keyword〉s
40184018
</ul>
40194019
</ul>

css-syntax/Overview.src.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2936,10 +2936,10 @@ <h2 id="changes">Changes from CSS 2.1 and Selectors Level 3</h2>
29362936
[] blocks, () blocks and functions can now contain {} blocks, 〈at-keyword〉s or 〈semicolon〉s
29372937

29382938
<li>
2939-
Selectors can now contain semicolons
2939+
Qualified rule preludes can now contain semicolons
29402940

29412941
<li>
2942-
Selectors and at-rule preludes can now contain 〈at-keyword〉s
2942+
Qualified rule and at-rule preludes can now contain 〈at-keyword〉s
29432943
</ul>
29442944

29452945
</ul>

0 commit comments

Comments
 (0)