csswg/css3-conditional Overview.html,1.32,1.33 Overview.src.html,1.32,1.33

Update of /sources/public/csswg/css3-conditional
In directory hutz:/tmp/cvs-serv3597

Modified Files:
	Overview.html Overview.src.html 
Log Message:
Properly set back to ED.  (Needs to be done this way since the preprocessor determines status and shortname from the 'This version' link.)

Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-conditional/Overview.html,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -d -r1.32 -r1.33
--- Overview.html	30 Aug 2011 19:17:30 -0000	1.32
+++ Overview.html	31 Aug 2011 17:53:30 -0000	1.33
@@ -17,27 +17,25 @@
 
    <h1>CSS Conditional Rules Module Level 3</h1>
 
-   <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 30 August 2011</h2>
+   <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 31 August 2011</h2>
 
    <dl>
     <dt>This version:
 
-    <dd><a
-     href="http://dev.w3.org/csswg/CSS2/">http://dev.w3.org/csswg/CSS2/</a>
-     <!--
-    <dd><a href="http://www.w3.org/TR/2011/ED-CSS2-20110830/">
-    http://www.w3.org/TR/2011/WD-css3-conditional-20110830/</a>
--->
-     
+    <dd><a href="http://www.w3.org/TR/2011/ED-css3-conditional-20110831/">
+     http://www.w3.org/TR/2011/ED-css3-conditional-20110831/</a>
 
     <dt>Latest version:
 
-    <dd><a href="http://www.w3.org/TR/CSS2/">http://www.w3.org/TR/CSS2/</a>
+    <dd><a
+     href="http://www.w3.org/TR/css3-conditional/">http://www.w3.org/TR/css3-conditional/</a>
+     
 
     <dt>Editor's draft:
 
     <dd><a
-     href="http://dev.w3.org/csswg/CSS2/">http://dev.w3.org/csswg/CSS2/</a>
+     href="http://dev.w3.org/csswg/css3-conditional/">http://dev.w3.org/csswg/css3-conditional/</a>
+     
 
     <dt>Previous version:
 
@@ -107,12 +105,12 @@
   <p>The (<a
    href="http://lists.w3.org/Archives/Public/www-style/">archived</a>) public
    mailing list <a
-   href="mailto:www-style@w3.org?Subject=%5BCSS2%5D%20PUT%20SUBJECT%20HERE">
+   href="mailto:www-style@w3.org?Subject=%5Bcss3-conditional%5D%20PUT%20SUBJECT%20HERE">
    www-style@w3.org</a> (see <a
    href="http://www.w3.org/Mail/Request">instructions</a>) is preferred for
    discussion of this specification. When sending e-mail, please put the text
-   &#8220;CSS2&#8221; in the subject, preferably like this:
-   &#8220;[<!---->CSS2<!---->] <em>&hellip;summary of
+   &#8220;css3-conditional&#8221; in the subject, preferably like this:
+   &#8220;[<!---->css3-conditional<!---->] <em>&hellip;summary of
    comment&hellip;</em>&#8221;
 
   <p>This document was produced by the <a href="/Style/CSS/members">CSS
@@ -131,9 +129,6 @@
    W3C Patent Policy</a>.</p>
   <!--end-status-->
 
-  <p>This is the First Public Working Draft of the CSS Conditional Rules
-   Module Level 3.
-
   <p>The following features are at risk:
 
   <ul>

Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-conditional/Overview.src.html,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -d -r1.32 -r1.33
--- Overview.src.html	30 Aug 2011 19:17:14 -0000	1.32
+++ Overview.src.html	31 Aug 2011 17:53:30 -0000	1.33
@@ -17,11 +17,8 @@
 <h2 class="no-num no-toc">[LONGSTATUS] [DATE]</h2>
 <dl>
   <dt>This version:
-    <dd><a href="http://dev.w3.org/csswg/[SHORTNAME]/">http://dev.w3.org/csswg/[SHORTNAME]/</a>
-<!--
     <dd><a href="[VERSION]">
-    http://www.w3.org/TR/[YEAR]/WD-css3-conditional-[CDATE]/</a>
--->
+    http://www.w3.org/TR/[YEAR]/ED-css3-conditional-[CDATE]/</a>
 
   <dt>Latest version:
     <dd><a href="http://www.w3.org/TR/[SHORTNAME]/">http://www.w3.org/TR/[SHORTNAME]/</a>
@@ -63,9 +60,6 @@
 
 <!--status-->
 
-<p>This is the First Public Working Draft of the CSS Conditional Rules
-Module Level 3.</p>
-
 <p>The following features are at risk:
 <ul>
   <li>The inclusion of '@font-face' rules and

Received on Wednesday, 31 August 2011 17:53:38 UTC