Skip to content

Commit 922b519

Browse files
committed
Version with text of PR (except for status, of course).
1 parent 610ea97 commit 922b519

1 file changed

Lines changed: 15 additions & 18 deletions

File tree

selectors3/Overview.src.html

Lines changed: 15 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ <h2 class="no-num no-toc">[LONGSTATUS] [DATE]</h2>
3030

3131
<dt>Previous version:
3232

33-
<dd><a href="http://www.w3.org/TR/2009/WD-css3-selectors-20090310/">
34-
http://www.w3.org/TR/2009/WD-css3-selectors-20090310/</a>
33+
<dd><a href="http://www.w3.org/TR/2009/PR-css3-selectors-20091215/">
34+
http://www.w3.org/TR/2009/PR-css3-selectors-20091215/</a>
3535

3636
<dt><a name=editors-list></a>Editors:
3737

@@ -97,8 +97,10 @@ <h2 class="no-num no-toc" id=status>Status of this document</h2>
9797

9898
<!--status-->
9999

100-
<p>A separate <a href="[???]">implementation report</a> contains a
101-
test suite and shows several implementations of the specification.
100+
<p>A separate <a
101+
href="/Style/CSS/Test/CSS3/Selectors/20091025/reports/CR-ImpReport.html">
102+
implementation report</a> contains a test suite and shows several
103+
implementations of the specification.
102104

103105
<p>The <a href="issues-lc-2009">list of comments on the last
104106
draft</a> explains the changes that were made since that draft.
@@ -111,6 +113,11 @@ <h2 class="no-num no-toc" id=status>Status of this document</h2>
111113
Recommendation level until those specifications are themselves
112114
Proposed Recommendations or Recommendations.
113115

116+
<p><em>Advisory Committee representatives of W3C member
117+
organizations are requested to fill in
118+
the <a href="/2002/09/wbs/33280/css3-selectors-PR/"> review form</a>
119+
before 31 January 2010.</em>
120+
114121
<h2 class="no-num no-toc" id="contents">Table of contents</h2>
115122
<!--toc-->
116123

@@ -137,7 +144,7 @@ <h3 id=terminology>Terminology</h3>
137144
<a href="http://www.w3.org/TR/CSS21/conform.html#defs">Definitions</a>
138145
section of [[!CSS21]].
139146
Examples of document source code and fragments are given in XML
140-
<a name="refsXML10">[XML]</a> or HTML <a href="refsHTML40">[HTML40]</a>
147+
[[XML10] or HTML [[HTML40]]
141148
syntax.
142149

143150
<h3 id=changesFromCSS2>Changes from CSS2</h3>
@@ -499,7 +506,7 @@ <h2 id=casesens>Case sensitivity</h2>
499506

500507
<h2 id=selector-syntax>Selector syntax</h2>
501508

502-
<p>A <dfn><a name=selector>selector</a></dfn> is a chain of one
509+
<p>A <dfn>selector</dfn> is a chain of one
503510
or more <a href="#sequence">sequences of simple selectors</a>
504511
separated by <a href="#combinators">combinators</a>. One <a
505512
href="#pseudo-elements">pseudo-element</a> may be appended to the last
@@ -1705,7 +1712,7 @@ <h5 id=empty-pseudo>:empty pseudo-class</h5>
17051712

17061713
<p>The <code>:empty</code> pseudo-class represents an element that has
17071714
no children at all. In terms of the document tree, only element nodes and
1708-
content nodes (such as DOM <a href="refsDOM3">[DOM3]</a> text nodes, CDATA
1715+
content nodes (such as DOM [[DOM-LEVEL-3-CORE]] text nodes, CDATA
17091716
nodes, and entity references) whose data has a non-zero length must be
17101717
considered as affecting emptiness;
17111718
comments, processing instructions, and other nodes must not affect whether
@@ -2163,7 +2170,7 @@ <h4>Application in CSS</h4>
21632170
may approximate font sizes, for example to align baselines. Also, the
21642171
glyph outline may be taken into account when formatting.</p>
21652172

2166-
<h3 id=UIfragments></a> <a name=selection>Blank</h3>
2173+
<h3 id=selection>Blank</h3>
21672174

21682175
<p>This section intentionally left blank. (This section previously
21692176
defined a <code>::selection</code> pseudo-element.)
@@ -2636,16 +2643,6 @@ <h2 id=Conformance>Conformance and requirements</h2>
26362643
errors. (In the case of CSS, the entire rule in which the selector is
26372644
used is dropped.)</p>
26382645

2639-
<!-- Apparently all these references are out of date:
2640-
<p>Implementations of this specification must behave as
2641-
"recipients of text data" as defined by <a href="#refsCWWW">[CWWW]</a>
2642-
when parsing selectors and attempting matches. (In particular,
2643-
implementations must assume the data is normalized and must not
2644-
normalize it.) Normative rules for matching strings are defined in
2645-
<a href="#refsCWWW">[CWWW]</a> and <a
2646-
href="#refsUNICODE">[UNICODE]</a> and apply to implementations of this
2647-
specification.</p>-->
2648-
26492646
<h2 id=Tests>Tests</h2>
26502647

26512648
<p>This specification has <a

0 commit comments

Comments
 (0)