Skip to content

Commit 5844d85

Browse files
committed
Add discussion list and issues list fields to header. (Yes, we need to fix this globally. For now we'll fix it CSSWG-locally.)
1 parent a8741cd commit 5844d85

File tree

3 files changed

+41
-560
lines changed

3 files changed

+41
-560
lines changed

css-module/Overview.html

Lines changed: 35 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
content="text/html; charset=utf-8" http-equiv=Content-Type>
77

88
<title>CSS TEMPLATE Module Level N</title>
9-
<link href=default.css rel=stylesheet type="text/css">
9+
<link href="../default.css" rel=stylesheet type="text/css">
1010
<link href="http://www.w3.org/StyleSheets/TR/W3C-ED.css" rel=stylesheet
1111
type="text/css">
1212

@@ -37,14 +37,13 @@
3737
<h1>CSS <var class=replaceme>TEMPLATE</var> Module Level <var
3838
class=replaceme>N</var></h1>
3939

40-
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 13 December
41-
2011</h2>
40+
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 4 January 2012</h2>
4241

4342
<dl>
4443
<dt>This version:
4544

4645
<dd><a class=replaceme
47-
href="http://www.w3.org/TR/2011/ED-cssN-FIXME-20111213/">http://www.w3.org/TR/2011/ED-cssN-FIXME-20111213/</a>
46+
href="http://www.w3.org/TR/2012/ED-cssN-FIXME-20120104/">http://www.w3.org/TR/2012/ED-cssN-FIXME-20120104/</a>
4847

4948

5049
<dt>Latest version:
@@ -64,6 +63,19 @@ <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 13 December
6463
<dd><a href="http://www.w3.org/PreviousVersionURI">
6564
http://www.w3.org/PreviousVersionURI</a>
6665

66+
<dt>Issues List:
67+
68+
<dd><a
69+
href="http://www.w3.org/Style/CSS/Tracker/products/27">http://www.w3.org/Style/CSS/Tracker/products/27</a>
70+
71+
72+
<dt>Discussion List:
73+
74+
<dd><a
75+
href="http://lists.w3.org/Archives/Public/www-style/">www-style@w3.org</a>
76+
with subject line &ldquo;<kbd>[cssN-FIXME] <var>&hellip; message topic
77+
&hellip;</var></kbd>&rdquo;
78+
6779
<dt>Editors:
6880

6981
<dd class=vcard><span class=fn>[editor1 name]</span>, <span
@@ -77,7 +89,7 @@ <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 13 December
7789
<!--begin-copyright-->
7890
<p class=copyright><a
7991
href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright"
80-
rel=license>Copyright</a> &copy; 2011 <a
92+
rel=license>Copyright</a> &copy; 2012 <a
8193
href="http://www.w3.org/"><acronym
8294
title="World Wide Web Consortium">W3C</acronym></a><sup>&reg;</sup> (<a
8395
href="http://www.csail.mit.edu/"><acronym
@@ -144,7 +156,7 @@ <h2 class="no-num no-toc" id=status>Status of this document</h2>
144156

145157
<p>The following features are at risk: &hellip;
146158

147-
<h2 class="no-num no-toc" id=contents>Table of contents</h2>
159+
<h2 class="no-num no-toc" id=contents> Table of Contents</h2>
148160
<!--begin-toc-->
149161

150162
<ul class=toc>
@@ -157,7 +169,7 @@ <h2 class="no-num no-toc" id=contents>Table of contents</h2>
157169
</ul>
158170

159171
<li><a href="#sample-topic"><span class=secno>2. </span> Sample
160-
section</a>
172+
Section</a>
161173
<ul class=toc>
162174
<li><a href="#the-display-model"><span class=secno>2.1. </span> Inner
163175
Display Model: the &lsquo;<code
@@ -178,26 +190,26 @@ <h2 class="no-num no-toc" id=contents>Table of contents</h2>
178190
<li><a href="#experimental"><span class=secno>3.4. </span> Experimental
179191
Implementations</a>
180192

181-
<li><a href="#testing"><span class=secno>3.5. </span>Non-Experimental
193+
<li><a href="#testing"><span class=secno>3.5. </span> Non-Experimental
182194
Implementations</a>
183195

184196
<li><a href="#cr-exit-criteria"><span class=secno>3.6. </span> CR Exit
185197
Criteria</a>
186198
</ul>
187199

188-
<li class=no-num><a href="#acknowledgments">Acknowledgments</a>
200+
<li class=no-num><a href="#acknowledgments"> Acknowledgments</a>
189201

190-
<li class=no-num><a href="#references">References</a>
202+
<li class=no-num><a href="#references"> References</a>
191203
<ul class=toc>
192-
<li class=no-num><a href="#normative-references">Normative
193-
references</a>
204+
<li class=no-num><a href="#normative-references"> Normative
205+
References</a>
194206

195-
<li class=no-num><a href="#other-references">Other references</a>
207+
<li class=no-num><a href="#other-references"> Other References</a>
196208
</ul>
197209

198-
<li class=no-num><a href="#index">Index</a>
210+
<li class=no-num><a href="#index"> Index</a>
199211

200-
<li class=no-num><a href="#property-index">Property index</a>
212+
<li class=no-num><a href="#property-index"> Property Index</a>
201213
</ul>
202214
<!--end-toc-->
203215

@@ -236,7 +248,7 @@ <h3 id=values><span class=secno>1.2. </span> Values</h3>
236248
keyword as their property value. For readability it has not been repeated
237249
explicitly.
238250

239-
<h2 id=sample-topic><span class=secno>2. </span> Sample section</h2>
251+
<h2 id=sample-topic><span class=secno>2. </span> Sample Section</h2>
240252

241253
<p>Look at the mark-up in this section for examples. See the <a
242254
href="https://www.w3.org/Style/Group/css3-src/bin/README">documentation</a>
@@ -492,7 +504,7 @@ <h3 id=experimental><span class=secno>3.4. </span> Experimental
492504
vendor-prefixed syntax for such features, including those in W3C Working
493505
Drafts. This avoids incompatibilities with future changes in the draft.
494506

495-
<h3 id=testing><span class=secno>3.5. </span>Non-Experimental
507+
<h3 id=testing><span class=secno>3.5. </span> Non-Experimental
496508
Implementations</h3>
497509

498510
<p>Once a specification reaches the Candidate Recommendation stage,
@@ -567,13 +579,13 @@ <h3 id=cr-exit-criteria><span class=secno>3.6. </span> CR Exit Criteria</h3>
567579
<p>The specification will remain Candidate Recommendation for at least six
568580
months.
569581

570-
<h2 class=no-num id=acknowledgments>Acknowledgments</h2>
582+
<h2 class=no-num id=acknowledgments> Acknowledgments</h2>
571583

572584
<p><var class=replaceme>[acknowledgments]</var>
573585

574-
<h2 class=no-num id=references>References</h2>
586+
<h2 class=no-num id=references> References</h2>
575587

576-
<h3 class=no-num id=normative-references>Normative references</h3>
588+
<h3 class=no-num id=normative-references> Normative References</h3>
577589
<!--begin-normative-->
578590
<!-- Sorted by label -->
579591

@@ -612,7 +624,7 @@ <h3 class=no-num id=normative-references>Normative references</h3>
612624
</dl>
613625
<!--end-normative-->
614626

615-
<h3 class=no-num id=other-references>Other references</h3>
627+
<h3 class=no-num id=other-references> Other References</h3>
616628
<!--begin-informative-->
617629
<!-- Sorted by label -->
618630

@@ -650,7 +662,7 @@ <h3 class=no-num id=other-references>Other references</h3>
650662
</dl>
651663
<!--end-informative-->
652664

653-
<h2 class=no-num id=index>Index</h2>
665+
<h2 class=no-num id=index> Index</h2>
654666
<!--begin-index-->
655667

656668
<ul class=indexlist>
@@ -701,7 +713,7 @@ <h2 class=no-num id=index>Index</h2>
701713
</ul>
702714
<!--end-index-->
703715

704-
<h2 class=no-num id=property-index>Property index</h2>
716+
<h2 class=no-num id=property-index> Property Index</h2>
705717
<!--begin-properties-->
706718

707719
<table class=proptable>

css-module/Overview.src.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,12 @@ <h2 class="no-num no-toc">[LONGSTATUS] [DATE]</h2>
4747
<dd><a href="http://www.w3.org/PreviousVersionURI">
4848
http://www.w3.org/PreviousVersionURI</a>
4949

50+
<dt>Issues List:</dt>
51+
<dd><a href="http://www.w3.org/Style/CSS/Tracker/products/27">http://www.w3.org/Style/CSS/Tracker/products/27</a>
52+
53+
<dt>Discussion List:</dt>
54+
<dd><a href="http://lists.w3.org/Archives/Public/www-style/">www-style@w3.org</a> with subject line &ldquo;<kbd>[[SHORTNAME]] <var>&hellip; message topic &hellip;</var></kbd>&rdquo;
55+
5056
<dt>Editors:
5157
<dd class=vcard><span class=fn>[editor1 name]</span>,
5258
<span class=org>[affiliation (opt.)]</span>,

0 commit comments

Comments
 (0)