- From: Bert Bos via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 27 Sep 2011 17:19:47 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/selectors4
In directory hutz:/tmp/cvs-serv29340
Modified Files:
Overview.html
Log Message:
Generated. Do not edit!
Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/selectors4/Overview.html,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -d -r1.49 -r1.50
--- Overview.html 20 Sep 2011 21:40:35 -0000 1.49
+++ Overview.html 27 Sep 2011 17:19:45 -0000 1.50
@@ -15,14 +15,14 @@
<h1 id=title>Selectors Level 4</h1>
- <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 20 September
+ <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 27 September
2011</h2>
<dl>
<dt>This version:
- <dd> <!-- <a href="http://www.w3.org/TR/2011/ED-selectors4-20110920/">
- http://www.w3.org/TR/2011/WD-selectors4-20110920</a> -->
+ <dd> <!-- <a href="http://www.w3.org/TR/2011/ED-selectors4-20110927/">
+ http://www.w3.org/TR/2011/WD-selectors4-20110927</a> -->
<a href="http://dev.w3.org/csswg/selectors4">
http://dev.w3.org/csswg/selectors4</a>
@@ -87,9 +87,9 @@
Sheets">CSS</acronym> (Cascading Style Sheets), which uses Selectors to
bind style properties to elements in the document.
- <p>Selectors Level 4 describes the selectors that already exist in
- [[!CSS3SELECT]], and further introduces new selectors for CSS and other
- languages that may need them.
+ <p>Selectors Level 4 describes the selectors that already exist in <a
+ href="#SELECT" rel=biblioentry>[SELECT]<!--{{!SELECT}}--></a>, and further
+ introduces new selectors for CSS and other languages that may need them.
<h2 class="no-num no-toc" id=status>Status of this Document</h2>
<!--begin-status-->
@@ -132,6 +132,8 @@
the <a href="http://www.w3.org/TR/CSS/">CSS Snapshot</a> for an overview
of the CSS development process.
+ <p>This is the first public Working Draft of this new specification.
+
<h2 class="no-num no-toc" id=contents>Table of Contents</h2>
<!--begin-toc-->
@@ -257,7 +259,7 @@
activation pseudo-class ‘<code
class=css>:active</code>’</a>
- <li><a href="#active-pseudo"><span class=secno>8.3. </span> The input
+ <li><a href="#focus-pseudo"><span class=secno>8.3. </span> The input
focus pseudo-class ‘<code class=css>:focus</code>’</a>
</ul>
@@ -478,7 +480,8 @@
<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 defined for CSS in [[CSS3SELECT]] and <a href="#CSS21"
+ selectors defined for CSS in <a href="#SELECT"
+ rel=biblioentry>[SELECT]<!--{{SELECT}}--></a> and <a href="#CSS21"
rel=biblioentry>[CSS21]<!--{{CSS21}}--></a>.
<p>Pseudo-element selectors, which define abstract elements in a rendering
@@ -1914,7 +1917,6 @@
<li>Link 5 would remain unstyled, and Style 5 would not be applied to
anything.
- <ol></ol>
</ol>
</div>
@@ -1972,9 +1974,11 @@
<p>The <dfn id=contextual-reference-element-set>contextual reference
element set</dfn> is a (potentially empty) explicitly-specified set of
elements, such as that specified by the <code>querySelector()</code> call
- in [[SELECT-API2]]. Specifications intending for this pseudo-class to
- match specific elements rather than the document's root element must
- define a contextual reference element set.
+ in <a href="#SELECTORS-API2"
+ rel=biblioentry>[SELECTORS-API2]<!--{{SELECTORS-API2}}--></a>.
+ Specifications intending for this pseudo-class to match specific elements
+ rather than the document's root element must define a contextual reference
+ element set.
<h2 id=useraction-pseudos><span class=secno>8. </span> User Action
Pseudo-classes</h2>
@@ -2050,7 +2054,7 @@
class=css>:link</code>’ and ‘<code
class=css>:active</code>’).
- <h3 id=active-pseudo><span class=secno>8.3. </span> The input focus
+ <h3 id=focus-pseudo><span class=secno>8.3. </span> The input focus
pseudo-class ‘<code class=css>:focus</code>’</h3>
<p>The <code>:focus</code> pseudo-class applies while an element has the
@@ -2094,19 +2098,19 @@
pseudo-class ‘<code class=css>:past</code>’</h3>
<p>The <code>:past</code> pseudo-class represents any element that is
- defined to occur entirely prior to a <code>:current<code> element. If a
+ defined to occur entirely prior to a <code>:current</code> element. If a
time-based order of elements is not defined by the document language, then
this represents any element that is a (possibly indirect) previous sibling
- of a <code>:current</code> element. </code></code>
+ of a <code>:current</code> element.
<h3 id=future-pseudo><span class=secno>9.3. </span> The future-element
pseudo-class ‘<code class=css>:future</code>’</h3>
<p>The <code>:future</code> pseudo-class represents any element that is
- defined to occur entirely after a <code>:current<code> element. If a
+ defined to occur entirely after a <code>:current</code> element. If a
time-based order of elements is not defined by the document language, then
this represents any element that is a (possibly indirect) next sibling of
- a <code>:current</code> element. </code></code>
+ a <code>:current</code> element.
<h2 id=linguistic-pseudos><span class=secno>10. </span> Linguistic
Pseudo-classes</h2>
@@ -2331,10 +2335,10 @@
‘<code class=css>:optional</code>’</h3>
<p>A form element is <code id=required-pseudo>:required</code> or <code
- id=optional-pseudo>:optional<code> if a value for it is, respectively,
+ id=optional-pseudo>:optional</code> if a value for it is, respectively,
required or optional before the form it belongs to can be validly
submitted. Elements that are not form elements are neither required nor
- optional. </code></code>
+ optional.
<h3 id=rw-pseudos><span class=secno>11.8. </span> The alterability
pseudo-classes ‘<code class=css>:read-only</code>’ and
@@ -2981,8 +2985,8 @@
<div class=example>
<p>The following example highlights an <code><input></code> element
when its <a
- href="http://www.w3.org/TR/html40/interact/forms.html#h-17.9"><code><label></code>
- is focused or hovered-over:</a></p>
+ href="http://www.w3.org/TR/html40/interact/forms.html#h-17.9"><code><label></code></a>
+ is focused or hovered-over:</p>
<pre>label:matches(:hover, :focus) /for/ input, /* association by "for" attribute */
<!-- -->label:matches(:hover, :focus):not([for]) input { /* association by containment */
@@ -3535,6 +3539,16 @@
</dd>
<!---->
+ <dt id=SELECT>[SELECT]
+
+ <dd>Tantek Çelik; et al. <a
+ href="http://www.w3.org/TR/2009/PR-css3-selectors-20091215"><cite>Selectors
+ Level 3.</cite></a> 15 December 2009. W3C Proposed Recommendation. (Work
+ in progress.) URL: <a
+ href="http://www.w3.org/TR/2009/PR-css3-selectors-20091215">http://www.w3.org/TR/2009/PR-css3-selectors-20091215</a>
+ </dd>
+ <!---->
+
<dt id=UNICODE>[UNICODE]
<dd>The Unicode Consortium. <a
@@ -3611,6 +3625,16 @@
</dd>
<!---->
+ <dt id=SELECTORS-API2>[SELECTORS-API2]
+
+ <dd>Lachlan Hunt. <a
+ href="http://www.w3.org/TR/2010/WD-selectors-api2-20100119/"><cite>Selectors
+ API Level 2.</cite></a> 19 January 2010. W3C Working Draft. (Work in
+ progress.) URL: <a
+ href="http://www.w3.org/TR/2010/WD-selectors-api2-20100119/">http://www.w3.org/TR/2010/WD-selectors-api2-20100119/</a>
+ </dd>
+ <!---->
+
<dt id=STTS3>[STTS3]
<dd>Daniel Glazman. <a href="http://www.w3.org/TR/NOTE-STTS3"><cite>Simple
Received on Tuesday, 27 September 2011 17:19:49 UTC