[css3-conditional] Fix previous version link and some other data in spec header.

Wed, 13 Mar 2013 15:18:26 -0700

author
L. David Baron <dbaron@dbaron.org>
date
Wed, 13 Mar 2013 15:18:26 -0700
changeset 7733
ef41ff04d9a8
parent 7732
c2af076ad22d
child 7734
19616016e597

[css3-conditional] Fix previous version link and some other data in spec header.

css3-conditional/Overview.html file | annotate | diff | comparison | revisions
css3-conditional/Overview.src.html file | annotate | diff | comparison | revisions
     1.1 --- a/css3-conditional/Overview.html	Wed Mar 13 14:17:48 2013 -0600
     1.2 +++ b/css3-conditional/Overview.html	Wed Mar 13 15:18:26 2013 -0700
     1.3 @@ -12,7 +12,7 @@
     1.4     rel=dcterms.rights>
     1.5    <meta content="CSS Conditional Rules Module Level 3" name=dcterms.title>
     1.6    <meta content=text name=dcterms.type>
     1.7 -  <meta content=2013-02-21 name=dcterms.issued>
     1.8 +  <meta content=2013-03-13 name=dcterms.issued>
     1.9    <meta content="http://dev.w3.org/csswg/css3-conditional/"
    1.10     name=dcterms.creator>
    1.11    <meta content=W3C name=dcterms.publisher>
    1.12 @@ -34,14 +34,14 @@
    1.13     <h1 class=p-name>CSS Conditional Rules Module Level 3</h1>
    1.14  
    1.15     <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft <span
    1.16 -    class=dt-updated><span class=value-title title=20130221>21 February
    1.17 +    class=dt-updated><span class=value-title title=20130313>13 March
    1.18      2013</span></span></h2>
    1.19  
    1.20     <dl>
    1.21      <dt>This version:
    1.22  
    1.23      <dd><a class=u-url href="http://dev.w3.org/csswg/css3-conditional/">
    1.24 -     http://www.w3.org/TR/2013/ED-css3-conditional-20130221/</a>
    1.25 +     http://www.w3.org/TR/2013/ED-css3-conditional-20130313/</a>
    1.26  
    1.27      <dt>Latest version:
    1.28  
    1.29 @@ -52,11 +52,14 @@
    1.30  
    1.31      <dd><a
    1.32       href="http://dev.w3.org/csswg/css3-conditional/">http://dev.w3.org/csswg/css3-conditional/</a>
    1.33 +     (<a
    1.34 +     href="https://dvcs.w3.org/hg/csswg/log/tip/css3-conditional/Overview.src.html">change
    1.35 +     log</a>)
    1.36  
    1.37      <dt>Previous version:
    1.38  
    1.39 -    <dd><a href="http://www.w3.org/TR/2012/WD-css3-conditional-20120911/"
    1.40 -     rel=previous>http://www.w3.org/TR/2012/WD-css3-conditional-20120911/</a>
    1.41 +    <dd><a href="http://www.w3.org/TR/2012/WD-css3-conditional-20121213/"
    1.42 +     rel=previous>http://www.w3.org/TR/2012/WD-css3-conditional-20121213/</a>
    1.43  
    1.44      <dt>Editors:
    1.45  
    1.46 @@ -79,7 +82,9 @@
    1.47  
    1.48      <dd><a
    1.49       href="https://test.csswg.org/shepherd/search/spec/css3-conditional/">submitted
    1.50 -     tests</a>; no built test suite yet
    1.51 +     tests</a>, <a
    1.52 +     href="https://test.csswg.org/harness/suite/CSS3-CONDITIONAL_DEV/">nightly
    1.53 +     test suite</a>
    1.54     </dl>
    1.55     <!--begin-copyright-->
    1.56     <p class=copyright><a
    1.57 @@ -135,20 +140,22 @@
    1.58     “css3-conditional” in the subject, preferably like this:
    1.59     “[<!---->css3-conditional<!---->] <em>…summary of comment…</em>”
    1.60  
    1.61 -  <p>This document was produced by the <a href="/Style/CSS/members">CSS
    1.62 -   Working Group</a> (part of the <a href="/Style/">Style Activity</a>).
    1.63 +  <p>This document was produced by the <a
    1.64 +   href="http://www.w3.org/Style/CSS/members">CSS Working Group</a> (part of
    1.65 +   the <a href="http://www.w3.org/Style/">Style Activity</a>).
    1.66  
    1.67    <p>This document was produced by a group operating under the <a
    1.68 -   href="/Consortium/Patent-Policy-20040205/">5 February 2004 W3C Patent
    1.69 -   Policy</a>. W3C maintains a <a href="/2004/01/pp-impl/32061/status"
    1.70 +   href="http://www.w3.org/Consortium/Patent-Policy-20040205/">5 February
    1.71 +   2004 W3C Patent Policy</a>. W3C maintains a <a
    1.72 +   href="http://www.w3.org/2004/01/pp-impl/32061/status"
    1.73     rel=disclosure>public list of any patent disclosures</a> made in
    1.74     connection with the deliverables of the group; that page also includes
    1.75     instructions for disclosing a patent. An individual who has actual
    1.76     knowledge of a patent which the individual believes contains <a
    1.77 -   href="/Consortium/Patent-Policy-20040205/#def-essential">Essential
    1.78 +   href="http://www.w3.org/Consortium/Patent-Policy-20040205/#def-essential">Essential
    1.79     Claim(s)</a> must disclose the information in accordance with <a
    1.80 -   href="/Consortium/Patent-Policy-20040205/#sec-Disclosure">section 6 of the
    1.81 -   W3C Patent Policy</a>.</p>
    1.82 +   href="http://www.w3.org/Consortium/Patent-Policy-20040205/#sec-Disclosure">section
    1.83 +   6 of the W3C Patent Policy</a>.</p>
    1.84    <!--end-status-->
    1.85  
    1.86    <p>The following features are at risk:
     2.1 --- a/css3-conditional/Overview.src.html	Wed Mar 13 14:17:48 2013 -0600
     2.2 +++ b/css3-conditional/Overview.src.html	Wed Mar 13 15:18:26 2013 -0700
     2.3 @@ -30,9 +30,10 @@
     2.4  
     2.5    <dt>Editor's draft:
     2.6      <dd><a href="http://dev.w3.org/csswg/[SHORTNAME]/">http://dev.w3.org/csswg/[SHORTNAME]/</a>
     2.7 +    (<a href="https://dvcs.w3.org/hg/csswg/log/tip/[SHORTNAME]/Overview.src.html">change log</a>)
     2.8  
     2.9    <dt>Previous version:
    2.10 -    <dd><a rel="previous" href="http://www.w3.org/TR/2012/WD-css3-conditional-20120911/">http://www.w3.org/TR/2012/WD-css3-conditional-20120911/</a></dd>
    2.11 +    <dd><a rel="previous" href="http://www.w3.org/TR/2012/WD-css3-conditional-20121213/">http://www.w3.org/TR/2012/WD-css3-conditional-20121213/</a></dd>
    2.12  
    2.13    <dt>Editors:
    2.14      <dd class="p-author h-card vcard"><a class="p-name fn u-url url" rel="author" href="http://dbaron.org/">L. David Baron</a>,
    2.15 @@ -49,7 +50,8 @@
    2.16       …</var></kbd>”
    2.17  
    2.18    <dt>Test suite:
    2.19 -    <dd><a href="https://test.csswg.org/shepherd/search/spec/css3-conditional/">submitted tests</a>; no built test suite yet
    2.20 +    <dd><a href="https://test.csswg.org/shepherd/search/spec/css3-conditional/">submitted tests</a>,
    2.21 +        <a href="https://test.csswg.org/harness/suite/CSS3-CONDITIONAL_DEV/">nightly test suite</a>
    2.22  
    2.23  </dl>
    2.24  

mercurial