Skip to content

Commit 704fd0d

Browse files
committed
Generated. Do not edit!
1 parent f5708eb commit 704fd0d

1 file changed

Lines changed: 45 additions & 21 deletions

File tree

selectors4/Overview.html

Lines changed: 45 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@
1515

1616
<h1 id=title>Selectors Level 4</h1>
1717

18-
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 20 September
18+
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 27 September
1919
2011</h2>
2020

2121
<dl>
2222
<dt>This version:
2323

24-
<dd> <!-- <a href="http://www.w3.org/TR/2011/ED-selectors4-20110920/">
25-
http://www.w3.org/TR/2011/WD-selectors4-20110920</a> -->
24+
<dd> <!-- <a href="http://www.w3.org/TR/2011/ED-selectors4-20110927/">
25+
http://www.w3.org/TR/2011/WD-selectors4-20110927</a> -->
2626
<a href="http://dev.w3.org/csswg/selectors4">
2727
http://dev.w3.org/csswg/selectors4</a>
2828

@@ -87,9 +87,9 @@ <h2 class="no-num no-toc" id=abstract> Abstract</h2>
8787
Sheets">CSS</acronym> (Cascading Style Sheets), which uses Selectors to
8888
bind style properties to elements in the document.
8989

90-
<p>Selectors Level 4 describes the selectors that already exist in
91-
[[!CSS3SELECT]], and further introduces new selectors for CSS and other
92-
languages that may need them.
90+
<p>Selectors Level 4 describes the selectors that already exist in <a
91+
href="#SELECT" rel=biblioentry>[SELECT]<!--{{!SELECT}}--></a>, and further
92+
introduces new selectors for CSS and other languages that may need them.
9393

9494
<h2 class="no-num no-toc" id=status>Status of this Document</h2>
9595
<!--begin-status-->
@@ -132,6 +132,8 @@ <h2 class="no-num no-toc" id=status>Status of this Document</h2>
132132
the <a href="http://www.w3.org/TR/CSS/">CSS Snapshot</a> for an overview
133133
of the CSS development process.
134134

135+
<p>This is the first public Working Draft of this new specification.
136+
135137
<h2 class="no-num no-toc" id=contents>Table of Contents</h2>
136138
<!--begin-toc-->
137139

@@ -257,7 +259,7 @@ <h2 class="no-num no-toc" id=contents>Table of Contents</h2>
257259
activation pseudo-class &lsquo;<code
258260
class=css>:active</code>&rsquo;</a>
259261

260-
<li><a href="#active-pseudo"><span class=secno>8.3. </span> The input
262+
<li><a href="#focus-pseudo"><span class=secno>8.3. </span> The input
261263
focus pseudo-class &lsquo;<code class=css>:focus</code>&rsquo;</a>
262264
</ul>
263265

@@ -478,7 +480,8 @@ <h2 id=context><span class=secno>1. </span> Introduction</h2>
478480
<h3 id=placement><span class=secno>1.1. </span>Module Interactions</h3>
479481

480482
<p>This module replaces the definitions for, and extends the set of
481-
selectors defined for CSS in [[CSS3SELECT]] and <a href="#CSS21"
483+
selectors defined for CSS in <a href="#SELECT"
484+
rel=biblioentry>[SELECT]<!--{{SELECT}}--></a> and <a href="#CSS21"
482485
rel=biblioentry>[CSS21]<!--{{CSS21}}--></a>.
483486

484487
<p>Pseudo-element selectors, which define abstract elements in a rendering
@@ -1914,7 +1917,6 @@ <h3 id=here-pseudo><span class=secno>7.3. </span> The local link
19141917

19151918
<li>Link 5 would remain unstyled, and Style 5 would not be applied to
19161919
anything.
1917-
<ol></ol>
19181920
</ol>
19191921
</div>
19201922

@@ -1972,9 +1974,11 @@ <h3 id=scope-pseudo><span class=secno>7.5. </span> The contextual reference
19721974
<p>The <dfn id=contextual-reference-element-set>contextual reference
19731975
element set</dfn> is a (potentially empty) explicitly-specified set of
19741976
elements, such as that specified by the <code>querySelector()</code> call
1975-
in [[SELECT-API2]]. Specifications intending for this pseudo-class to
1976-
match specific elements rather than the document's root element must
1977-
define a contextual reference element set.
1977+
in <a href="#SELECTORS-API2"
1978+
rel=biblioentry>[SELECTORS-API2]<!--{{SELECTORS-API2}}--></a>.
1979+
Specifications intending for this pseudo-class to match specific elements
1980+
rather than the document's root element must define a contextual reference
1981+
element set.
19781982

19791983
<h2 id=useraction-pseudos><span class=secno>8. </span> User Action
19801984
Pseudo-classes</h2>
@@ -2050,7 +2054,7 @@ <h3 id=active-pseudo><span class=secno>8.2. </span> The activation
20502054
class=css>:link</code>&rsquo; and &lsquo;<code
20512055
class=css>:active</code>&rsquo;).
20522056

2053-
<h3 id=active-pseudo><span class=secno>8.3. </span> The input focus
2057+
<h3 id=focus-pseudo><span class=secno>8.3. </span> The input focus
20542058
pseudo-class &lsquo;<code class=css>:focus</code>&rsquo;</h3>
20552059

