[css3-transitions] Require changes in fewer places in order to publish a draft.

Thu, 14 Feb 2013 14:02:48 -0800

author
L. David Baron <dbaron@dbaron.org>
date
Thu, 14 Feb 2013 14:02:48 -0800
changeset 7471
f8b37ab72b99
parent 7470
d292c656ae08
child 7472
d153a1153088

[css3-transitions] Require changes in fewer places in order to publish a draft.

This depends on the module preprocessor changes described in
http://lists.w3.org/Archives/Public/www-archive/2013Feb/0057.html

css3-transitions/Makefile 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 --- a/css3-transitions/Makefile	Thu Feb 14 13:55:08 2013 -0800
     1.2 +++ b/css3-transitions/Makefile	Thu Feb 14 14:02:48 2013 -0800
     1.3 @@ -12,6 +12,7 @@
     1.4  # -F ids=on
     1.5  
     1.6  cdate = $(shell date +%Y%m%d)
     1.7 +status = ED
     1.8  
     1.9  %.html: %.src.html
    1.10  	@echo "Calling post-processor to generate $@..."
     2.1 --- a/css3-transitions/Overview.html	Thu Feb 14 13:55:08 2013 -0800
     2.2 +++ b/css3-transitions/Overview.html	Thu Feb 14 14:02:48 2013 -0800
     2.3 @@ -10,11 +10,11 @@
     2.4     rel=dcterms.rights>
     2.5    <meta content="CSS Transitions" name=dcterms.title>
     2.6    <meta content=text name=dcterms.type>
     2.7 -  <meta content=2013-02-13 name=dcterms.issued>
     2.8 +  <meta content=2013-02-14 name=dcterms.issued>
     2.9    <meta content="http://dev.w3.org/csswg/css3-transitions/"
    2.10     name=dcterms.creator>
    2.11    <meta content=W3C name=dcterms.publisher>
    2.12 -  <meta content="http://www.w3.org/TR/2013/ED-css3-transitions-20130213/"
    2.13 +  <meta content="http://dev.w3.org/csswg/css3-transitions/"
    2.14     name=dcterms.identifier>
    2.15    <meta content="text/html; charset=utf-8" http-equiv=Content-Type>
    2.16    <link href="../default.css" rel=stylesheet type="text/css">
    2.17 @@ -38,15 +38,14 @@
    2.18  
    2.19     <h1>CSS Transitions</h1>
    2.20  
    2.21 -   <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 13 February
    2.22 +   <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 14 February
    2.23      2013</h2>
    2.24  
    2.25     <dl>
    2.26      <dt>This version:
    2.27  
    2.28 -    <dd> <a href="http://www.w3.org/TR/2013/ED-css3-transitions-20130213/">
    2.29 -     http://dev.w3.org/csswg/css3-transitions/</a>
    2.30 -     <!--http://www.w3.org/TR/2013/WD-css3-transitions-20130213/-->
    2.31 +    <dd> <a
    2.32 +     href="http://dev.w3.org/csswg/css3-transitions/">http://dev.w3.org/csswg/css3-transitions/</a>
    2.33  
    2.34      <dt>Latest version:
    2.35  
     3.1 --- a/css3-transitions/Overview.src.html	Thu Feb 14 13:55:08 2013 -0800
     3.2 +++ b/css3-transitions/Overview.src.html	Thu Feb 14 14:02:48 2013 -0800
     3.3 @@ -16,7 +16,7 @@
     3.4      }
     3.5      div.prod { margin: 1em 2em; }
     3.6    </style>
     3.7 -  <link rel="stylesheet" type="text/css" href="http://www.w3.org/StyleSheets/TR/W3C-ED.css">
     3.8 +  <link rel="stylesheet" type="text/css" href="http://www.w3.org/StyleSheets/TR/W3C-[STATUS].css">
     3.9  </head>
    3.10  
    3.11  <body>
    3.12 @@ -30,9 +30,7 @@
    3.13  <dl>
    3.14    <dt>This version:
    3.15      <dd>
    3.16 -    <a href="[VERSION]">
    3.17 -      http://dev.w3.org/csswg/css3-transitions/</a>
    3.18 -      <!--http://www.w3.org/TR/[YEAR]/WD-[SHORTNAME]-[CDATE]/-->
    3.19 +    <a href="[VERSION]">[VERSION]</a>
    3.20    <dt>Latest version:
    3.21      <dd><a href="http://www.w3.org/TR/css3-transitions/">
    3.22        [LATEST]</a>

mercurial