Skip to content

Commit cbba8cc

Browse files
committed
Clarify that this is an early WD, stable-spec-seekers should refer to Selectors 3
1 parent c68c9e3 commit cbba8cc

2 files changed

Lines changed: 19 additions & 7 deletions

File tree

selectors4/Overview.html

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,12 @@ <h2 class="no-num no-toc" id=status>Status of this Document</h2>
125125
W3C Patent Policy</a>.</p>
126126
<!--end-status-->
127127

128+
<p><strong>This module is an early-stage Working Draft. If you are looking
129+
for a stable Selectors specification, use <a
130+
href="http://www.w3.org/TR/css3-selectors/">Selectors 3</a>.</strong> Read
131+
the <a href="http://www.w3.org/TR/CSS/">CSS Snapshot</a> for an overview
132+
of the CSS development process.
133+
128134
<h2 class="no-num no-toc" id=contents>Table of Contents</h2>
129135
<!--begin-toc-->
130136

@@ -443,7 +449,8 @@ <h2 id=context><span class=secno>1. </span> Introduction</h2>
443449

444450
<p><em>This section is not normative.</em>
445451

446-
<p>Selectors define the following function:
452+
<p>Selectors define the following function for elements in a tree
453+
structure:
447454

448455
<pre>expression &#x2217; element &rarr; boolean</pre>
449456

@@ -462,13 +469,12 @@ <h2 id=context><span class=secno>1. </span> Introduction</h2>
462469
href="http://www.w3.org/TR/REC-CSS1">CSS1</a>, <a
463470
href="http://www.w3.org/TR/CSS21/">CSS2.1</a>, and <a
464471
href="http://www.w3.org/TR/css3-selectors/">Selectors Level 3</a>
465-
specifications, respectively.
472+
specifications, respectively. This module defines Selectors Level 4.
466473

467474
<h3 id=placement><span class=secno>1.1. </span>Module Interactions</h3>
468475

469476
<p>This module replaces the definitions for, and extends the set of
470-
selectors (aside from pseudo-element selectors) defined for CSS in
471-
[[CSS3SELECT]] and <a href="#CSS21"
477+
selectors defined for CSS in [[CSS3SELECT]] and <a href="#CSS21"
472478
rel=biblioentry>[CSS21]<!--{{CSS21}}--></a>.
473479

474480
<p>Pseudo-element selectors, which define abstract elements in a rendering

selectors4/Overview.src.html

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,12 @@ <h2 class="no-num no-toc" id=status>Status of this Document</h2>
7070

7171
<!--status-->
7272

73+
<p><strong>This module is an early-stage Working Draft. If you are
74+
looking for a stable Selectors specification, use
75+
<a href="http://www.w3.org/TR/css3-selectors/">Selectors 3</a>.</strong>
76+
Read the <a href="http://www.w3.org/TR/CSS/">CSS Snapshot</a> for
77+
an overview of the CSS development process.
78+
7379
<h2 class="no-num no-toc" id="contents">Table of Contents</h2>
7480
<!--toc-->
7581

@@ -78,7 +84,7 @@ <h2 id=context>
7884

7985
<p><em>This section is not normative.</em>
8086

81-
<p>Selectors define the following function:</p>
87+
<p>Selectors define the following function for elements in a tree structure:</p>
8288

8389
<pre>expression &#x2217; element &rarr; boolean</pre>
8490

@@ -96,12 +102,12 @@ <h2 id=context>
96102
functionality defined in the <a href="http://www.w3.org/TR/REC-CSS1">CSS1</a>,
97103
<a href="http://www.w3.org/TR/CSS21/">CSS2.1</a>, and
98104
<a href="http://www.w3.org/TR/css3-selectors/">Selectors Level 3</a>
99-
specifications, respectively.</p>
105+
specifications, respectively. This module defines Selectors Level 4.
100106

101107
<h3 id="placement">Module Interactions</h3>
102108

103109
<p>This module replaces the definitions for, and extends the set of
104-
selectors (aside from pseudo-element selectors) defined for CSS
110+
selectors defined for CSS
105111
in [[CSS3SELECT]] and [[CSS21]].
106112

107113
<p>Pseudo-element selectors, which define abstract elements in a

0 commit comments

Comments
 (0)