[css-module][css3-transitions] Make case of 'Table of Contents' match what the pubrules checker wants.

Fri, 08 Feb 2013 14:04:09 -0800

author
L. David Baron <dbaron@dbaron.org>
date
Fri, 08 Feb 2013 14:04:09 -0800
changeset 7411
1e06b058dde6
parent 7410
c94d62eaa5a6
child 7412
3b40faa91133

[css-module][css3-transitions] Make case of 'Table of Contents' match what the pubrules checker wants.

css-module/Makefile file | annotate | diff | comparison | revisions
css-module/Overview.html file | annotate | diff | comparison | revisions
css-module/Overview.src.html file | annotate | diff | comparison | revisions
css3-transitions/Overview.html file | annotate | diff | comparison | revisions
css3-transitions/Overview.src.html file | annotate | diff | comparison | revisions
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/css-module/Makefile	Fri Feb 08 14:04:09 2013 -0800
     1.3 @@ -0,0 +1,45 @@
     1.4 +# Calling the post-processor with file-upload. Assumes the username
     1.5 +# and password are in ~/.curl-w3.org (user = USER:PASS)
     1.6 +#
     1.7 +# To set a date other than today, use: make cdate=YYYYMMDD
     1.8 +#
     1.9 +# To set the status, modify one of the "this version" URLs:
    1.10 +# http://www.w3.org/TR/[YEAR]/CR-[SHORTNAME]-[CDATE]/
    1.11 +# Or set that URL to [VERSION] and call Make as: make status=CR
    1.12 +#
    1.13 +#
    1.14 +# Possible other options to add to the curl command below:
    1.15 +# -F ids=on
    1.16 +
    1.17 +cdate = $(shell date +%Y%m%d)
    1.18 +
    1.19 +%.html: %.src.html
    1.20 +	@echo "Calling post-processor to generate $@..."
    1.21 +	@curl -F file=@$< -F group=CSS -F output=html -F method=file -s \
    1.22 +	-F date=$(cdate) -F status=$(status) \
    1.23 +	-K ~/.curl-w3.org https://www.w3.org/Style/Group/process.cgi >$@
    1.24 +%.err: %.src.html
    1.25 +	@echo "Calling post-processor to check $<..."
    1.26 +	@curl -F file=@$< -F group=CSS -F output=err -F method=file -s \
    1.27 +	-F date=$(cdate) -F status=$(status) \
    1.28 +	-K ~/.curl-w3.org https://www.w3.org/Style/Group/process.cgi >$@
    1.29 +
    1.30 +
    1.31 +
    1.32 +all: check Overview.html
    1.33 +	@echo Done.
    1.34 +
    1.35 +check: Overview.err
    1.36 +	@cat $<
    1.37 +	@grep -q '^No errors$$' $< # Force a non-zero exit code if errors
    1.38 +
    1.39 +
    1.40 +
    1.41 +# A handy shortcut:
    1.42 +
    1.43 +clean:
    1.44 +	-rm Overview.html
    1.45 +
    1.46 +
    1.47 +
    1.48 +.PHONY: check clean
     2.1 --- a/css-module/Overview.html	Fri Feb 08 13:58:45 2013 -0800
     2.2 +++ b/css-module/Overview.html	Fri Feb 08 14:04:09 2013 -0800
     2.3 @@ -1,15 +1,27 @@
     2.4  <!DOCTYPE html>
     2.5  
     2.6  <html lang=en>
     2.7 - <head><meta content="text/html; charset=utf-8" http-equiv=Content-Type>
     2.8 + <head>
     2.9 +  <meta content="text/html; charset=utf-8" http-equiv=Content-Type>
    2.10 +  <title>CSS TEMPLATE Module Level N (CSS3 TMPL)</title>
    2.11 +  <!--
    2.12 +  <link href="http://purl.org/dc/terms/" rel="schema.dcterms">
    2.13 +  <link href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright" rel="dcterms.rights">
    2.14 +  -->
    2.15  
    2.16 -  <title>CSS TEMPLATE Module Level N (CSS3 TMPL)</title>
    2.17 +  <meta content="CSS TEMPLATE Module Level N (CSS3 TMPL)" name=dcterms.title>
    2.18 +  <meta content=text name=dcterms.type>
    2.19 +  <meta content=2013-02-08 name=dcterms.issued>
    2.20 +  <meta content="http://dev.w3.org/csswg/cssN-FIXME/" name=dcterms.creator>
    2.21 +  <meta content=W3C name=dcterms.publisher>
    2.22 +  <meta content="http://www.w3.org/TR/2013/ED-cssN-FIXME-20130208/"
    2.23 +   name=dcterms.identifier>
    2.24    <link href="#contents" rel=contents>
    2.25    <link href="#index" rel=index>
    2.26    <link href="../default.css" rel=stylesheet type="text/css">
    2.27 +  <link href="../csslogo.ico" rel="shortcut icon" type="image/x-icon">
    2.28    <link href="http://www.w3.org/StyleSheets/TR/W3C-ED.css" rel=stylesheet
    2.29 -  type="text/css">
    2.30 -
    2.31 +   type="text/css">
    2.32    <style type="text/css">
    2.33      /* delete this block when you've cleared out all the .replaceme elements */
    2.34      .replaceme {
    2.35 @@ -29,74 +41,79 @@
    2.36      }
    2.37    </style>
    2.38  
    2.39 - <body>
    2.40 + <body class=h-entry>
    2.41    <div class=head> <!--begin-logo-->
    2.42     <p><a href="http://www.w3.org/"><img alt=W3C height=48
    2.43      src="http://www.w3.org/Icons/w3c_home" width=72></a> <!--end-logo-->
    2.44  
    2.45 -   <h1>CSS <var class=replaceme>TEMPLATE</var> Module Level <var
    2.46 +   <h1 class=p-name>CSS <var class=replaceme>TEMPLATE</var> Module Level <var
    2.47      class=replaceme>N</var></h1>
    2.48  
    2.49 -   <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 28 August 2012</h2>
    2.50 +   <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft <time
    2.51 +    class=dt-updated datetime=20130208>8 February 2013</time></h2>
    2.52  
    2.53     <dl>
    2.54      <dt>This version:
    2.55  
    2.56 -    <dd><a class=replaceme
    2.57 -     href="http://www.w3.org/TR/2012/ED-cssN-FIXME-20120828/">http://www.w3.org/TR/2012/ED-cssN-FIXME-20120828/</a>
    2.58 -     
    2.59 +    <dd><a class="u-url replaceme"
    2.60 +     href="http://www.w3.org/TR/2013/ED-cssN-FIXME-20130208/">http://www.w3.org/TR/2013/ED-cssN-FIXME-20130208/</a>
    2.61  
    2.62      <dt>Latest version:
    2.63  
    2.64      <dd><a
    2.65       href="http://www.w3.org/TR/cssN-FIXME/">http://www.w3.org/TR/cssN-FIXME/</a>
    2.66 -     
    2.67  
    2.68      <dt>Editor's draft:
    2.69  
    2.70      <dd><a
    2.71       href="http://dev.w3.org/csswg/cssN-FIXME/">http://dev.w3.org/csswg/cssN-FIXME/</a>
    2.72 -     
    2.73  
    2.74      <dt>Previous version:
    2.75  
    2.76 -    <dd><a href="http://www.w3.org/PreviousVersionURI">
    2.77 +    <dd><a href="http://www.w3.org/PreviousVersionURI" rel=previous>
    2.78       http://www.w3.org/PreviousVersionURI</a>
    2.79  
    2.80      <dt>Issue Tracking:
    2.81  
    2.82 -    <dd><a
    2.83 -     href="http://www.w3.org/Style/CSS/Tracker/products/FIXME">http://www.w3.org/Style/CSS/Tracker/products/FIXME</a>
    2.84 -     
    2.85 +    <dd><a href="http://www.w3.org/Style/CSS/Tracker/products/FIXME"
    2.86 +     rel=issues>http://www.w3.org/Style/CSS/Tracker/products/FIXME</a>
    2.87 +     <!-- or use the wiki:
    2.88 +    <dd><a rel="issues" href="http://wiki.csswg.org/spec/cssN-FIXME"
    2.89 +           >http://wiki.csswg.org/spec/cssN-FIXME</a></dd>
    2.90 +-->
    2.91  
    2.92      <dt>Feedback:
    2.93  
    2.94      <dd><a
    2.95 -     href="http://lists.w3.org/Archives/Public/www-style/">www-style@w3.org</a>
    2.96 +     href="mailto:www-style@w3.org?subject=%5BcssN-FIXME%5D%20feedback">www-style@w3.org</a>
    2.97       with subject line “<kbd>[cssN-FIXME] <var>… message topic
    2.98 -     …</var></kbd>”
    2.99 +     …</var></kbd>” (<a
   2.100 +     href="http://lists.w3.org/Archives/Public/www-style/"
   2.101 +     rel=discussion>archives</a>)
   2.102  
   2.103      <dt>Editors:
   2.104  
   2.105 -    <dd class="h-card vcard"> <a class="p-name fn u-url url"
   2.106 -     href="[editor1 personal URL (opt.)]" rel=author>[editor1 name]</a>,
   2.107 -     <span class="p-org org">[affiliation (opt.)]</span>, <span
   2.108 -     class="u-email email">[email address (opt.)]</span>
   2.109 +    <dd class="p-author h-card vcard"> <a class="p-name fn u-url url"
   2.110 +     href="[editor1 personal URL (opt.)]" rel=author>[editor1 name]</a>, <a
   2.111 +     class="p-org org h-org"
   2.112 +     href="[affiliation/co. home page (opt.)]">[affiliation (opt.)]</a>,
   2.113 +     <span class="u-email email">[email address (opt.)]</span>
   2.114  
   2.115 -    <dd class="h-card vcard"> <span class="p-name fn">[editor2 name]</span>,
   2.116 -     <span class="p-org org">[affiliation (opt.)]</span>, <span
   2.117 +    <dd class="p-author h-card vcard"> <span class="p-name fn">[editor2
   2.118 +     name]</span>, <span class="p-org org">[affiliation (opt.)]</span>, <span
   2.119       class="u-email email">[email address (opt.)]</span>
   2.120     </dl>
   2.121     <!--begin-copyright-->
   2.122     <p class=copyright><a
   2.123      href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright"
   2.124 -    rel=license>Copyright</a> © 2012 <a href="http://www.w3.org/"><abbr
   2.125 +    rel=license>Copyright</a> © 2013 <a href="http://www.w3.org/"><abbr
   2.126      title="World Wide Web Consortium">W3C</abbr></a><sup>®</sup> (<a
   2.127      href="http://www.csail.mit.edu/"><abbr
   2.128      title="Massachusetts Institute of Technology">MIT</abbr></a>, <a
   2.129      href="http://www.ercim.eu/"><abbr
   2.130      title="European Research Consortium for Informatics and Mathematics">ERCIM</abbr></a>,
   2.131 -    <a href="http://www.keio.ac.jp/">Keio</a>), All Rights Reserved. W3C <a
   2.132 +    <a href="http://www.keio.ac.jp/">Keio</a>, <a
   2.133 +    href="http://ev.buaa.edu.cn/">Beihang</a>), All Rights Reserved. W3C <a
   2.134      href="http://www.w3.org/Consortium/Legal/ipr-notice#Legal_Disclaimer">liability</a>,
   2.135      <a
   2.136      href="http://www.w3.org/Consortium/Legal/ipr-notice#W3C_Trademarks">trademark</a>
   2.137 @@ -109,8 +126,8 @@
   2.138  
   2.139    <h2 class="no-num no-toc" id=abstract>Abstract</h2>
   2.140  
   2.141 -  <p>This module contains the features of CSS relating to <var
   2.142 -   class=replaceme>DESCRIBE HERE</var>. <a
   2.143 +  <p> <span class=p-summary> This module contains the features of CSS
   2.144 +   relating to <var class=replaceme>DESCRIBE HERE</var>. </span> <a
   2.145     href="http://www.w3.org/TR/CSS/">CSS</a> is a language for describing the
   2.146     rendering of structured documents (such as HTML and XML) on screen, on
   2.147     paper, in speech, etc.
   2.148 @@ -151,7 +168,7 @@
   2.149  
   2.150    <p>The following features are at risk: …
   2.151  
   2.152 -  <h2 class="no-num no-toc" id=contents> Table of contents</h2>
   2.153 +  <h2 class="no-num no-toc" id=contents> Table of Contents</h2>
   2.154    <!--begin-toc-->
   2.155  
   2.156    <ul class=toc>
   2.157 @@ -235,7 +252,6 @@
   2.158       http://dev.w3.org/csswg/css3-background/#placement
   2.159         (All properties apply to ::first-letter; some apply to ::first-line)
   2.160    -->
   2.161 -   
   2.162  
   2.163    <h3 id=values><span class=secno>1.2. </span> Values</h3>
   2.164  
   2.165 @@ -296,9 +312,9 @@
   2.166     a DIV:
   2.167  
   2.168    <div class=note>
   2.169 -   <p>Note that this note is a multi-paragraph note.</p>
   2.170 +   <p>Note that this note is a multi-paragraph note.
   2.171  
   2.172 -   <p>It doesn't <em>need</em> to have two paragraphs, but it could.</p>
   2.173 +   <p>It doesn't <em>need</em> to have two paragraphs, but it could.
   2.174    </div>
   2.175  
   2.176    <p>Displayed examples come in eight different types: CSS examples that need
   2.177 @@ -310,7 +326,7 @@
   2.178  
   2.179    <div class=example>
   2.180     <p>The following example is the same as the previous one, but now it is
   2.181 -    explained:</p>
   2.182 +    explained:
   2.183  
   2.184     <pre>EM { font-style: italic }</pre>
   2.185    </div>
   2.186 @@ -430,7 +446,7 @@
   2.187     <code>class="example"</code>, like this:
   2.188  
   2.189    <div class=example>
   2.190 -   <p>This is an example of an informative example.</p>
   2.191 +   <p>This is an example of an informative example.
   2.192    </div>
   2.193  
   2.194    <p>Informative notes begin with the word “Note” and are set apart from
   2.195 @@ -601,11 +617,11 @@
   2.196     <dt id=CSS21>[CSS21]
   2.197  
   2.198     <dd>Bert Bos; et al. <a
   2.199 -    href="http://www.w3.org/TR/2011/REC-CSS2-20110607"><cite>Cascading Style
   2.200 +    href="http://www.w3.org/TR/2011/REC-CSS2-20110607/"><cite>Cascading Style
   2.201      Sheets Level 2 Revision 1 (CSS 2.1) Specification.</cite></a> 7 June
   2.202      2011. W3C Recommendation. URL: <a
   2.203 -    href="http://www.w3.org/TR/2011/REC-CSS2-20110607">http://www.w3.org/TR/2011/REC-CSS2-20110607</a>
   2.204 -    </dd>
   2.205 +    href="http://www.w3.org/TR/2011/REC-CSS2-20110607/">http://www.w3.org/TR/2011/REC-CSS2-20110607/</a>
   2.206 +   </dd>
   2.207     <!---->
   2.208  
   2.209     <dt id=CSS3SYN>[CSS3SYN]
   2.210 @@ -615,7 +631,7 @@
   2.211      module: Syntax.</cite></a> 13 August 2003. W3C Working Draft. (Work in
   2.212      progress.) URL: <a
   2.213      href="http://www.w3.org/TR/2003/WD-css3-syntax-20030813">http://www.w3.org/TR/2003/WD-css3-syntax-20030813</a>
   2.214 -    </dd>
   2.215 +   </dd>
   2.216     <!---->
   2.217  
   2.218     <dt id=RFC2119>[RFC2119]
   2.219 @@ -624,7 +640,7 @@
   2.220      words for use in RFCs to Indicate Requirement Levels.</cite></a> Internet
   2.221      RFC 2119. URL: <a
   2.222      href="http://www.ietf.org/rfc/rfc2119.txt">http://www.ietf.org/rfc/rfc2119.txt</a>
   2.223 -    </dd>
   2.224 +   </dd>
   2.225     <!---->
   2.226    </dl>
   2.227    <!--end-normative-->
   2.228 @@ -643,7 +659,7 @@
   2.229      href="http://www.w3.org/TR/2011/REC-css3-color-20110607"><cite>CSS Color
   2.230      Module Level 3.</cite></a> 7 June 2011. W3C Recommendation. URL: <a
   2.231      href="http://www.w3.org/TR/2011/REC-css3-color-20110607">http://www.w3.org/TR/2011/REC-css3-color-20110607</a>
   2.232 -    </dd>
   2.233 +   </dd>
   2.234     <!---->
   2.235  
   2.236     <dt id=HTML40>[HTML40]
   2.237 @@ -652,7 +668,7 @@
   2.238      href="http://www.w3.org/TR/1998/REC-html40-19980424"><cite>HTML 4.0
   2.239      Specification.</cite></a> 24 April 1998. W3C Recommendation. URL: <a
   2.240      href="http://www.w3.org/TR/1998/REC-html40-19980424">http://www.w3.org/TR/1998/REC-html40-19980424</a>
   2.241 -    </dd>
   2.242 +   </dd>
   2.243     <!---->
   2.244    </dl>
   2.245    <!--end-informative-->
   2.246 @@ -662,49 +678,49 @@
   2.247  
   2.248    <ul class=indexlist>
   2.249     <li>authoring tool, <a href="#authoring-tool"
   2.250 -    title="authoring tool"><strong>3.2.</strong></a>
   2.251 +    title="section 3.2."><strong>3.2.</strong></a>
   2.252  
   2.253     <li>Cross-references, <a href="#cross-references"
   2.254 -    title=Cross-references><strong>2.1.</strong></a>
   2.255 +    title="section 2.1."><strong>2.1.</strong></a>
   2.256  
   2.257     <li>display-inside, <a href="#display-inside"
   2.258 -    title=display-inside><strong>2.1.</strong></a>
   2.259 +    title="section 2.1."><strong>2.1.</strong></a>
   2.260  
   2.261     <li>frequency
   2.262      <ul>
   2.263 -     <li>common, <a href="#common" title="frequency, common">2.</a>
   2.264 +     <li>common, <a href="#common" title="section 2.">2.</a>
   2.265      </ul>
   2.266  
   2.267 -   <li>index, <a href="#index0" title=index><strong>2.</strong></a>
   2.268 +   <li>index, <a href="#index0" title="section 2."><strong>2.</strong></a>
   2.269  
   2.270 -   <li>renderer, <a href="#renderer" title=renderer><strong>3.2.</strong></a>
   2.271 -    
   2.272 +   <li>renderer, <a href="#renderer"
   2.273 +    title="section 3.2."><strong>3.2.</strong></a>
   2.274  
   2.275     <li>resource
   2.276      <ul>
   2.277 -     <li>time spent, <a href="#work" title="resource, time spent">2.</a>
   2.278 +     <li>time spent, <a href="#work" title="section 2.">2.</a>
   2.279      </ul>
   2.280  
   2.281 -   <li>simple, <a href="#simplest" title=simple>2.</a>
   2.282 +   <li>simple, <a href="#simplest" title="section 2.">2.</a>
   2.283  
   2.284 -   <li>simpler, <a href="#simplest" title=simpler>2.</a>
   2.285 +   <li>simpler, <a href="#simplest" title="section 2.">2.</a>
   2.286  
   2.287 -   <li>simplest, <a href="#simplest" title=simplest>2.</a>
   2.288 +   <li>simplest, <a href="#simplest" title="section 2.">2.</a>
   2.289  
   2.290     <li>style sheet
   2.291      <ul>
   2.292       <li>as conformance class, <a href="#style-sheet"
   2.293 -      title="style sheet, as conformance class"><strong>3.2.</strong></a>
   2.294 +      title="section 3.2."><strong>3.2.</strong></a>
   2.295      </ul>
   2.296  
   2.297 -   <li>terms, <a href="#terms" title=terms>2.</a>
   2.298 +   <li>terms, <a href="#terms" title="section 2.">2.</a>
   2.299  
   2.300     <li>‘<a href="#value-name"><code class=css>value-name</code></a>’, <a
   2.301 -    href="#value-name" title="''value-name''"><strong>2.1.</strong></a>
   2.302 +    href="#value-name" title="section 2.1."><strong>2.1.</strong></a>
   2.303  
   2.304 -   <li>variant, <a href="#variants" title=variant>2.</a>
   2.305 +   <li>variant, <a href="#variants" title="section 2.">2.</a>
   2.306  
   2.307 -   <li>work, <a href="#work" title=work>2.</a>
   2.308 +   <li>work, <a href="#work" title="section 2.">2.</a>
   2.309    </ul>
   2.310    <!--end-index-->
   2.311  
     3.1 --- a/css-module/Overview.src.html	Fri Feb 08 13:58:45 2013 -0800
     3.2 +++ b/css-module/Overview.src.html	Fri Feb 08 14:04:09 2013 -0800
     3.3 @@ -101,7 +101,7 @@
     3.4  <p>The following features are at risk: &hellip;
     3.5  
     3.6  <h2 class="no-num no-toc" id="contents">
     3.7 -Table of contents</h2>
     3.8 +Table of Contents</h2>
     3.9  
    3.10  <!--toc-->
    3.11  
     4.1 --- a/css3-transitions/Overview.html	Fri Feb 08 13:58:45 2013 -0800
     4.2 +++ b/css3-transitions/Overview.html	Fri Feb 08 14:04:09 2013 -0800
     4.3 @@ -157,7 +157,7 @@
     4.4    <p> The <a href=ChangeLog>list of changes made to this specification</a> is
     4.5     available.
     4.6  
     4.7 -  <h2 class="no-num no-toc" id=contents>Table of contents</h2>
     4.8 +  <h2 class="no-num no-toc" id=contents>Table of Contents</h2>
     4.9    <!--begin-toc-->
    4.10  
    4.11    <ul class=toc>
     5.1 --- a/css3-transitions/Overview.src.html	Fri Feb 08 13:58:45 2013 -0800
     5.2 +++ b/css3-transitions/Overview.src.html	Fri Feb 08 14:04:09 2013 -0800
     5.3 @@ -79,7 +79,7 @@
     5.4    available.
     5.5  </p>
     5.6  
     5.7 -<h2 class="no-num no-toc" id="contents">Table of contents</h2>
     5.8 +<h2 class="no-num no-toc" id="contents">Table of Contents</h2>
     5.9  <!--toc-->
    5.10  
    5.11  

mercurial