Skip to content

Commit 931368a

Browse files
Rik Cabaniersvgeesus
authored andcommitted
update spec to CR
1 parent 5f4063e commit 931368a

3 files changed

Lines changed: 112 additions & 36 deletions

File tree

compositing-1/Compositing.src.html

Lines changed: 37 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<head profile="http://www.w3.org/2006/03/hcard">
55
<title>Compositing and Blending Level 1</title>
66
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
7-
<link rel="stylesheet" type="text/css" href="style/default.css">
7+
<link rel="stylesheet" type="text/css" href="http://www.w3.org/StyleSheets/TR/W3C-CR"/>
88

99
<style type="text/css">
1010

@@ -222,15 +222,15 @@
222222

223223
<h1>Compositing and Blending Level 1</h1>
224224

225-
<h2 class="no-num no-toc">[LONGSTATUS] [DATE]</h2>
225+
<h2 class="no-num no-toc" id="longstatus-date">[LONGSTATUS] [DATE]</h2>
226226

227227
<dl>
228228
<dt>This version:</dt>
229229
<dd>
230-
<a href="http://dev.w3.org/fxtf/compositing-1/">http://dev.w3.org/fxtf/compositing-1/</a>
231230
<!--
232-
<a href="http://www.w3.org/TR/[YEAR]/WD-[SHORTNAME]-[CDATE]/">http://www.w3.org/TR/[YEAR]/WD-[SHORTNAME]-[CDATE]/</a>
231+
<a href="http://dev.w3.org/fxtf/compositing-1/">http://dev.w3.org/fxtf/compositing-1/</a>
233232
-->
233+
<a href="http://www.w3.org/TR/[YEAR]/CR-[SHORTNAME]-[CDATE]/">http://www.w3.org/TR/[YEAR]/WD-[SHORTNAME]-[CDATE]/</a>
234234
</dd>
235235
<dt>Latest version:
236236
<dd>
@@ -287,16 +287,42 @@ <h2 class="no-num no-toc" id="abstract">Abstract</h2>
287287
In addition, this specification will define CSS properties for blending and group isolation and the properties of the <a href="http://www.w3.org/TR/2dcontext2/#dom-context-2d-globalcompositeoperation" title="canvas 2d globalcompositeoperation">
288288
'globalcompositeoperation'</a> attribute as defined in [[!2DCONTEXT2]].
289289
</p>
290-
291-
<p>
292-
</p>
293290

294-
<h2 class="no-num no-toc" id="status">Status of This Document</h2>
295291

296-
<!-- status -->
292+
<h2 class="no-num no-toc" id="status">Status of This Document</h2>
297293

298-
<p>For changes since the previous draft, see the <a
299-
href="#changes">changes section.</a>
294+
<p><em>This section describes the status of this document at the time of its publication. Other documents may supersede this document. A list of current W3C publications and the latest revision of this technical report can be found in the <a href="http://www.w3.org/TR/">W3C technical reports index</a> at http://www.w3.org/TR/.</em></p>
295+
296+
<p>The (<a
297+
href="http://lists.w3.org/Archives/Public/public-fx/">archived</a>) public
298+
mailing list <a href="mailto:public-fx@w3.org">public-fx@w3.org</a> (see
299+
<a href="http://www.w3.org/Mail/Request">instructions</a>) is preferred
300+
for discussion of this specification. When sending e-mail, please put the
301+
text “compositing-1” in the subject, preferably like this:
302+
“[<!---->compositing-1<!---->] <em>…summary of comment…</em>
303+
304+
<p>This document was produced by the <a
305+
href="http://www.w3.org/Style/CSS/members">CSS Working Group</a> (part of
306+
the <a href="http://www.w3.org/Style/">Style Activity</a>) and the <a
307+
href="http://www.w3.org/Graphics/SVG/">SVG Working Group</a> (part of the
308+
<a href="http://www.w3.org/Graphics/">Graphics Activity</a>).
309+
310+
<p>This document was produced by groups operating under the <a
311+
href="http://www.w3.org/Consortium/Patent-Policy-20040205/">5 February
312+
2004 W3C Patent Policy</a>. W3C maintains a <a
313+
href="http://www.w3.org/2004/01/pp-impl/32061/status"
314+
rel=disclosure>public list of any patent disclosures (CSS)</a> and a <a
315+
href="http://www.w3.org/2004/01/pp-impl/19480/status"
316+
rel=disclosure>public list of any patent disclosures (SVG)</a> made in
317+
connection with the deliverables of each group; these pages also include
318+
instructions for disclosing a patent. An individual who has actual
319+
knowledge of a patent which the individual believes contains <a
320+
href="http://www.w3.org/Consortium/Patent-Policy-20040205/#def-essential">Essential
321+
Claim(s)</a> must disclose the information in accordance with <a
322+
href="http://www.w3.org/Consortium/Patent-Policy-20040205/#sec-Disclosure">section
323+
6 of the W3C Patent Policy</a>.</p>
324+
325+
<p>Publication as a Candidate Recommendation does not imply endorsement by the W3C Membership. This is a draft document and may be updated, replaced or obsoleted by other documents at any time. It is inappropriate to cite this document as other than work in progress.</p>
300326

301327
<p>The following features are at risk:<p>
302328
<ol>

compositing-1/Makefile

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

3738
W3C_CSS_DIR=~/work/W3C/cvs/dev.w3.org/csswg/compositing
3839

compositing-1/index.html

