Skip to content

Commit 4780331

Browse files
Rik Cabaniersvgeesus
authored andcommitted
fixed spec status
1 parent 66aa358 commit 4780331

2 files changed

Lines changed: 6 additions & 54 deletions

File tree

compositing-1/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ CURLFLAGS=
3333
PUBMSG=
3434
PUBDATE=
3535
USER=
36-
STATUS="CR"
36+
STATUS="ED"
3737

3838
W3C_CSS_DIR=~/work/W3C/cvs/dev.w3.org/csswg/compositing
3939

compositing-1/index.html

Lines changed: 5 additions & 53 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<meta content="Rik Cabanier" name=dcterms.creator>
1616
<meta content="Nikos Andronikos" name=dcterms.creator>
1717
<meta content=W3C name=dcterms.publisher>
18-
<meta content="http://www.w3.org/TR/2014/CR-compositing-1-20141022/"
18+
<meta content="http://dev.w3.org/csswg/compositing-1/"
1919
name=dcterms.identifier>
2020
<meta content="text/html; charset=UTF-8" http-equiv=content-type>
2121
<style type="text/css">
@@ -220,7 +220,7 @@
220220
</style>
221221
<link href="style/alternate-spec-style.css" id=st
222222
rel="alternate stylesheet" title="alternate spec style" type="text/css">
223-
<link href="http://www.w3.org/StyleSheets/TR/W3C-CR.css" rel=stylesheet
223+
<link href="http://www.w3.org/StyleSheets/TR/W3C-ED.css" rel=stylesheet
224224
type="text/css">
225225

226226
<body>
@@ -230,8 +230,8 @@
230230

231231
<h1>Compositing and Blending Level 1</h1>
232232

233-
<h2 class="no-num no-toc" id=longstatus-date>W3C Candidate Recommendation
234-
22 October 2014</h2>
233+
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 22 October
234+
2014</h2>
235235

236236
<dl>
237237
<dt>This version:
@@ -2993,55 +2993,7 @@ <h3 class=no-ref id=testing> Non-experimental implementations</h3>
29932993
href="http://www.w3.org/Style/CSS/Test/">http://www.w3.org/Style/CSS/Test/</a>.
29942994
Questions should be directed to the <a
29952995
href="http://lists.w3.org/Archives/Public/public-css-testsuite">public-css-testsuite@w3.org</a>
2996-
mailing list.
2997-
2998-
<h3 class=no-ref id=cr-exit-criteria> CR exit criteria</h3>
2999-
3000-
<p>For this specification to be advanced to Proposed Recommendation, there
3001-
must be at least two independent, interoperable implementations of each
3002-
feature. Each feature may be implemented by a different set of products,
3003-
there is no requirement that all features be implemented by a single
3004-
product. For the purposes of this criterion, we define the following
3005-
terms:
3006-
3007-
<dl>
3008-
<dt>independent
3009-
3010-
<dd>each implementation must be developed by a different party and cannot
3011-
share, reuse, or derive from code used by another qualifying
3012-
implementation. Sections of code that have no bearing on the
3013-
implementation of this specification are exempt from this requirement.
3014-
3015-
<dt>interoperable
3016-
3017-
<dd>passing the respective test case(s) in the official CSS test suite,
3018-
or, if the implementation is not a Web browser, an equivalent test. Every
3019-
relevant test in the test suite should have an equivalent test created if
3020-
such a user agent (UA) is to be used to claim interoperability. In
3021-
addition if such a UA is to be used to claim interoperability, then there
3022-
must one or more additional UAs which can also pass those equivalent
3023-
tests in the same way for the purpose of interoperability. The equivalent
3024-
tests must be made publicly available for the purposes of peer review.
3025-
3026-
<dt>implementation
3027-
3028-
<dd>a user agent which:
3029-
<ol class=inline>
3030-
<li>implements the specification.
3031-
3032-
<li>is available to the general public. The implementation may be a
3033-
shipping product or other publicly available version (i.e., beta
3034-
version, preview release, or “nightly build”). Non-shipping product
3035-
releases must have implemented the feature(s) for a period of at least
3036-
one month in order to demonstrate stability.
3037-
3038-
<li>is not experimental (i.e., a version specifically designed to pass
3039-
the test suite and is not intended for normal usage going forward).
3040-
</ol>
3041-
</dl>
3042-
3043-
<p>The specification will remain Candidate Recommendation for at least six
3044-
months. <!--end-conformance-->
2996+
mailing list. <!--end-conformance-->
30452997

30462998
<h2 id=references1><span class=secno>13. </span>References</h2>
30472999

0 commit comments

Comments
 (0)