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

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

Modified Files:
	Overview.src.html 
Log Message:
Removed a number of broken links in order to make the document valid
for publication. Sorry if I removed some that could have been fixed
instead of removed.


Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-regions/Overview.src.html,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- Overview.src.html	8 Jun 2011 18:54:19 -0000	1.7
+++ Overview.src.html	9 Jun 2011 18:50:50 -0000	1.8
@@ -7,17 +7,11 @@
     <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 
     <title>CSS Regions Module</title>
-    <link href="http://dev.w3.org/csswg/default.css" rel="stylesheet" type=
-    "text/css">
-    <link href="http://www.w3.org/StyleSheets/TR/W3C-ED.css" rel="Stylesheet"
-    type="text/css">
+    <link href="../default.css" rel="stylesheet" type="text/css">
     <link id="st" href="alternate-spec-style.css" rel="stylesheet" type=
     "text/css" title="additional spec styles">
-    <script type="text/javascript" src="style-toggle.js">
-</script>
-    <script src='http://test.csswg.org/harness/annotate.js#css3-regions' type=
-    'text/javascript' defer>
-</script>
+    <link href="http://www.w3.org/StyleSheets/TR/W3C-ED.css" rel="stylesheet"
+    type="text/css">
 </head>
 
 <body>
@@ -29,19 +23,20 @@
 
         <h1 id="css-regions-module">CSS Regions Module</h1>
 
-        <h2 class="no-num no-toc" id="longstatus-date">Editor's Draft
+        <h2 class="no-num no-toc" id="longstatus-date">[LONGSTATUS]
         [DATE]</h2>
 
         <dl>
             <dt>This version:</dt>
 
             <dd><a href=
-            "[VERSION]">http://www.w3.org/csswg/css3-regions</a></dd>
+            "[VERSION]">http://www.w3.org/csswg/css3-regions
+            <!--http://www.w3.org/TR/[YEAR]/WD-[SHORTNAME]-[CDATE]/--></a></dd>
 
             <dt>Latest version:</dt>
 
             <dd><a href=
-            "http://www.w3.org/TR/css3-regions">http://www.w3.org/csswg/css3-regions</a></dd>
+            "http://www.w3.org/TR/css3-regions">http://www.w3.org/TR/css3-regions</a></dd>
 
             <dt>Previous version:</dt>
 
@@ -227,8 +222,7 @@
     <h3 id="region-styling">Regions Styling</h3>
 
     <p>Region styling allows content to be styled depending on the region it
-    flows into. It is a form of context-based styling, similar to <a href=
-    "#CSSMEDIAQUERIES">Media Queries</a> [[MEDIAQ]] which enable or disable
+    flows into. It is a form of context-based styling, similar to Media Queries [[MEDIAQ]] which enable or disable
     selectors depending on the rendering context. With region styling,
     additional selectors may apply depending on the region into which content
     flows.</p>
@@ -409,21 +403,21 @@
 
     <ol>
         <li>In the vertical margin between block-level boxes. When an unforced
-        region break occurs here, the <a href="cascade.html#used-value">used
-        values</a> of the relevant <a href="box.html#propdef-margin-top" class=
+        region break occurs here, the <a href="/TR/CSS2/cascade.html#used-value">used
+        values</a> of the relevant <a href="/TR/CSS2/box.html#propdef-margin-top" class=
         "noxref"><span class="propinst-margin-top">'margin-top'</span></a> and
-        <a href="box.html#propdef-margin-bottom" class="noxref"><span class=
+        <a href="/TR/CSS2/box.html#propdef-margin-bottom" class="noxref"><span class=
         "propinst-margin-bottom">'margin-bottom'</span></a> properties are set
         to '0'. When a forced region break occurs here, the used value of the
-        relevant <a href="box.html#propdef-margin-bottom" class=
+        relevant <a href="/TR/CSS2/box.html#propdef-margin-bottom" class=
         "noxref"><span class=
         "propinst-margin-bottom">'margin-bottom'</span></a> property is set to
-        '0'; the relevant <a href="box.html#propdef-margin-top" class=
+        '0'; the relevant <a href="/TR/CSS2/box.html#propdef-margin-top" class=
         "noxref"><span class="propinst-margin-top">'margin-top'</span></a> used
         value may either be set to '0' or retained.</li>
 