Lines changed: 74 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,15 @@
1111
rel=dcterms.rights>
1212
<meta content="Compositing and Blending Level 1" name=dcterms.title>
1313
<meta content=text name=dcterms.type>
14-
<meta content=2014-01-30 name=dcterms.date>
14+
<meta content=2014-02-17 name=dcterms.date>
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://dev.w3.org/csswg/compositing-1/"
18+
<meta content="http://www.w3.org/TR/2014/CR-compositing-1-20140217/"
1919
name=dcterms.identifier>
2020
<meta content="text/html; charset=UTF-8" http-equiv=content-type>
21-
<link href="style/default.css" rel=stylesheet type="text/css">
21+
<link href="http://www.w3.org/StyleSheets/TR/W3C-CR" rel=stylesheet
22+
type="text/css">
2223
<style type="text/css">
2324

2425
/* Alternate stylesheet fonts are here because in some browsers (Opera 11.5) */
@@ -221,7 +222,7 @@
221222
</style>
222223
<link href="style/alternate-spec-style.css" id=st
223224
rel="alternate stylesheet" title="alternate spec style" type="text/css">
224-
<link href="http://www.w3.org/StyleSheets/TR/W3C-ED.css" rel=stylesheet
225+
<link href="http://www.w3.org/StyleSheets/TR/W3C-CR.css" rel=stylesheet
225226
type="text/css">
226227

227228
<body>
@@ -231,16 +232,17 @@
231232

232233
<h1>Compositing and Blending Level 1</h1>
233234

234-
<h2 class="no-num no-toc">Editor's Draft 30 January 2014</h2>
235+
<h2 class="no-num no-toc" id=longstatus-date>W3C Candidate Recommendation
236+
17 February 2014</h2>
235237

236238
<dl>
237239
<dt>This version:
238240

239-
<dd> <a
240-
href="http://dev.w3.org/fxtf/compositing-1/">http://dev.w3.org/fxtf/compositing-1/</a>
241-
<!--
242-
<a href="http://www.w3.org/TR/2014/WD-compositing-1-20140130/">http://www.w3.org/TR/2014/WD-compositing-1-20140130/</a>
241+
<dd> <!--
242+
<a href="http://dev.w3.org/fxtf/compositing-1/">http://dev.w3.org/fxtf/compositing-1/</a>
243243
-->
244+
<a
245+
href="http://www.w3.org/TR/2014/CR-compositing-1-20140217/">http://www.w3.org/TR/2014/WD-compositing-1-20140217/</a>
244246

245247
<dt>Latest version:
246248

@@ -327,15 +329,13 @@ <h2 class="no-num no-toc" id=abstract>Abstract</h2>
327329
in <a href="#ref-2DCONTEXT2"
328330
rel=biblioentry>[2DCONTEXT2]<!--{{!2DCONTEXT2}}--></a>.
329331

330-
<p>
331-
332332
<h2 class="no-num no-toc" id=status>Status of This Document</h2>
333-
<!--begin-status-->
334333

335-
<p>This is a public copy of the editors' draft. It is provided for
336-
discussion only and may change at any moment. Its publication here does
337-
not imply endorsement of its contents by W3C. Don't cite this document
338-
other than as work in progress.
334+
<p><em>This section describes the status of this document at the time of
335+
its publication. Other documents may supersede this document. A list of
336+
current W3C publications and the latest revision of this technical report
337+
can be found in the <a href="http://www.w3.org/TR/">W3C technical reports
338+
index</a> at http://www.w3.org/TR/.</em>
339339

340340
<p>The (<a
341341
href="http://lists.w3.org/Archives/Public/public-fx/">archived</a>) public
@@ -364,11 +364,12 @@ <h2 class="no-num no-toc" id=status>Status of This Document</h2>
364364
href="http://www.w3.org/Consortium/Patent-Policy-20040205/#def-essential">Essential
365365
Claim(s)</a> must disclose the information in accordance with <a
366366
href="http://www.w3.org/Consortium/Patent-Policy-20040205/#sec-Disclosure">section
367-
6 of the W3C Patent Policy</a>.</p>
368-
<!--end-status-->
367+
6 of the W3C Patent Policy</a>.
369368

370-
<p>For changes since the previous draft, see the <a href="#changes">changes
371-
section.</a>
369+
<p>Publication as a Candidate Recommendation does not imply endorsement by
370+
the W3C Membership. This is a draft document and may be updated, replaced
371+
or obsoleted by other documents at any time. It is inappropriate to cite
372+
this document as other than work in progress.
372373

373374
<p>The following features are at risk:
374375

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

30003049
<h2 id=references1><span class=secno>13. </span>References</h2>
30013050

@@ -3030,10 +3079,10 @@ <h3 id=normref><span class=secno>13.1. </span>Normative References</h3>
30303079
<dt id=ref-CSS3BG>[CSS3BG]
30313080

30323081
<dd>Bert Bos; Elika J. Etemad; Brad Kemper. <a
3033-
href="http://www.w3.org/TR/2012/CR-css3-background-20120724/"><cite>CSS
3034-
Backgrounds and Borders Module Level 3.</cite></a> 24 July 2012. W3C
3035-
Candidate Recommendation. (Work in progress.) URL: <a
3036-
href="http://www.w3.org/TR/2012/CR-css3-background-20120724/">http://www.w3.org/TR/2012/CR-css3-background-20120724/</a>
3082+
href="http://www.w3.org/TR/2014/WD-css3-background-20140204/"><cite>CSS
3083+
Backgrounds and Borders Module Level 3.</cite></a> 4 February 2014. W3C
3084+
Last Call Working Draft. (Work in progress.) URL: <a
3085+
href="http://www.w3.org/TR/2014/WD-css3-background-20140204/">http://www.w3.org/TR/2014/WD-css3-background-20140204/</a>
30373086
</dd>
30383087
<!---->
30393088

0 commit comments

Comments
 (0)