Skip to content

Commit 7657d01

Browse files
committed
[css2] Updated status section for PR.
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%403203
1 parent d89d120 commit 7657d01

1 file changed

Lines changed: 8 additions & 115 deletions

File tree

css2/cover.src

Lines changed: 8 additions & 115 deletions
Original file line numberDiff line numberDiff line change
@@ -110,25 +110,17 @@ CSS3 Module that includes those feature(s)).
110110

111111
<h2 id=status>Status of this document</h2>
112112

113-
<p>This is the editor's draft of the next version of this
114-
specification.
115-
It
116-
is <em>not a W3C Technical Report.</em> The CSS working group has
117-
decided to make it available, but has not fully
118-
reviewed it. It is very likely to contain editing errors.
119-
120-
<!--
121113
<p><em>This section describes the status of this document at the time
122114
of its publication. Other documents may supersede this document. A
123115
list of current W3C publications and the latest revision of this
124116
technical report can be found in the <a
125117
href="http://www.w3.org/TR/">W3C technical reports index at
126118
http://www.w3.org/TR/.</a></em></p>
127119

128-
<p>Publication as a Working Draft does not imply endorsement by the
129-
W3C Membership. This is a draft document and may be updated, replaced
130-
or obsoleted by other documents at any time. It is inappropriate to
131-
cite this document as other than work in progress.</p>
120+
<p>Publication as a Proposed Recommendation does not imply endorsement
121+
by the W3C Membership. This is a draft document and may be updated,
122+
replaced or obsoleted by other documents at any time. It is
123+
inappropriate to cite this document as other than work in progress.
132124

133125
<p>The (<a
134126
href="http://lists.w3.org/Archives/Public/www-style/">archived</a>)
@@ -159,109 +151,10 @@ with <a
159151
href="http://www.w3.org/Consortium/Patent-Policy-20040205/#sec-Disclosure">section 6 of
160152
the W3C Patent Policy</a>.</p>
161153

162-
<p>A <a href="/Style/CSS/Test/">test suite</a> and
163-
an implementation report will be provided before the document becomes
164-
a Proposed Recommendation.</p>
165-
-->
166-
167-
<h3 class="no-num" id="crec">Candidate Recommendation Exit Criteria</h3>
168-
169-
<p>For this specification to be proposed as a W3C Recommendation, the
170-
following conditions shall be met. There must be at least two
171-
independent, interoperable implementations of each feature. Each
172-
feature may be implemented by a different set of products, there is no
173-
requirement that all features be implemented by a single product. For
174-
the purposes of this criterion, we define the following terms:
175-
<dl>
176-
<dt>independent <dd>each implementation must be developed by a
177-
different party and cannot share, reuse, or derive from code used by
178-
another qualifying implementation. Sections of code that have no
179-
bearing on the implementation of this specification are exempt from
180-
this requirement.
181-
182-
<dt>interoperable <dd>passing the respective test case(s) in the
183-
official CSS test suite, or, if the implementation is not a Web
184-
browser, an equivalent test. Every relevant test in the test suite
185-
should have an equivalent test created if such a user agent (UA) is to
186-
be used to claim interoperability. In addition if such a UA is to be
187-
used to claim interoperability, then there must one or more additional
188-
UAs which can also pass those equivalent tests in the same way for the
189-
purpose of interoperability. The equivalent tests must be made
190-
publicly available for the purposes of peer review.
191-
192-
<dt>implementation <dd>a user agent which:
193-
<ol class=inline>
194-
<li>implements the specification.
195-
196-
<li>is available to the general public. The implementation may be a
197-
shipping product or other publicly available version (i.e., beta
198-
version, preview release, or &ldquo;nightly build&rdquo;). <!--
199-
Non-shipping product releases must have implemented the feature(s) for
200-
a period of at least one month in order to demonstrate stability. -->
201-
202-
<li>is not experimental (i.e., a version specifically designed to pass
203-
the test suite and is not intended for normal usage going forward).
204-
</ol>
205-
</dl>
206-
207-
<p>A minimum of six months of the CR period must have elapsed. This is
208-
to ensure that enough time is given for any remaining major errors to
209-
be caught.
210-
211-
<p>Features will be dropped if two or more interoperable
212-
implementations are not found by the end of the CR period.
213-
214-
<p>Features may/will also be dropped if adequate/sufficient (by
215-
judgment of CSS WG) tests have not been produced for those feature(s)
216-
by the end of the CR period.
217-
218-
219-
<h3 id=at-risk>Features at risk</h3>
220-
221-
<p>The working group has identified the following features as being
222-
currently poorly implemented by UAs. They are therefore most at risk
223-
of being removed from CSS&nbsp;2.1 when exiting CR. (Any changes of this
224-
nature will still result in the specification being returned to last
225-
call.) Implementors are urged to implement these features, or correct
226-
bugs in their implementations, if they wish to see these features remain
227-
in this specification.</p>
228-
<dl>
229-
<dt>New 'list-style-type' values</dt>
230-
<dd>
231-
<ul>
232-
<li>'armenian'</li>
233-
<li>'georgian'</li>
234-
<li>'lower-greek'</li>
235-
</ul>
236-
<p>Implementors are advised to look at CSS3 Lists instead, where these and
237-
many other new values not found in CSS1 are defined in detail.
238-
[[-CSS3LIST]]</p>
239-
<dt>Support for multiple ID attributes for the ID selector
240-
<dd>
241-
<p>Because implementations are not expected to support multiple IDs
242-
per element soon, this feature may be made informative. The W3C
243-
Selectors specification will continue to have this feature
244-
normatively. (<a href="selector.html#id-selectors">Section
245-
5.9.</a>)
246-
</dd>
247-
<dt>Automatic table layout algorithm
248-
<dd>
249-
<p>The input to the suggested (non-normative) automatic layout
250-
algorithm for tables is restricted to (1) the containing block width
251-
and (2) the content and properties of the table and its
252-
children. This restriction may be lifted.
253-
<dt>Quotes
254-
<dd>
255-
<p>The <span class="propinst-quotes">'quotes'</span> property and the
256-
'open-quote', 'close-quote', 'no-open-quote' and 'no-close-quote'
257-
keywords may be dropped.
258-
<dt>BODY element in XHTML
259-
<dd>
260-
<p>The effect of <a href="visufx.html#overflow">'overflow'</a> and <a
261-
href="colors.html#background">'background'</a> is different on BODY elements
262-
in HTML than on other elements. It may be that the exceptional
263-
handling of BODY in HTML is extended to BODY in XHTML1.
264-
</dl>
154+
<p>The Working Group has created a <a href="/Style/CSS/Test/">test
155+
suite</a> and
156+
an <a href="/Style/CSS/Test/CSS2.1/20110323/reports/">implementation
157+
report.</a>
265158

266159
<!--NewPage--><!-- this is for html2ps -->
267160
<div class="toc">

0 commit comments

Comments
 (0)