Skip to content

Commit d9ff70d

Browse files
committed
Generated. Do not edit!
1 parent 9ea41ba commit d9ff70d

2 files changed

Lines changed: 15 additions & 69 deletions

File tree

css3-namespace/Overview.html

Lines changed: 12 additions & 66 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@
1515

1616
<h1>CSS Namespaces Module</h1>
1717

18-
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 7 April 2011</h2>
18+
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 03 August 2011</h2>
1919

2020
<dl>
2121
<dt>This version:</dt>
2222
<!--
23-
<dd><a href="http://www.w3.org/TR/2011/CR-css3-namespace-20110407/">http://www.w3.org/TR/2011/CR-css3-namespace-20110407/</a></dd>
23+
<dd><a href="http://www.w3.org/TR/2011/ED-css3-namespace-20110803/">http://www.w3.org/TR/2011/PR-css3-namespace-20110803/</a></dd>
2424
-->
2525

2626
<dd><a
@@ -114,66 +114,12 @@ <h2 class="no-num no-toc" id=status>Status of this document</h2>
114114
W3C Patent Policy</a>.</p>
115115
<!--end-status-->
116116

117-
<p>For this specification to exit the CR stage, the following conditions
118-
shall be met:
119-
120-
<ol>
121-
<li>
122-
<p>There must be at least two interoperable implementations. For the
123-
purposes of this criterion, we define the following terms:</p>
124-
125-
<dl>
126-
<dt>interoperable
127-
128-
<dd>
129-
<p>passing the respective test case(s) in the <a
130-
href="http://www.w3.org/Style/CSS/Test/">CSS test suite</a>, or, if
131-
the implementation is not a Web browser, an equivalent test. Every
132-
relevant test in the test suite should have an equivalent test created
133-
if such a user agent (UA) is to be used to claim interoperability. In
134-
addition if such a UA is to be used to claim interoperability, then
135-
there must one or more additional UAs which can also pass those
136-
equivalent tests in the same way for the purpose of interoperability.
137-
The equivalent tests must be made publicly available for the purposes
138-
of peer review.
139-
140-
<dt>implementation
141-
142-
<dd>
143-
<p>a user agent which:</p>
144-
145-
<ol>
146-
<li>implements the specification.
147-
148-
<li>is available (i.e. publicly downloadable or available through some
149-
other public point of sale mechanism). This is the "show me"
150-
requirement.
151-
152-
<li>is shipped, or is a "nightly build" (i.e., a development version
153-
for the next release), but is not experimental (i.e., a version
154-
specifically designed to pass the test suite and not intended for
155-
daily usage going forward).
156-
</ol>
157-
</dl>
158-
159-
<li>
160-
<p>A minimum of another three months of the CR period must elapse. That
161-
is, this specification will not exit CR before 23 August 2008. When the
162-
specification exits CR, an implementation report will be published. At
163-
this point, no such report exists.
164-
165-
<li>
166-
<p>The specified technology must not be harmful for accessibility.
167-
</ol>
168-
169117
<p>A CSS Namespace <a href="http://www.w3.org/Style/CSS/Test/">Test
170-
Suite</a> will be developed during the Candidate Recommendation phase of
118+
Suite</a> has been developed during the Candidate Recommendation phase of
171119
this CSS Namespaces specification.
172120

173-
<p>Comments on and subsequent changes since the last Working Draft are
174-
listed in the separate <a
175-
href="http://dev.w3.org/csswg/css3-namespace/issues-2"> Disposition of
176-
Comments.</a>
121+
<p>This document is the same as the previous, Candidate Recommendation
122+
version, except for editorial changes.
177123

178124
<h2 class="no-num no-toc" id=contents>Table of contents</h2>
179125
<!--begin-toc-->
@@ -503,7 +449,7 @@ <h2 id=css-qnames><span class=secno>4. </span>CSS Qualified Names</h2>
503449
the <a href="http://www.w3.org/TR/CSS21/grammar.html">Grammar appendix of
504450
CSS 2.1</a>. <a href="#CSS21"
505451
rel=biblioentry>[CSS21]<!--{{!CSS21}}--></a> Note this means that
506-
comments, but not white space, are allowed between tokens.):</p>
452+
comments, but not white space, are implicitly allowed between tokens.):</p>
507453

508454
<pre><!--
509455
-->qname_prefix
@@ -556,10 +502,10 @@ <h3 class=no-num id=normative-references>Normative references</h3>
556502
<dt id=CSS21>[CSS21]
557503

558504
<dd>Bert Bos; et al. <a
559-
href="http://www.w3.org/TR/2010/WD-CSS2-20101207"><cite>Cascading Style
560-
Sheets Level 2 Revision 1 (CSS 2.1) Specification.</cite></a> 7 December
561-
2010. W3C Working Draft. (Work in progress.) URL: <a
562-
href="http://www.w3.org/TR/2010/WD-CSS2-20101207">http://www.w3.org/TR/2010/WD-CSS2-20101207</a>
505+
href="http://www.w3.org/TR/2011/REC-CSS2-20110607"><cite>Cascading Style
506+
Sheets Level 2 Revision 1 (CSS&#160;2.1) Specification.</cite></a> 7 June
507+
2011. W3C Recommendation. URL: <a
508+
href="http://www.w3.org/TR/2011/REC-CSS2-20110607">http://www.w3.org/TR/2011/REC-CSS2-20110607</a>
563509
</dd>
564510
<!---->
565511

@@ -575,10 +521,10 @@ <h3 class=no-num id=normative-references>Normative references</h3>
575521
<dt id=XML-NAMES>[XML-NAMES]
576522

577523
<dd>Tim Bray; et al. <a
578-
href="http://www.w3.org/TR/2009/REC-xml-names-20091208"><cite>Namespaces
524+
href="http://www.w3.org/TR/2009/REC-xml-names-20091208/"><cite>Namespaces
579525
in XML 1.0 (Third Edition).</cite></a> 8 December 2009. W3C
580526
Recommendation. URL: <a
581-
href="http://www.w3.org/TR/2009/REC-xml-names-20091208">http://www.w3.org/TR/2009/REC-xml-names-20091208</a>
527+
href="http://www.w3.org/TR/2009/REC-xml-names-20091208/">http://www.w3.org/TR/2009/REC-xml-names-20091208/</a>
582528
</dd>
583529
<!---->
584530
</dl>

selectors3/Overview.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 03 August 2011</h2>
2121
<dt>This version:
2222

2323
<dd> <!-- <a href="http://www.w3.org/TR/2011/ED-selectors3-20110803/">
24-
http://www.w3.org/TR/2011/REC-selectors3-20110803</a>
25-
<a href="http://dev.w3.org/csswg/selectors3"> -->
26-
http://dev.w3.org/csswg/selectors3
24+
http://www.w3.org/TR/2011/REC-selectors3-20110803</a> -->
25+
<a href="http://dev.w3.org/csswg/selectors3">
26+
http://dev.w3.org/csswg/selectors3</a>
2727

2828
<dt>Latest version:
2929

0 commit comments

Comments
 (0)