-        <li>Between <a href="visuren.html#line-box">line boxes</a> inside a
-        <a href="visuren.html#block-boxes">block container</a> box.</li>
+        <li>Between <a href="/TR/CSS2/visuren.html#line-box">line boxes</a> inside a
+        <a href="/TR/CSS2/visuren.html#block-boxes">block container</a> box.</li>
 
         <li>Between the content edge of a block container box and the outer
         edges of its child content (margin edges of block-level children or
@@ -445,7 +439,7 @@
         'avoid-region', then breaking here is not allowed.</li>
 
         <li><strong>Rule C:</strong> Breaking at (2) is allowed only if the
-        number of <a href="visuren.html#line-box">line boxes</a> between the
+        number of <a href="/TR/CSS2/visuren.html#line-box">line boxes</a> between the
         break and the start of the enclosing block box is the value of
         'orphans' or more, and the number of line boxes between the break and
         the end of the box is the value of 'widows' or more.</li>
@@ -488,7 +482,7 @@
 
         <p>Suppose, for example, that the style sheet contains 'orphans: 4',
         'widows: 2', and there are 20 lines (<a href=
-        "visuren.html#line-box">line boxes</a>) available at the bottom of the
+        "/TR/CSS2/visuren.html#line-box">line boxes</a>) available at the bottom of the
         current region:</p>
 
         <ul>
@@ -497,7 +491,7 @@
 
             <li>If the paragraph contains 21 or 22 lines, the second part of
             the paragraph must not violate the <a href=
-            "page.html#propdef-widows" class="noxref"><span class=
+            "/TR/CSS2/page.html#propdef-widows" class="noxref"><span class=
             "propinst-widows">'widows'</span></a> constraint, and so the second
             part must contain exactly two lines</li>
 
@@ -506,9 +500,9 @@
             lines.</li>
         </ul>
 
-        <p>Now suppose that <a href="page.html#propdef-orphans" class=
+        <p>Now suppose that <a href="/TR/CSS2/page.html#propdef-orphans" class=
         "noxref"><span class="propinst-orphans">'orphans'</span></a> is '10',
-        <a href="page.html#propdef-widows" class="noxref"><span class=
+        <a href="/TR/CSS2/page.html#propdef-widows" class="noxref"><span class=
         "propinst-widows">'widows'</span></a> is '20', and there are 8 lines
         available at the bottom of the current region:</p>
 
@@ -532,7 +526,7 @@
 
     <p>In particular, this section describes the 'generated flow' where
     generated content of pseudo-elements is placed and several <dfn id=
-    "auto-flow" title="auto flows">'auto flows'</dfn> where children of content
+    "auto-flows" title="auto flows">'auto flows'</dfn> where children of content
     elements are automatically placed.</p>
 
     <h4 id="normal-flow">Normal flow</h4>
@@ -624,7 +618,7 @@
 
     <p>The main CSS Regions module properties are the ‘flow’ and 'content'
     properties. The ‘flow’ property places an element into a specific named
-    flow or lets the <a href="auto-flows">automatic flow assignment</a> take
+    flow or lets the <a href="#auto-flows">automatic flow assignment</a> take
     place. The ‘content’ property binds a region with a flow. When multiple
     regions are bound to the same flow, the 'content-order' property determines
     the order in which content flows into the sequence of regions. This
@@ -639,8 +633,7 @@
     <h3 id="the-flow-property">The 'flow' property</h3>
 
     <p>The ‘flow’ property places an element into a named flow or automatically
-    places it in the appropriate flow (see the <a href=
-    "#formatting-model-considerations">Visual Formatting Model and Flows</a>
+    places it in the appropriate flow (see the Visual Formatting Model and Flows
     section). Elements that belong to the same flow are laid out in the regions
     associated with that flow.</p>
 
@@ -698,8 +691,8 @@
         <dt>auto</dt>
 
         <dd>The element is automatically moved to the appropriate flow
-        according to the <a href="#formatting_model_considerations">Visual
-        Formatting Model and Flows</a> definitions.</dd>
+        according to the Visual
+        Formatting Model and Flows definitions.</dd>
 
         <dt>&lt;string&gt;</dt>
 
@@ -847,13 +840,13 @@
 
         <dd>Computes to 'none' for the ''::before'' and ''::after''
         pseudo-elements. For other elements, the element uses the flow assigned
-        to its children following the <a href="auto-flows">automatic flow
+        to its children following the <a href="#auto-flows">automatic flow
         assignment for the Visual Formatting Model..</a></dd>
 
         <dt><strong>&lt;string&gt;</strong></dt>
 
         <dd>Text content (see the section on <a href=
-        "syndata.html#strings">strings</a>).</dd>
+        "/TR/CSS2/syndata.html#strings">strings</a>).</dd>
 
         <dt><strong>&lt;uri&gt;</strong></dt>
 
@@ -864,19 +857,19 @@
 
         <dt><strong>&lt;counter&gt;</strong></dt>
 
