csswg/css3-content Overview.html,1.5,1.6 Overview.src.html,1.4,1.5

Update of /sources/public/csswg/css3-content
In directory hutz:/tmp/cvs-serv9437

Modified Files:
	Overview.html Overview.src.html 
Log Message:
Add obsoletion notice.

Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-content/Overview.html,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- Overview.html	20 Apr 2011 17:28:30 -0000	1.5
+++ Overview.html	26 Oct 2011 22:04:55 -0000	1.6
@@ -36,7 +36,8 @@
 
    <h1>CSS Generated Content Module Level 3</h1>
 
-   <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 20 April 2011</h2>
+   <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 26 October
+    2011</h2>
 
    <dl>
     <dt>This version:
@@ -44,7 +45,7 @@
     <dd><a
      href="http://dev.w3.org/csswg/css3-content/">http://dev.w3.org/csswg/css3-content/</a></dd>
     <!--   <dd><a
-      href="2011/ED-css3-content-20110420">2011/ED-css3-content-20110420</a></dd> -->
+      href="2011/ED-css3-content-20111026">2011/ED-css3-content-20111026</a></dd> -->
 
     <dt>Latest version:
 
@@ -72,13 +73,13 @@
    <p class=copyright><a
     href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright"
     rel=license>Copyright</a> &copy; 2011 <a
-    href="http://www.w3.org/"><acronym title="World Wide Web
-    Consortium">W3C</acronym></a><sup>&reg;</sup> (<a
-    href="http://www.csail.mit.edu/"><acronym title="Massachusetts Institute
-    of Technology">MIT</acronym></a>, <a href="http://www.ercim.eu/"><acronym
-    title="European Research Consortium for Informatics and
-    Mathematics">ERCIM</acronym></a>, <a
-    href="http://www.keio.ac.jp/">Keio</a>), All Rights Reserved. W3C <a
+    href="http://www.w3.org/"><acronym
+    title="World Wide Web Consortium">W3C</acronym></a><sup>&reg;</sup> (<a
+    href="http://www.csail.mit.edu/"><acronym
+    title="Massachusetts Institute of Technology">MIT</acronym></a>, <a
+    href="http://www.ercim.eu/"><acronym
+    title="European Research Consortium for Informatics and Mathematics">ERCIM</acronym></a>,
+    <a href="http://www.keio.ac.jp/">Keio</a>), All Rights Reserved. W3C <a
     href="http://www.w3.org/Consortium/Legal/ipr-notice#Legal_Disclaimer">liability</a>,
     <a
     href="http://www.w3.org/Consortium/Legal/ipr-notice#W3C_Trademarks">trademark</a>
@@ -89,6 +90,17 @@
    <hr title="Separator for header">
   </div>
 
