Skip to content

Commit 2e0d7a5

Browse files
committed
[css3-transitions] Prep for WD publication.
1 parent ed741b9 commit 2e0d7a5

1 file changed

Lines changed: 19 additions & 15 deletions

File tree

css-transitions/Overview.html

Lines changed: 19 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
rel=dcterms.rights>
1111
<meta content="CSS Transitions" name=dcterms.title>
1212
<meta content=text name=dcterms.type>
13-
<meta content=2013-11-13 name=dcterms.date>
13+
<meta content=2013-11-19 name=dcterms.date>
1414
<meta content="L. David Baron" name=dcterms.creator>
1515
<meta content=W3C name=dcterms.publisher>
16-
<meta content="http://dev.w3.org/csswg/css3-transitions/"
16+
<meta content="http://www.w3.org/TR/2013/WD-css3-transitions-20131119/"
1717
name=dcterms.identifier>
1818
<script defer=defer
1919
src="http://test.csswg.org/harness/annotate.js#css-transitions-1_dev"
@@ -30,7 +30,7 @@
3030
}
3131
div.prod { margin: 1em 2em; }
3232
</style>
33-
<link href="http://www.w3.org/StyleSheets/TR/W3C-ED.css" rel=stylesheet
33+
<link href="http://www.w3.org/StyleSheets/TR/W3C-WD.css" rel=stylesheet
3434
type="text/css">
3535

3636
<body>
@@ -40,13 +40,13 @@
4040

4141
<h1>CSS Transitions</h1>
4242

43-
<h2 class="no-num no-toc">Editor's Draft 13 November 2013</h2>
43+
<h2 class="no-num no-toc">W3C Working Draft 19 November 2013</h2>
4444

4545
<dl>
4646
<dt>This version:
4747

4848
<dd> <a
49-
href="http://dev.w3.org/csswg/css3-transitions/">http://dev.w3.org/csswg/css3-transitions/</a>
49+
href="http://www.w3.org/TR/2013/WD-css3-transitions-20131119/">http://www.w3.org/TR/2013/WD-css3-transitions-20131119/</a>
5050

5151
<dt>Latest version:
5252

@@ -131,19 +131,23 @@ <h2 class="no-num no-toc" id=abstract>Abstract</h2>
131131
<h2 class="no-num no-toc" id=status>Status of this document</h2>
132132
<!--begin-status-->
133133

134-
<p>This is a public copy of the editors' draft. It is provided for
135-
discussion only and may change at any moment. Its publication here does
136-
not imply endorsement of its contents by W3C. Don't cite this document
137-
other than as work in progress.
134+
<p><em>This section describes the status of this document at the time of
135+
its publication. Other documents may supersede this document. A list of
136+
current W3C publications and the latest revision of this technical report
137+
can be found in the <a href="http://www.w3.org/TR/">W3C technical reports
138+
index at http://www.w3.org/TR/.</a></em>
139+
140+
<p>Publication as a Working Draft does not imply endorsement by the W3C
141+
Membership. This is a draft document and may be updated, replaced or
142+
obsoleted by other documents at any time. It is inappropriate to cite this
143+
document as other than work in progress.
138144

139145
<p>The (<a
140146
href="http://lists.w3.org/Archives/Public/www-style/">archived</a>) public
141-
mailing list <a
142-
href="mailto:www-style@w3.org?Subject=%5Bcss3-transitions%5D%20PUT%20SUBJECT%20HERE">
143-
www-style@w3.org</a> (see <a
144-
href="http://www.w3.org/Mail/Request">instructions</a>) is preferred for
145-
discussion of this specification. When sending e-mail, please put the text
146-
“css3-transitions” in the subject, preferably like this:
147+
mailing list <a href="mailto:www-style@w3.org">www-style@w3.org</a> (see
148+
<a href="http://www.w3.org/Mail/Request">instructions</a>) is preferred
149+
for discussion of this specification. When sending e-mail, please put the
150+
text “css3-transitions” in the subject, preferably like this:
147151
“[<!---->css3-transitions<!---->] <em>…summary of comment…</em>
148152

149153
<p>This document was produced by the <a

0 commit comments

Comments
 (0)