Skip to content

Commit f74e34e

Browse files
committed
Add CR exit criteria
1 parent 626d365 commit f74e34e

2 files changed

Lines changed: 99 additions & 14 deletions

File tree

css-style-attr/Overview.html

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

1616
<h1>CSS Styling Attributes Level 1</h1>
1717

18-
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 25 August 2010</h2>
18+
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 3 September
19+
2010</h2>
1920

2021
<dl>
2122
<dt>This version:</dt>
22-
<!-- <dd><dd><a href="http://www.w3.org/TR/2010/WD-css-style-attr-20100825/">http://www.w3.org/TR/2010/WD-css-style-attr-20100825/</a></dd> -->
23+
<!-- <dd><dd><a href="http://www.w3.org/TR/2010/WD-css-style-attr-20100903/">http://www.w3.org/TR/2010/WD-css-style-attr-20100903/</a></dd> -->
2324

2425
<dd><a
2526
href="http://dev.w3.org/csswg/css-style-attr/">http://dev.w3.org/csswg/css-style-attr/</a>
@@ -129,12 +130,54 @@ <h2 class="no-num no-toc" id=status>Status of this document</h2>
129130
W3C Patent Policy</a>.</p>
130131
<!--end-status-->
131132

132-
<p>This specification is a <strong>Last Call Working Draft</strong>. All
133-
persons are encouraged to review this document and <strong>send comments
134-
to the <a
135-
href="http://lists.w3.org/Archives/Public/www-style/">www-style</a>
136-
mailing list</strong> as described above. The <strong>deadline for
137-
comments</strong> is <strong>9 February 2010</strong>.
133+
<p>For this specification to exit the CR stage, the following conditions
134+
shall be met:
135+
136+
<ol>
137+
<li>
138+
<p>There must be at least two interoperable implementations. For the
139+
purposes of this criterion, we define the following terms:</p>
140+
141+
<dl>
142+
<dt>interoperable
143+
144+
<dd>
145+
<p>passing the respective test case(s) in the <a
146+
href="http://www.w3.org/Style/CSS/Test/">CSS test suite</a>, or, if
147+
the implementation is not a Web browser, an equivalent test. Every
148+
relevant test in the test suite should have an equivalent test created
149+
if such a user agent (UA) is to be used to claim interoperability. In
150+
addition if such a UA is to be used to claim interoperability, then
151+
there must one or more additional UAs which can also pass those
152+
equivalent tests in the same way for the purpose of interoperability.
153+
The equivalent tests must be made publicly available for the purposes
154+
of peer review.</p>
155+
156+
<dt>implementation
157+
158+
<dd>
159+
<p>a user agent which:</p>
160+
161+
<ol>
162+
<li>implements the specification.
163+
164+
<li>is available (i.e. publicly downloadable or available through some
165+
other public point of sale mechanism). This is the "show me"
166+
requirement.
167+
168+
<li>is shipped, or is a "nightly build" (i.e., a development version
169+
for the next release), but is not experimental (i.e., a version
170+
specifically designed to pass the test suite and not intended for
171+
daily usage going forward).
172+
</ol>
173+
</dl>
174+
175+
<li>
176+
<p>A minimum of three months of the CR period must elapse. That is, this
177+
specification will not exit CR before XXX INSERT DATE HERE. When the
178+
specification exits CR, an implementation report will be published. At
179+
this point, no such report exists.</p>
180+
</ol>
138181

139182
<p>A CSS Styling Attribute <a href="http://www.w3.org/Style/CSS/Test/">Test
140183
Suite</a> will be developed during the Candidate Recommendation phase of

css-style-attr/Overview.src.html

Lines changed: 48 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -55,12 +55,54 @@ <h2 class="no-num no-toc" id="abstract">Abstract</h2>
5555

5656
<h2 class="no-num no-toc" id="status">Status of this document</h2>
5757
<!--status-->
58-
<p>This specification is a <strong>Last Call Working Draft</strong>. All
59-
persons are encouraged to review this document and <strong>send comments
60-
to the <a
61-
href="http://lists.w3.org/Archives/Public/www-style/">www-style</a>
62-
mailing list</strong> as described above. The <strong>deadline for
63-
comments</strong> is <strong>9 February 2010</strong>.
58+
<p>For this specification to exit the CR stage, the following conditions
59+
shall be met:
60+
61+
<ol>
62+
<li>
63+
<p>There must be at least two interoperable implementations. For the
64+
purposes of this criterion, we define the following terms:</p>
65+
66+
<dl>
67+
<dt>interoperable
68+
69+
<dd>
70+
<p>passing the respective test case(s) in the <a
71+
href="http://www.w3.org/Style/CSS/Test/">CSS test suite</a>, or, if
72+
the implementation is not a Web browser, an equivalent test. Every
73+
relevant test in the test suite should have an equivalent test created
74+
if such a user agent (UA) is to be used to claim interoperability. In
75+
addition if such a UA is to be used to claim interoperability, then
76+
there must one or more additional UAs which can also pass those
77+
equivalent tests in the same way for the purpose of interoperability.
78+
The equivalent tests must be made publicly available for the purposes
79+
of peer review.</p>
80+
81+
<dt>implementation
82+
83+
<dd>
84+
<p>a user agent which:</p>
85+
86+
<ol>
87+
<li>implements the specification.
88+
89+
<li>is available (i.e. publicly downloadable or available through some
90+
other public point of sale mechanism). This is the "show me"
91+
requirement.
92+
93+
<li>is shipped, or is a "nightly build" (i.e., a development version
94+
for the next release), but is not experimental (i.e., a version
95+
specifically designed to pass the test suite and not intended for
96+
daily usage going forward).
97+
</ol>
98+
</dl>
99+
100+
<li>
101+
<p>A minimum of three months of the CR period must elapse. That
102+
is, this specification will not exit CR before XXX INSERT DATE HERE. When the
103+
specification exits CR, an implementation report will be published. At
104+
this point, no such report exists.</p>
105+
</ol>
64106

65107
<p>A CSS Styling Attribute <a href="http://www.w3.org/Style/CSS/Test/">Test
66108
Suite</a> will be developed during the Candidate Recommendation phase of

0 commit comments

Comments
 (0)