- From: Elika Etemad via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 12 Aug 2011 23:49:21 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/selectors4
In directory hutz:/tmp/cvs-serv16923
Modified Files:
Overview.html Overview.src.html
Log Message:
Clarify that this is an early WD, stable-spec-seekers should refer to Selectors 3
Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/selectors4/Overview.html,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -d -r1.46 -r1.47
--- Overview.html 12 Aug 2011 23:10:12 -0000 1.46
+++ Overview.html 12 Aug 2011 23:49:19 -0000 1.47
@@ -125,6 +125,12 @@
W3C Patent Policy</a>.</p>
<!--end-status-->
+ <p><strong>This module is an early-stage Working Draft. If you are looking
+ for a stable Selectors specification, use <a
+ href="http://www.w3.org/TR/css3-selectors/">Selectors 3</a>.</strong> Read
+ the <a href="http://www.w3.org/TR/CSS/">CSS Snapshot</a> for an overview
+ of the CSS development process.
+
<h2 class="no-num no-toc" id=contents>Table of Contents</h2>
<!--begin-toc-->
@@ -443,7 +449,8 @@
<p><em>This section is not normative.</em>
- <p>Selectors define the following function:
+ <p>Selectors define the following function for elements in a tree
+ structure:
<pre>expression ∗ element → boolean</pre>
@@ -462,13 +469,12 @@
href="http://www.w3.org/TR/REC-CSS1">CSS1</a>, <a
href="http://www.w3.org/TR/CSS21/">CSS2.1</a>, and <a
href="http://www.w3.org/TR/css3-selectors/">Selectors Level 3</a>
- specifications, respectively.
+ specifications, respectively. This module defines Selectors Level 4.
<h3 id=placement><span class=secno>1.1. </span>Module Interactions</h3>
<p>This module replaces the definitions for, and extends the set of
- selectors (aside from pseudo-element selectors) defined for CSS in
- [[CSS3SELECT]] and <a href="#CSS21"
+ selectors defined for CSS in [[CSS3SELECT]] and <a href="#CSS21"
rel=biblioentry>[CSS21]<!--{{CSS21}}--></a>.
<p>Pseudo-element selectors, which define abstract elements in a rendering
Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/selectors4/Overview.src.html,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -d -r1.48 -r1.49
--- Overview.src.html 12 Aug 2011 23:10:13 -0000 1.48
+++ Overview.src.html 12 Aug 2011 23:49:19 -0000 1.49
@@ -70,6 +70,12 @@
<!--status-->
+ <p><strong>This module is an early-stage Working Draft. If you are
+ looking for a stable Selectors specification, use
+ <a href="http://www.w3.org/TR/css3-selectors/">Selectors 3</a>.</strong>
+ Read the <a href="http://www.w3.org/TR/CSS/">CSS Snapshot</a> for
+ an overview of the CSS development process.
+
<h2 class="no-num no-toc" id="contents">Table of Contents</h2>
<!--toc-->
@@ -78,7 +84,7 @@
<p><em>This section is not normative.</em>
- <p>Selectors define the following function:</p>
+ <p>Selectors define the following function for elements in a tree structure:</p>
<pre>expression ∗ element → boolean</pre>
@@ -96,12 +102,12 @@
functionality defined in the <a href="http://www.w3.org/TR/REC-CSS1">CSS1</a>,
<a href="http://www.w3.org/TR/CSS21/">CSS2.1</a>, and
<a href="http://www.w3.org/TR/css3-selectors/">Selectors Level 3</a>
- specifications, respectively.</p>
+ specifications, respectively. This module defines Selectors Level 4.
<h3 id="placement">Module Interactions</h3>
<p>This module replaces the definitions for, and extends the set of
- selectors (aside from pseudo-element selectors) defined for CSS
+ selectors defined for CSS
in [[CSS3SELECT]] and [[CSS21]].
<p>Pseudo-element selectors, which define abstract elements in a
Received on Friday, 12 August 2011 23:49:22 UTC