csswg/css3-regions Overview.src.html,1.33,1.34

Update of /sources/public/csswg/css3-regions
In directory hutz:/tmp/cvs-serv3879

Modified Files:
	Overview.src.html 
Log Message:
Moved standard style sheet to after the local style sheets, as
required by pubrules.

Added "alternate" in the link for the alternate style sheet (and
removed the JavaScript that did the same thing).

Replaced broken bibliography link by automatically generated
links.

Fixed a mark-up error (misspelled entity "≫").

Commented out the off-site style sheets, because documents under TR
cannot include offsite resources. (They could maybe be made local, if
somebody asks Google for permission. The copyright license is
unknown.)


Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-regions/Overview.src.html,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -d -r1.33 -r1.34
--- Overview.src.html	22 Nov 2011 17:19:42 -0000	1.33
+++ Overview.src.html	24 Nov 2011 20:12:56 -0000	1.34
@@ -7,21 +7,20 @@
   <link rel="stylesheet" type="text/css" href="default.css">
 
 
-  <link rel="stylesheet" type="text/css"
-        href="http://www.w3.org/StyleSheets/TR/W3C-ED.css">
 
- <link id="st" href="alternate-spec-style.css" rel="stylesheet" 
+ <link id="st" href="alternate-spec-style.css" rel="alternate stylesheet" 
        type="text/css" title="additional spec styles">
 
 
-             <script type="text/javascript" src="style-toggle.js"></script>
 
        <style type="text/css">
   
   /* Alternate stylesheet fonts are here because in some browsers (Opera 11.5) */
   /* The fonts are not applied if only loaded from the alternate stylesheet    */
+  /*
   @import url(http://fonts.googleapis.com/css?family=Droid+Serif:700,400,400italic,700italic);
   @import url(http://fonts.googleapis.com/css?family=Droid+Sans+Mono);
+  */
 
          a.toggle {
              position: fixed;
@@ -58,6 +57,8 @@
              display: none;
          }
        </style>
+  <link rel="stylesheet" type="text/css"
+        href="http://www.w3.org/StyleSheets/TR/W3C-ED.css">
 </head>
 
 
@@ -86,7 +87,7 @@
 
             <dt>Previous version:</dt>
 
-            <dd><a href="http://www.w3.org/TR/2011/WD-css3-regions-20111124/">http://www.w3.org/TR/2011/WD-css3-regions-20111124/</a>
+            <dd><a href="http://www.w3.org/TR/2011/WD-css3-regions-20111129/">http://www.w3.org/TR/2011/WD-css3-regions-20111129/</a>
 
             <dt>Editors:</dt>
 
@@ -129,11 +130,9 @@
     …summary of comment…"</p>
     <!--end-status-->
 
-    <p>This draft is related to the drafts about Multi-column Layout <a href=
-    '#CSSMULTICOL'>[CSSMULTICOL]</a>, Grid Layout <a href=
-    '#CSS3GRID'>[CSS3GRID]</a>, Flexible Box Layout <a href=
-    '#CSS3FLEXBOX'>[CSS3FLEXBOX]</a>, and Template Layout <a href=
-    '#CSSTEMPLATELAYOUT'>[CSSTEMPLATELAYOUT]</a>.</p>
+    <p>This draft is related to the drafts about Multi-column Layout
+    [[CSS3COL]], Grid Layout [[CSS3GRID]], Flexible Box Layout
+    [[CSS3-FLEXBOX]], and Template Layout [[CSS3LAYOUT]].</p>
 
     <h2 class="no-num no-toc" id="table-of-contents">Table of contents</h2>
     <!--begin-toc--><!--end-toc-->
@@ -201,10 +200,10 @@
     <p>And the following snippet shows an example of elements that will be used
         as regions.</p>
     <pre>
-&lt;div id="region1"&gt;&lt;/div&Gt;        
-&lt;div id="region2"&gt;&lt;/div&Gt;        
-&lt;div id="region3"&gt;&lt;/div&Gt;        
-&lt;div id="region4"&gt;&lt;/div&Gt;        
+&lt;div id="region1"&gt;&lt;/div&gt;        
+&lt;div id="region2"&gt;&lt;/div&gt;        
+&lt;div id="region3"&gt;&lt;/div&gt;        
+&lt;div id="region4"&gt;&lt;/div&gt;        
     </pre>
 
     <p>CSS layout facilities can position and size regions as needed. However,

Received on Thursday, 24 November 2011 20:13:01 UTC