Skip to content

Commit fe83f44

Browse files
committed
Add additional metadata at the top.
1 parent 15ec9a9 commit fe83f44

2 files changed

Lines changed: 34 additions & 9 deletions

File tree

css3-conditional/Overview.html

Lines changed: 24 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@
1717

1818
<h1>CSS Conditional Rules Module Level 3</h1>
1919

20-
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 12 October
20+
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 31 October
2121
2011</h2>
2222

2323
<dl>
2424
<dt>This version:
2525

26-
<dd><a href="http://www.w3.org/TR/2011/ED-css3-conditional-20111012/">
27-
http://www.w3.org/TR/2011/ED-css3-conditional-20111012/</a>
26+
<dd><a href="http://www.w3.org/TR/2011/ED-css3-conditional-20111031/">
27+
http://www.w3.org/TR/2011/ED-css3-conditional-20111031/</a>
2828

2929
<dt>Latest version:
3030

@@ -48,6 +48,21 @@ <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 12 October
4848
<dd class=vcard><a class=fn href="http://dbaron.org/">L. David Baron</a>,
4949
<a class=org href="http://www.mozilla.org/">Mozilla</a>, <a class=email
5050
href="mailto:dbaron@dbaron.org">dbaron@dbaron.org</a>
51+
52+
<dt>Issues list:
53+
54+
<dd>Maintained in document (only editor's draft is current)
55+
56+
<dt>Send feedback to:
57+
58+
<dd>public mailing list <a href="www-style@w3.org">www-style@w3.org</a>
59+
(<a href="http://lists.w3.org/Archives/Public/www-style/">archive</a>,
60+
<a href="http://www.w3.org/Mail/Request">instructions</a>) with
61+
[css3-conditional] at start of the subject
62+
63+
<dt>Test suite:
64+
65+
<dd>none yet
5166
</dl>
5267
<!--begin-copyright-->
5368
<p class=copyright><a
@@ -1185,10 +1200,10 @@ <h3 class=no-num id=normative-references>Normative references</h3>
11851200
<dt id=CSS21>[CSS21]
11861201

11871202
<dd>Bert Bos; et al. <a
1188-
href="http://www.w3.org/TR/2011/REC-CSS2-20110607/"><cite>Cascading Style
1203+
href="http://www.w3.org/TR/2011/REC-CSS2-20110607"><cite>Cascading Style
11891204
Sheets Level 2 Revision 1 (CSS&#160;2.1) Specification.</cite></a> 7 June
11901205
2011. W3C Recommendation. URL: <a
1191-
href="http://www.w3.org/TR/2011/REC-CSS2-20110607/">http://www.w3.org/TR/2011/REC-CSS2-20110607/</a>
1206+
href="http://www.w3.org/TR/2011/REC-CSS2-20110607">http://www.w3.org/TR/2011/REC-CSS2-20110607</a>
11921207
</dd>
11931208
<!---->
11941209

@@ -1293,10 +1308,10 @@ <h3 class=no-num id=other-references>Other references</h3>
12931308
<dt id=SVG11>[SVG11]
12941309

12951310
<dd>Erik Dahlstr&#246;m; et al. <a
1296-
href="http://www.w3.org/TR/2011/PR-SVG11-20110609/"><cite>Scalable Vector
1297-
Graphics (SVG) 1.1 (Second Edition).</cite></a> 9 June 2011. W3C Proposed
1298-
Recommendation. (Work in progress.) URL: <a
1299-
href="http://www.w3.org/TR/2011/PR-SVG11-20110609/">http://www.w3.org/TR/2011/PR-SVG11-20110609/</a>
1311+
href="http://www.w3.org/TR/2011/REC-SVG11-20110816/"><cite>Scalable
1312+
Vector Graphics (SVG) 1.1 (Second Edition).</cite></a> 16 August 2011.
1313+
W3C Recommendation. URL: <a
1314+
href="http://www.w3.org/TR/2011/REC-SVG11-20110816/">http://www.w3.org/TR/2011/REC-SVG11-20110816/</a>
13001315
</dd>
13011316
<!---->
13021317
</dl>

css3-conditional/Overview.src.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,16 @@ <h2 class="no-num no-toc">[LONGSTATUS] [DATE]</h2>
3333
<dd class=vcard><a class=fn href="http://dbaron.org/">L. David Baron</a>,
3434
<a class=org href="http://www.mozilla.org/">Mozilla</a>,
3535
<a class=email href="mailto:dbaron@dbaron.org">dbaron@dbaron.org</a>
36+
37+
<dt>Issues list:
38+
<dd>Maintained in document (only editor's draft is current)
39+
40+
<dt>Send feedback to:
41+
<dd>public mailing list <a href="www-style@w3.org">www-style@w3.org</a> (<a href="http://lists.w3.org/Archives/Public/www-style/">archive</a>, <a href="http://www.w3.org/Mail/Request">instructions</a>) with [[SHORTNAME]] at start of the subject
42+
43+
<dt>Test suite:
44+
<dd>none yet
45+
3646
</dl>
3747

3848
<!--copyright-->

0 commit comments

Comments
 (0)