20562060
<p>The <code>:focus</code> pseudo-class applies while an element has the
@@ -2094,19 +2098,19 @@ <h3 id=past-pseudo><span class=secno>9.2. </span> The past-element
20942098
pseudo-class &lsquo;<code class=css>:past</code>&rsquo;</h3>
20952099

20962100
<p>The <code>:past</code> pseudo-class represents any element that is
2097-
defined to occur entirely prior to a <code>:current<code> element. If a
2101+
defined to occur entirely prior to a <code>:current</code> element. If a
20982102
time-based order of elements is not defined by the document language, then
20992103
this represents any element that is a (possibly indirect) previous sibling
2100-
of a <code>:current</code> element. </code></code>
2104+
of a <code>:current</code> element.
21012105

21022106
<h3 id=future-pseudo><span class=secno>9.3. </span> The future-element
21032107
pseudo-class &lsquo;<code class=css>:future</code>&rsquo;</h3>
21042108

21052109
<p>The <code>:future</code> pseudo-class represents any element that is
2106-
defined to occur entirely after a <code>:current<code> element. If a
2110+
defined to occur entirely after a <code>:current</code> element. If a
21072111
time-based order of elements is not defined by the document language, then
21082112
this represents any element that is a (possibly indirect) next sibling of
2109-
a <code>:current</code> element. </code></code>
2113+
a <code>:current</code> element.
21102114

21112115
<h2 id=linguistic-pseudos><span class=secno>10. </span> Linguistic
21122116
Pseudo-classes</h2>
@@ -2331,10 +2335,10 @@ <h3 id=opt-pseudos><span class=secno>11.7. </span> The optionality
23312335
&lsquo;<code class=css>:optional</code>&rsquo;</h3>
23322336

23332337
<p>A form element is <code id=required-pseudo>:required</code> or <code
2334-
id=optional-pseudo>:optional<code> if a value for it is, respectively,
2338+
id=optional-pseudo>:optional</code> if a value for it is, respectively,
23352339
required or optional before the form it belongs to can be validly
23362340
submitted. Elements that are not form elements are neither required nor
2337-
optional. </code></code>
2341+
optional.
23382342

23392343
<h3 id=rw-pseudos><span class=secno>11.8. </span> The alterability
23402344
pseudo-classes &lsquo;<code class=css>:read-only</code>&rsquo; and
@@ -2981,8 +2985,8 @@ <h3 id=idref-combinator><span class=secno>14.5. </span> Reference
29812985
<div class=example>
29822986
<p>The following example highlights an <code>&lt;input&gt;</code> element
29832987
when its <a
2984-
href="http://www.w3.org/TR/html40/interact/forms.html#h-17.9"><code>&lt;label&gt;</code>
2985-
is focused or hovered-over:</a></p>
2988+
href="http://www.w3.org/TR/html40/interact/forms.html#h-17.9"><code>&lt;label&gt;</code></a>
2989+
is focused or hovered-over:</p>
29862990

29872991
<pre>label:matches(:hover, :focus) /for/ input, /* association by "for" attribute */
29882992
<!-- -->label:matches(:hover, :focus):not([for]) input { /* association by containment */
@@ -3535,6 +3539,16 @@ <h3 id=normative-references><span class=secno>20.1. </span> Normative
35353539
</dd>
35363540
<!---->
35373541

3542+
<dt id=SELECT>[SELECT]
3543+
3544+
<dd>Tantek &#199;elik; et al. <a
3545+
href="http://www.w3.org/TR/2009/PR-css3-selectors-20091215"><cite>Selectors
3546+
Level 3.</cite></a> 15 December 2009. W3C Proposed Recommendation. (Work
3547+
in progress.) URL: <a
3548+
href="http://www.w3.org/TR/2009/PR-css3-selectors-20091215">http://www.w3.org/TR/2009/PR-css3-selectors-20091215</a>
3549+
</dd>
3550+
<!---->
3551+
35383552
<dt id=UNICODE>[UNICODE]
35393553

35403554
<dd>The Unicode Consortium. <a
@@ -3611,6 +3625,16 @@ <h3 id=informative-references><span class=secno>20.2. </span> Informative
36113625
</dd>
36123626
<!---->
36133627

3628+
<dt id=SELECTORS-API2>[SELECTORS-API2]
3629+
3630+
<dd>Lachlan Hunt. <a
3631+
href="http://www.w3.org/TR/2010/WD-selectors-api2-20100119/"><cite>Selectors
3632+
API Level 2.</cite></a> 19 January 2010. W3C Working Draft. (Work in
3633+
progress.) URL: <a
3634+
href="http://www.w3.org/TR/2010/WD-selectors-api2-20100119/">http://www.w3.org/TR/2010/WD-selectors-api2-20100119/</a>
3635+
</dd>
3636+
<!---->
3637+
36143638
<dt id=STTS3>[STTS3]
36153639

36163640
<dd>Daniel Glazman. <a href="http://www.w3.org/TR/NOTE-STTS3"><cite>Simple

0 commit comments

Comments
 (0)