E84D Fix up head-matter to be more-preprocessed; add myself as additional … · w3c/csswg-drafts@6dd5d10 · GitHub
Skip to content

Commit 6dd5d10

Browse files
committed
Fix up head-matter to be more-preprocessed; add myself as additional editor.
1 parent bce38df commit 6dd5d10

2 files changed

Lines changed: 31 additions & 9 deletions

File tree

css3-flexbox/Overview.html

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,27 @@
1111
<div class=head>
1212
<h1 id=head-box-flexible>Flexible Box Layout Module</h1>
1313

14-
<h2 class="no-num no-toc" id=w3c-working>Working Draft, 15 September 2006</h2>
14+
<h2 class="no-num no-toc" id=w3c-working>Editor's Draft, 12 May 2009</h2>
1515

1616
<dl>
17+
<dt>This version:
18+
19+
<dd><!-- <a href="http://www.w3.org/TR/2009/WD-css3-flexbox-20090512/">http://www.w3.org/TR/2009/WD-css3-flexbox-20090512/</a></dd> -->
20+
<a
21+
href="http://dev.w3.org/csswg/css3-flexbox/">http://dev.w3.org/csswg/css3-flexbox/</a>
22+
23+
24+
<dt>Latest version:
25+
26+
<dd><a
27+
href="http://www.w3.org/TR/css3-flexbox/">http://www.w3.org/TR/css3-flexbox/</a>
28+
29+
1730
<dt>Editors:
1831

32+
<dd>L. David Baron, Mozilla Corporation, <a
33+
href="mailto:dbaron@dbaron.org">dbaron@dbaron.org</a>
34+
1935
<dd>Neil Deakin, Mozilla Corporation, <a
2036
href="mailto:enndeakin@sympatico.ca">enndeakin@sympatico.ca</a>
2137

css3-flexbox/Overview.src.html

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,28 @@
11
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
22
<html><head><title>Flexible Box Layout Module</title>
3-
<link rel="stylesheet" type="text/css" href="http://www.w3.org/StyleSheets/TR/W3C-ED">
3+
<link rel="stylesheet" type="text/css" href="http://www.w3.org/StyleSheets/TR/W3C-[STATUS]">
44
<link rel="stylesheet" type="text/css" href="../default.css">
55
</head><body>
66

77
<div class="head">
88

99
</p><h1 id="head-box-flexible">Flexible Box Layout Module</h1>
1010

11-
<h2 class="no-num no-toc" id="w3c-working">Working Draft, 15 September 2006</h2>
11+
<h2 class="no-num no-toc" id="w3c-working">[LONGSTATUS], [DATE]</h2>
1212

1313
<dl>
14-
</dd><dt>Editors:
15-
16-
</dd><dd>Neil Deakin, Mozilla Corporation, <a href="mailto:enndeakin@sympatico.ca">enndeakin@sympatico.ca</a>
17-
</dt><dd>Ian Hickson, Opera Software, <a href="mailto:ian@hixie.ch">ian@hixie.ch</a>
18-
</dd><dd>David Hyatt, Apple, <a href="mailto:hyatt@apple.com">hyatt@apple.com</a>
19-
</dd></dl>
14+
<dt>This version:
15+
<dd><!-- <a href="http://www.w3.org/TR/[YEAR]/WD-[SHORTNAME]-[CDATE]/">http://www.w3.org/TR/[YEAR]/WD-[SHORTNAME]-[CDATE]/</a></dd> -->
16+
<a href="http://dev.w3.org/csswg/[SHORTNAME]/">http://dev.w3.org/csswg/[SHORTNAME]/</a>
17+
<dt>Latest version:
18+
<dd><a href="http://www.w3.org/TR/css3-flexbox/">http://www.w3.org/TR/css3-flexbox/</a>
19+
<dt>Editors:
20+
21+
<dd>L. David Baron, Mozilla Corporation, <a href="mailto:dbaron@dbaron.org">dbaron@dbaron.org</a>
22+
<dd>Neil Deakin, Mozilla Corporation, <a href="mailto:enndeakin@sympatico.ca">enndeakin@sympatico.ca</a>
23+
<dd>Ian Hickson, Opera Software, <a href="mailto:ian@hixie.ch">ian@hixie.ch</a>
24+
<dd>David Hyatt, Apple, <a href="mailto:hyatt@apple.com">hyatt@apple.com</a>
25+
</dl>
2026
<!--copyright-->
2127
</p><hr title="Separator for header">
2228
</div>

0 commit comments

Comments
 (0)