csswg/css3-regions Overview.src.html,1.6,1.7

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

Modified Files:
	Overview.src.html 
Log Message:
Cannot have both normative and informative references to the same documents (limitation of the preprocessor): fixed refs for CSS21, CSS3COL and SELECT.

Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-regions/Overview.src.html,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- Overview.src.html	31 May 2011 00:06:44 -0000	1.6
+++ Overview.src.html	8 Jun 2011 18:54:19 -0000	1.7
@@ -92,7 +92,7 @@
     called regions. The regions do not necessarily follow the document order.
     The CSS Regions module provides an advanced content flow mechanism, which
     can be combined with positioning schemes as defined by other CSS modules
-    such as the Multi-Column Module [[CSS3COL]] or the Grid Layout Module
+    such as the Multi-Column Module [[!CSS3COL]] or the Grid Layout Module
     [[CSS3-GRID-LAYOUT]] to position the regions where content flows.</p>
 
     <h2 class="no-num no-toc" id="status-of-this-document">Status of this
@@ -132,7 +132,7 @@
     <p>&nbsp;</p>
 
     <p>The CSS Regions module can be seen as an extension of the concept of
-    multi-column elements. With CSS Multi-column layout [[CSS3COL]], columns
+    multi-column elements. With CSS Multi-column layout [[!CSS3COL]], columns
     share the same dimensions and define column boxes organized in rows.
     Content flows from one column to the next.</p>
 
@@ -338,8 +338,8 @@
 
     <p>A container's layout scheme is the strategy used by a container to
     position the boxes generated by its children and itself. Examples are the
-    normal layout (block and inline formatting) ([[CSS21]]), table layout
-    ([[CSS21]]), the multi-column layout ([[CSS3COL]]) or the grid layout
+    normal layout (block and inline formatting) ([[!CSS21]]), table layout
+    ([[!CSS21]]), the multi-column layout ([[!CSS3COL]]) or the grid layout
     ([[CSS3-GRID-LAYOUT]]).</p>
 
     <h3 id="regions">Regions</h3>
@@ -387,7 +387,7 @@
         There is an updated version of these paragraphs in [[CSS3PAGE]] as
         well.</p>
 
-        <p>In addition, the CSS Multi-column Layout Module [[CSS3COL]] defines
+        <p>In addition, the CSS Multi-column Layout Module [[!CSS3COL]] defines
         unified breaking properties (which this specification extends).</p>
 
         <p>It seems that we should:</p>
@@ -528,7 +528,7 @@
     <p>This section describes the flows to which elements formatted according
     to the CSS <a href="http://www.w3.org/TR/CSS21/visuren.html">Visual
     Formatting Model</a> and other layout modules (such as Multi-Column Layout
-    [[CSS3COL]]) belong to.</p>
+    [[!CSS3COL]]) belong to.</p>
 
     <p>In particular, this section describes the 'generated flow' where
     generated content of pseudo-elements is placed and several <dfn id=
@@ -1593,7 +1593,7 @@
 
     <p>The specificity of the selectors in a '@region' rule is calculated as
     <a href="http://www.w3.org/TR/css3-selectors/#specificity">defined</a> in
-    the CSS Selectors module (see [[SELECT]]). In other words, the '@region'
+    the CSS Selectors module (see [[!SELECT]]). In other words, the '@region'
     rule adds an extra condition to the selector's matching, but does not
     change the selector's specificity. This is the same behavior as selectors
     appearing in '@media' rules declaration blocks (see [[MEDIAQ]]), where the
@@ -1854,7 +1854,7 @@
 
     <h4 id="css-multi-column-layout">CSS Multi-Column Layout</h4>
 
-    <p>The CSS Multi-Column Layout (see [[CSS3COL]]) does not specify a
+    <p>The CSS Multi-Column Layout (see [[!CSS3COL]]) does not specify a
     selector for column regions.</p>
 
     <p>&nbsp;</p>
@@ -1897,7 +1897,7 @@
 
     <h4 id="css-visual-formatting">CSS Visual Formatting</h4>
 
-    <p>CSS (see [[CSS21]]) offers a way to visually format content with
+    <p>CSS (see [[!CSS21]]) offers a way to visually format content with
     different layout schemes: inline and block formatting, float, absolute
     positioning, relative positioning or table layout.</p>
 

Received on Wednesday, 8 June 2011 18:54:23 UTC