-        <dd><a href="syndata.html#counter">Counters</a> may be specified with
+        <dd><a href="/TR/CSS2/syndata.html#counter">Counters</a> may be specified with
         two different functions: 'counter()' or 'counters()'. The former has
         two forms: 'counter(<var>name</var>)' or 'counter(<var>name</var>,
         <var>style</var>)'. The generated text is the value of the innermost
         counter of the given name in scope at this pseudo-element; it is
-        formatted in the indicated <a href="#counter-styles">style</a>
+        formatted in the indicated style
         ('decimal' by default). The latter function also has two forms:
         'counters(<var>name</var>, <var>string</var>)' or
         'counters(<var>name</var>, <var>string</var>, <var>style</var>)'. The
         generated text is the value of all counters with the given name in
         scope at this pseudo-element, from outermost to innermost separated by
         the specified string. The counters are rendered in the indicated
-        <a href="#counter-styles">style</a> ('decimal' by default). See the
+        style ('decimal' by default). See the
         section on <a href="#counters">automatic counters and numbering</a> for
         more information. The name must not be 'none', 'inherit' or 'initial'.
         Such a name causes the declaration to be ignored.</dd>
@@ -1374,8 +1367,7 @@
         <dd>If the content fits within the <em>region element</em>, then this
         property has no effect. If the content does not fit within the
         <em>region element</em>, the content breaks as if flow was going to
-        continue in a subsequent region. See the <a href=
-        "#breaking-rules">breaking rules</a> section.</dd>
+        continue in a subsequent region. See the breaking rules section.</dd>
     </dl>
 
     <p>The following code sample illustrates the usage of the 'region-overflow'
@@ -1602,8 +1594,8 @@
     <p>&nbsp;</p>
 
     <p>Consequently, selectors that match a given element (as describe above),
-    participate in the <a href="CSS2.1%20section%206.4.1">CSS Cascading
-    order</a> as defined in [[!CSS21]].</p>
+    participate in the CSS Cascading
+    order as defined in [[!CSS21]].</p>
 
     <h2 id="cssom_view_and_css_regions">CSSOM View and CSS Regions</h2>
 
@@ -1645,8 +1637,7 @@
     <pre class="idl">
 [Supplemental] interface <a href=
 "http://www.w3.org/TR/DOM-Level-3-Core/core.html#i-Document">Document</a> {
-  <a href="#dom-namedflow">NamedFlow</a> <a href=
-"#dom-document-flowwithname">flowWithName(</a><a href=
+  <a href="#dom-namedflow">NamedFlow</a> flowWithName(<a href=
 "http://www.w3.org/TR/DOM-Level-3-Core/core.html#DOMString">DOMString</a> name);
 };               
 </pre>
@@ -1655,7 +1646,7 @@
     interface offers a representation of the <span>named flow</span>.</p>
     <pre class="idl">
 interface <a href="#dom-namedflow">NamedFlow</a> {
-  readonly attribute boolean <a href="dom-namedflow-overflow">overflow</a>;
+  readonly attribute boolean <a href="#dom-namedflow-overflow">overflow</a>;
 };    
     
 </pre>
@@ -1890,7 +1881,7 @@
 
     <p>Note that if a column box becomes associated with a flow by its content
     property, it is no longer associated to the 'column flow', as discussed
-    <a href="column-flow">before</a>. For example, if the second column in a
+    <a href="#column-flow">before</a>. For example, if the second column in a
     multi column element was associated with the 'illustration' named flow, the
     regular 'column-flow' would thread through the first and third column while
     column two would flow content from the 'illustration' named flow.</p>
@@ -1944,7 +1935,7 @@
     related to the following specifications:</p>
 
     <ol>
-        <li>CSS Exclusions Module [[CSS3EXCLUSIONS]]. This module defines a
+        <li>CSS Exclusions Module [[CSS3-EXCLUSIONS]]. This module defines a
         generic way to define arbitrarily shaped exclusions into which content
         can flow or around which content can flow. This can be seen as an
         extension to the way CSS floats provide rectangular areas into which
@@ -1952,7 +1943,7 @@
         designs, it is expected that the CSS Exclusions module will be commonly
         combined with the CSS Regions module.</li>
 
-        <li>CSS Line Grid Module [[CSS3LINEGRID]]. This module defines a
+        <li>CSS Line Grid Module [[CSS3-LINE-GRID]]. This module defines a
         concept of line grid to align the position of lines in different
         elements. The line grid functionality is related and needed for
         aligning content flowing in separate regions.</li>

Received on Thursday, 9 June 2011 18:50:54 UTC