@@ -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 ∗ element → 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
0 commit comments