csswg/css-2010 Overview.html,1.8,1.9 Overview.src.html,1.9,1.10

Update of /sources/public/csswg/css-2010
In directory hutz:/tmp/cvs-serv29308

Modified Files:
	Overview.html Overview.src.html 
Log Message:
Add at-rule index

Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css-2010/Overview.html,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- Overview.html	25 Apr 2011 23:48:46 -0000	1.8
+++ Overview.html	26 Apr 2011 00:08:29 -0000	1.9
@@ -15,11 +15,11 @@
 
    <h1>Cascading Style Sheets (CSS) Snapshot 2010</h1>
 
-   <h2 class="no-num no-toc" id=w3c-note-date>W3C Note 25 April 2011</h2>
+   <h2 class="no-num no-toc" id=w3c-note-date>W3C Note 26 April 2011</h2>
 
    <dl>
     <dt>This version:</dt>
-    <!-- <dd><a href="http://www.w3.org/TR/2011/WD-css-2010-20110425">http://www.w3.org/TR/2011/ED-css-2010-20110425</a></dd> -->
+    <!-- <dd><a href="http://www.w3.org/TR/2011/WD-css-2010-20110426">http://www.w3.org/TR/2011/ED-css-2010-20110426</a></dd> -->
 
     <dd><a
      href="http://dev.w3.org/csswg/css-2010/">http://dev.w3.org/csswg/css-2010/</a>
@@ -145,6 +145,8 @@
    <li><a href="#properties"><span class=secno>4. </span>Property Index</a>
 
    <li><a href="#selectors"><span class=secno>5. </span>Selector Index</a>
+
+   <li><a href="#at-rules"><span class=secno>6. </span>At-Rule Index</a>
   </ul>
   <!--end-toc-->
 
@@ -2785,3 +2787,24 @@
 
      <td>3
   </table>
+
+  <h2 id=at-rules><span class=secno>6. </span>At-Rule Index</h2>
+
+  <p><em>This section is non-normative.</em>
+
+  <ul>
+   <li><a href="http://www.w3.org/TR/CSS21/syndata.html#charset">@charset</a>
+    
+
+   <li><a
+    href="http://www.w3.org/TR/CSS21/cascade.html#at-import">@import</a> with
+    the media list replaced by a <a
+    href="http://www.w3.org/TR/css3-mediaqueries/">media query list</a>
+
+   <li><a
+    href="http://www.w3.org/TR/CSS21/media.html#at-media-rule">@media</a>
+    with the media list replaced by a <a
+    href="http://www.w3.org/TR/css3-mediaqueries/">media query list</a>
+
+   <li><a href="http://www.w3.org/TR/CSS21/page.html#page-box">@page</a>
+  </ul>

Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css-2010/Overview.src.html,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- Overview.src.html	25 Apr 2011 23:48:46 -0000	1.9
+++ Overview.src.html	26 Apr 2011 00:08:29 -0000	1.10
@@ -1569,3 +1569,14 @@
       sibling combinator</a>
     <td>3
   </table>
+
+<h2 id="at-rules">At-Rule Index</h2>
+
+<p><em>This section is non-normative.</em></p>
+
+<ul>
+  <li><a href="http://www.w3.org/TR/CSS21/syndata.html#charset">@charset</a>
+  <li><a href="http://www.w3.org/TR/CSS21/cascade.html#at-import">@import</a> with the media list replaced by a <a href="http://www.w3.org/TR/css3-mediaqueries/">media query list</a>
+  <li><a href="http://www.w3.org/TR/CSS21/media.html#at-media-rule">@media</a> with the media list replaced by a <a href="http://www.w3.org/TR/css3-mediaqueries/">media query list</a>
+  <li><a href="http://www.w3.org/TR/CSS21/page.html#page-box">@page</a>
+</ul>

Received on Tuesday, 26 April 2011 00:08:33 UTC