Skip to content

Commit b5c145b

Browse files
committed
[css-grid] Revert to ED
1 parent ae968c7 commit b5c145b

2 files changed

Lines changed: 17 additions & 22 deletions

File tree

css-grid/Overview.html

Lines changed: 15 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@
1616
<meta content="Elika J. Etemad" name=dcterms.creator>
1717
<meta content="Rossen Atanassov" name=dcterms.creator>
1818
<meta content=W3C name=dcterms.publisher>
19-
<meta content="http://www.w3.org/TR/2013/WD-css3-grid-layout-20130425/"
19+
<meta content="http://dev.w3.org/csswg/css3-grid-layout/"
2020
name=dcterms.identifier>
2121
<link href="../default.css" rel=stylesheet type="text/css">
2222
<link href="../csslogo.ico" rel="shortcut icon" type="image/x-icon">
23-
<link href="http://www.w3.org/StyleSheets/TR/W3C-WD.css" rel=stylesheet
23+
<link href="http://www.w3.org/StyleSheets/TR/W3C-ED.css" rel=stylesheet
2424
type="text/css">
2525
<style type="text/css">
2626
.example {
@@ -59,15 +59,14 @@
5959

6060
<h1 class=title id=title>CSS Grid Layout</h1>
6161

62-
<h2 class="no-num no-toc" id=longstatus-date>W3C Working Draft, 25 April
63-
2013</h2>
62+
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft, 25 April 2013</h2>
6463

6564
<dl>
6665
<dt>This version:
66+
<!-- <dd><a href="http://dev.w3.org/csswg/css3-grid-layout/">http://www.w3.org/TR/2013/WD-css3-grid-layout-20130425/</a> -->
6767

6868
<dd><a
69-
href="http://www.w3.org/TR/2013/WD-css3-grid-layout-20130425/">http://www.w3.org/TR/2013/WD-css3-grid-layout-20130425/</a>
70-
<!-- <dd><a href="http://dev.w3.org/csswg/css3-grid-layout/">http://dev.w3.org/csswg/css3-grid-layout/</a> -->
69+
href="http://dev.w3.org/csswg/css3-grid-layout/">http://dev.w3.org/csswg/css3-grid-layout/</a>
7170

7271
<dt>Latest version:
7372

@@ -151,23 +150,19 @@ <h2 class="no-num no-toc" id=abstract>Abstract</h2>
151150
<h2 class="no-num no-toc" id=status>Status of this document</h2>
152151
<!--begin-status-->
153152

154-
<p><em>This section describes the status of this document at the time of
155-
its publication. Other documents may supersede this document. A list of
156-
current W3C publications and the latest revision of this technical report
157-
can be found in the <a href="http://www.w3.org/TR/">W3C technical reports
158-
index at http://www.w3.org/TR/.</a></em>
159-
160-
<p>Publication as a Working Draft does not imply endorsement by the W3C
161-
Membership. This is a draft document and may be updated, replaced or
162-
obsoleted by other documents at any time. It is inappropriate to cite this
163-
document as other than work in progress.
153+
<p>This is a public copy of the editors' draft. It is provided for
154+
discussion only and may change at any moment. Its publication here does
155+
not imply endorsement of its contents by W3C. Don't cite this document
156+
other than as work in progress.
164157

165158
<p>The (<a
166159
href="http://lists.w3.org/Archives/Public/www-style/">archived</a>) public
167-
mailing list <a href="mailto:www-style@w3.org">www-style@w3.org</a> (see
168-
<a href="http://www.w3.org/Mail/Request">instructions</a>) is preferred
169-
for discussion of this specification. When sending e-mail, please put the
170-
text “css3-grid-layout” in the subject, preferably like this:
160+
mailing list <a
161+
href="mailto:www-style@w3.org?Subject=%5Bcss3-grid-layout%5D%20PUT%20SUBJECT%20HERE">
162+
www-style@w3.org</a> (see <a
163+
href="http://www.w3.org/Mail/Request">instructions</a>) is preferred for
164+
discussion of this specification. When sending e-mail, please put the text
165+
“css3-grid-layout” in the subject, preferably like this:
171166
“[<!---->css3-grid-layout<!---->] <em>…summary of comment…</em>
172167

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

css-grid/Overview.src.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ <h2 class="no-num no-toc">[LONGSTATUS], [DATE]</h2>
4545

4646
<dl>
4747
<dt>This version:
48-
<dd><a href="[VERSION]">http://www.w3.org/TR/[YEAR]/WD-[SHORTNAME]-[CDATE]/</a>
49-
<!-- <dd><a href="http://dev.w3.org/csswg/css3-grid-layout/">http://dev.w3.org/csswg/css3-grid-layout/</a> -->
48+
<!-- <dd><a href="[VERSION]">http://www.w3.org/TR/[YEAR]/WD-[SHORTNAME]-[CDATE]/</a> -->
49+
<dd><a href="http://dev.w3.org/csswg/css3-grid-layout/">http://dev.w3.org/csswg/css3-grid-layout/</a>
5050

5151
<dt>Latest version:
5252
<dd><a href="http://www.w3.org/TR/[SHORTNAME]/">http://www.w3.org/TR/[SHORTNAME]/</a>

0 commit comments

Comments
 (0)