FFFF [css3-values] Prep for WD take II · w3c/csswg-drafts@d607502 · GitHub
Skip to content

Commit d607502

Browse files
committed
[css3-values] Prep for WD take II
1 parent 3cb97b9 commit d607502

2 files changed

Lines changed: 32 additions & 22 deletions

File tree

css3-values/Overview.html

Lines changed: 31 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@
1616
<meta content="Tab Atkins" name=dc.creator>
1717
<meta content="Elika J. Etemad" name=dc.creator>
1818
<meta content=W3C name=dc.publisher>
19-
<meta content="http://dev.w3.org/csswg/css3-values/" name=dc.identifier>
19+
<meta content="http://www.w3.org/TR/2013/CR-css3-values-20130402/"
20+
name=dc.identifier>
2021
<style type="text/css">
2122
code, small { white-space: nowrap }
2223
.say { color: gray; }
@@ -30,7 +31,7 @@
3031
</style>
3132
<link href="../default.css" rel=stylesheet type="text/css">
3233
<link href="../csslogo.ico" rel="shortcut icon" type="image/x-icon">
33-
<link href="http://www.w3.org/StyleSheets/TR/W3C-ED.css" rel=stylesheet
34+
<link href="http://www.w3.org/StyleSheets/TR/W3C-CR.css" rel=stylesheet
3435
type="text/css">
3536

3637
<body class=h-entry>
@@ -40,15 +41,15 @@
4041

4142
<h1 class=p-name>CSS Values and Units Module Level 3</h1>
4243

43-
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft <span
44-
class=dt-updated><span class=value title=20130402>2 April
44+
<h2 class="no-num no-toc" id=longstatus-date>W3C Candidate Recommendation
45+
<span class=dt-updated><span class=value title=20130402>2 April
4546
2013</span></span></h2>
4647

4748
<dl>
4849
<dt>This version:
4950

5051
<dd><a class=u-url
51-
href="http://dev.w3.org/csswg/css3-values/">http://dev.w3.org/csswg/css3-values/</a>
52+
href="http://www.w3.org/TR/2013/CR-css3-values-20130402/">http://www.w3.org/TR/2013/CR-css3-values-20130402/</a>
5253

5354
<dt>Latest version:
5455

@@ -120,24 +121,33 @@ <h2 class="no-num no-toc" id=abstract>Abstract</h2>
120121
<h2 class="no-num no-toc" id=status>Status of this document</h2>
121122
<!--begin-status-->
122123

123-
<p>This is a public copy of the editors' draft. It is provided for
124-
discussion only and may change at any moment. Its publication here does
125-
not imply endorsement of its contents by W3C. Don't cite this document
126-
other than as work in progress.
124+
<p><em>This section describes the status of this document at the time of
125+
its publication. Other documents may supersede this document. A list of
126+
current W3C publications and the latest revision of this technical report
127+
can be found in the <a href="http://www.w3.org/TR/">W3C technical reports
128+
index at http://www.w3.org/TR/.</a></em>
129+
130+
<p>This document was produced by the <a
131+
href="http://www.w3.org/Style/CSS/members">CSS Working Group</a> as a <a
132+
href="http://www.w3.org/Consortium/Process/tr#RecsCR">Candidate
133+
Recommendation.</a>
127134

128-
<p>The (<a
135+
<p>A Candidate Recommendation is a document that has been widely reviewed
136+
and is ready for implementation. W3C encourages everybody to implement
137+
this specification and return comments to the (<a
129138
href="http://lists.w3.org/Archives/Public/www-style/">archived</a>) public
130139
mailing list <a
131140
href="mailto:www-style@w3.org?Subject=%5Bcss3-values%5D%20PUT%20SUBJECT%20HERE">
132141
www-style@w3.org</a> (see <a
133-
href="http://www.w3.org/Mail/Request">instructions</a>) is preferred for
134-
discussion of this specification. When sending e-mail, please put the text
135-
css3-values” in the subject, preferably like this:
136-
“[<!---->css3-values<!---->] <em>…summary of comment…</em>
142+
href="http://www.w3.org/Mail/Request">instructions</a>). When sending
143+
e-mail, please put the text “css3-values” in the subject, preferably
144+
like this: “[<!---->css3-values<!---->] <em>…summary of
145+
comment…</em>
137146

138-
<p>This document was produced by the <a
139-
href="http://www.w3.org/Style/CSS/members">CSS Working Group</a> (part of
140-
the <a href="http://www.w3.org/Style/">Style Activity</a>).
147+
<p>Publication as a Candidate Recommendation does not imply endorsement by
148+
the W3C Membership. This is a draft document and may be updated, replaced
149+
or obsoleted by other documents at any time. It is inappropriate to cite
150+
this document as other than work in progress.
141151

142152
<p>This document was produced by a group operating under the <a
143153
href="http://www.w3.org/Consortium/Patent-Policy-20040205/">5 February
@@ -147,10 +157,10 @@ <h2 class="no-num no-toc" id=status>Status of this document</h2>
147157
connection with the deliverables of the group; that page also includes
148158
instructions for disclosing a patent. An individual who has actual
149159
knowledge of a patent which the individual believes contains <a
150-
href="http://www.w3.org/Consortium/Patent-Policy-20040205/#def-essential">Essential
151-
Claim(s)</a> must disclose the information in accordance with <a
152-
href="http://www.w3.org/Consortium/Patent-Policy-20040205/#sec-Disclosure">section
153-
6 of the W3C Patent Policy</a>.</p>
160+
href="http://www.w3.org/Consortium/Patent-Policy-20040205/#def-essential">
161+
Essential Claim(s)</a> must disclose the information in accordance with <a
162+
href="http://www.w3.org/Consortium/Patent-Policy-20040205/#sec-Disclosure">
163+
section 6 of the W3C Patent Policy</a>.</p>
154164
<!--end-status-->
155165

156166
<p>All features described in this specification that also exist in CSS 2.1

css3-values/Overview.src.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ <h2 class="no-num no-toc">[LONGSTATUS] <span class="dt-updated"><span class="val
3232

3333
<dl>
3434
<dt>This version:</dt>
35-
<dd><a class="u-url" href="[VERSION]">[VERSION]</a></dd>
35+
<dd><a class="u-url" href="[VERSION]">http://www.w3.org/TR/[YEAR]/CR-css3-values-[CDATE]/</a></dd>
3636

3737
<dt>Latest version:</dt>
3838
<dd><a href="[LATEST]">[LATEST]</a></dd>

0 commit comments

Comments
 (0)