+  <p
+   style="background: #fdd; color: red; font-weight: bold; text-align: center; padding: .5em; border: thick solid red; border-radius: 1em; position: fixed; bottom: 1em; left: 1em; right: 1em;">This
+   specification is not being actively maintained, and should not be used as
+   a guide for implementations. It may be revived in the future, but for now
+   should be considered obsolete. <br>
+   If you have questions or comments on this specification, please send an
+   email to the CSS Working Group's mailing list at <a
+   href="mailto:www-style@w3.org">www-style@w3.org</a>. (Before sending mail
+   for the first time, you have to subscribe at <a
+   href="http://lists.w3.org/Archives/Public/www-style/">http://lists.w3.org/Archives/Public/www-style/</a>.)
+
   <h2 class="no-num no-toc" id=abstract>Abstract</h2>
 
   <p>This CSS3 Module describes how to insert and move content around a
@@ -1704,15 +1716,15 @@
        the named counter at this point in the formatting structure; it is
        formatted in the indicated style (the default is specified using
        &lsquo;<code class=css>@counter</code>&rsquo; rules). The latter
-       function also has two forms: 'counters(<var>name</var>,
-       <var>string</var>)&lsquo;<code class=css> or
-       </code>&rsquo;counters(<var>name</var>, <var>string</var>,
-       <var>style</var>)&lsquo;<code class=css>. The generated text is the
-       value of all counters with the given name at this point in the
-       formatting structure, separated by the specified string. The counters
-       are rendered in the indicated style (the default is again specified
-       using </code>&rsquo;@counter' rules). See the section on <a
-       href="#counters">automatic counters and numbering</a> for more
+       function also has two forms: &lsquo;<code
+       class=css>counters(<var>name</var>, <var>string</var>)</code>&rsquo;
+       or &lsquo;<code class=css>counters(<var>name</var>, <var>string</var>,
+       <var>style</var>)</code>&rsquo;. The generated text is the value of
+       all counters with the given name at this point in the formatting
+       structure, separated by the specified string. The counters are
+       rendered in the indicated style (the default is again specified using
+       &lsquo;<code class=css>@counter</code>&rsquo; rules). See the section
+       on <a href="#counters">automatic counters and numbering</a> for more
        information.
 
      <dt><dfn id=ltstringsgt>&lt;strings&gt;</dfn>
@@ -1883,11 +1895,11 @@
 
    <dt id=CSS3LIST>[CSS3LIST]
 
-   <dd>Ian Hickson; Tantek &#199;el&#305;&#775;k. <a
-    href="http://www.w3.org/TR/2002/WD-css3-lists-20021107"><cite>CSS3
-    module: Lists.</cite></a> 7 November 2002. W3C Working Draft. (Work in
-    progress.) URL: <a
-    href="http://www.w3.org/TR/2002/WD-css3-lists-20021107">http://www.w3.org/TR/2002/WD-css3-lists-20021107</a>
+   <dd>Tab Atkins Jr. <a
+    href="http://www.w3.org/TR/2011/WD-css3-lists-20110524"><cite>CSS Lists
+    and Counters Module Level 3.</cite></a> 24 May 2011. W3C Working Draft.
+    (Work in progress.) URL: <a
+    href="http://www.w3.org/TR/2011/WD-css3-lists-20110524">http://www.w3.org/TR/2011/WD-css3-lists-20110524</a>
     </dd>
    <!---->
 
@@ -1985,8 +1997,8 @@
    <li>&lt;strings&gt;, <a href="#ltstringsgt"
     title="&lt;strings&gt;"><strong>7.</strong></a>
 
-   <li>superior parent, <a href="#superior-parent" title="superior
-    parent"><strong>2.</strong></a>
+   <li>superior parent, <a href="#superior-parent"
+    title="superior parent"><strong>2.</strong></a>
   </ul>
   <!--end-index-->
 
@@ -2011,8 +2023,8 @@
      <th>Media
 
    <tbody>
-    <tr valign=baseline>
-     <td><a class=property href="#content">content</a>
+    <tr>
+     <th><a class=property href="#content">content</a>
 
      <td>[ [ &lt;uri&gt; | icon ] &lsquo;,&rsquo; ]* [ normal | none |
       inhibit | &lt;content-list&gt; ]
@@ -2028,8 +2040,8 @@
 
      <td>all
 
-    <tr valign=baseline>
-     <td><a class=property href="#counter-increment">counter-increment</a>
+    <tr>
+     <th><a class=property href="#counter-increment">counter-increment</a>
 
      <td>[ &lt;identifier&gt; &lt;integer&gt;? ]+ | none
 
@@ -2044,8 +2056,8 @@
 
      <td>all
 
-    <tr valign=baseline>
-     <td><a class=property href="#counter-reset">counter-reset</a>
+    <tr>
+     <th><a class=property href="#counter-reset">counter-reset</a>
 
      <td>[ &lt;identifier&gt; &lt;integer&gt;? ]+ | none
 
@@ -2060,8 +2072,8 @@
 
      <td>all
 
-    <tr valign=baseline>
-     <td><a class=property href="#page-policy0">page-policy</a>
+    <tr>
+     <th><a class=property href="#page-policy0">page-policy</a>
 
      <td>start | first | last
 
@@ -2075,8 +2087,8 @@
 
      <td>paged
 
-    <tr valign=baseline>
-     <td><a class=property href="#quotes">quotes</a>
+    <tr>
+     <th><a class=property href="#quotes">quotes</a>
 
      <td>foo | bar
 

Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-content/Overview.src.html,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- Overview.src.html	20 Apr 2011 17:28:30 -0000	1.4
+++ Overview.src.html	26 Oct 2011 22:04:55 -0000	1.5
@@ -55,6 +55,8 @@
 <hr title="Separator for header">
 </div>
 
+<p style="background: #fdd; color: red; font-weight: bold; text-align: center; padding: .5em; border: thick solid red; border-radius: 1em; position: fixed; bottom: 1em; left: 1em; right: 1em;">This specification is not being actively maintained, and should not be used as a guide for implementations.  It may be revived in the future, but for now should be considered obsolete.  <br>If you have questions or comments on this specification, please send an email to the CSS Working Group's mailing list at <a href="mailto:www-style@w3.org">www-style@w3.org</a>.  (Before sending mail for the first time, you have to subscribe at <a href="http://lists.w3.org/Archives/Public/www-style/">http://lists.w3.org/Archives/Public/www-style/</a>.)</p>
+
 <h2 class="no-num no-toc" id="abstract">Abstract</h2>
 
 <p>This CSS3 Module describes how to insert and move content around a

Received on Wednesday, 26 October 2011 22:05:00 UTC