csswg/css3-regions Overview.src.html,1.30,1.31

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

Modified Files:
	Overview.src.html 
Log Message:
Fixed mark-up errors.
Fixed or removed broken links.
Some changes for pubrules.


Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-regions/Overview.src.html,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -d -r1.30 -r1.31
--- Overview.src.html	29 Oct 2011 01:02:28 -0000	1.30
+++ Overview.src.html	21 Nov 2011 23:14:38 -0000	1.31
@@ -5,11 +5,9 @@
   <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
   <title>CSS Regions Module Level 3</title>
   <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="alternate stylesheet" 
-       type="text/css" disabled title="additional spec styles">
+       type="text/css" title="additional spec styles">
 
              <script type="text/javascript" src="style-toggle.js"></script>
 
@@ -57,6 +55,8 @@
        </style>
 
 
+  <link rel="stylesheet" type="text/css"
+        href="http://www.w3.org/StyleSheets/TR/W3C-ED.css">
 </head>
 
 
@@ -67,9 +67,9 @@
         <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src=
         "http://www.w3.org/Icons/w3c_home" width="72"></a> <!--end-logo--></p>
 
-        <h1 id="css-regions-module">CSS Regions Module</h1>
+        <h1 id="css-regions-module">CSS Regions Module Level 3</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>
@@ -81,11 +81,11 @@
             <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>
 
-            <dd>none</dd>
+            <dd><a href="http://www.w3.org/TR/2011/WD-css3-regions-20111124/">http://www.w3.org/TR/2011/WD-css3-regions-20111124/</a>
 
             <dt>Editors:</dt>
 
@@ -126,12 +126,13 @@
     discussion of this specification. When sending e-mail, please put the text
     "css3-regions" in the subject, preferably like this: "[css3-regions]
     …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><!--end-status-->
+    '#CSSTEMPLATELAYOUT'>[CSSTEMPLATELAYOUT]</a>.</p>
 
     <h2 class="no-num no-toc" id="table-of-contents">Table of contents</h2>
     <!--begin-toc--><!--end-toc-->
@@ -239,8 +240,8 @@
     <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>
@@ -323,7 +324,7 @@
     
     <h3 id="named-flow">Named flow</h3>
     
-    <p>A <def name="named-flow">named flow</def> is the ordered sequence of elements 
+    <p>A <dfn>named flow</dfn> is the ordered sequence of elements 
     associated with a flow with a given identifier. Elements in a named flow are ordered
     according to the document order.</p>
     
@@ -349,8 +350,8 @@
     "region">Regions</span> are organized in to a <span title=
     "region-chain">region chain</span>.</p>
 
-    <p>Each region in turn consumes content from its associated <span title=
-    "named-flow">named flow</span>. The named flow content is
+    <p>Each region in turn consumes content from its
+    associated <span>named flow</span>. The named flow content is
     positioned in the <dfn title="current-region">current region</dfn> until a
     natural or forced region break occurs, at which point the <span title=
     "current-region">current region</span> becomes the next one in the
@@ -487,7 +488,7 @@
 
 
     <h4>'flow-into' and &lt;iframe&gt;, &lt;object&gt;, &lt;embed&gt;</h4>
-    <div class="issue-marker"><a href="http://wiki.csswg.org/spec/css3-regions?&#issue-19special-behavior-of-iframe-flow">Issue-19</a></div>
+    <div class="issue-marker"><a href="http://wiki.csswg.org/spec/css3-regions#issue-19special-behavior-of-iframe-flow">Issue-19</a></div>
     
     <p>Optionally, implementations can support the 'flow-into' property on the &lt;iframe&gt;, &lt;object&gt;
         and &lt;embed&gt; elements.</p>
@@ -518,8 +519,6 @@
         "html">&lt;embed&gt;</code> sources the same way it applies to other flow content.
     </p>
     
-    <br />
-
     <p>The 'flow-into' property does not apply to the <code class="css">::first-line</code> and <code class="css">::first-character</code>.</p> 
     
     <p>The effect of 'flow-into' on generated content such as <code class="css">::marker</code>, 
@@ -528,10 +527,10 @@
         
     <h3 id="the-flow-from-property">The 'flow-from' property</h3>
 
-    <div class="issue-marker"><a href="http://wiki.csswg.org/spec/css3-regions?&#issue-18interplay-of-flow-from-and-content">Issue-18</a></div>
+    <div class="issue-marker"><a href="http://wiki.csswg.org/spec/css3-regions#issue-18interplay-of-flow-from-and-content">Issue-18</a></div>
     
     <p>The 'flow-from' property makes an element a region and associates it with a named flow.</p>
-    <div class="issue-marker"><a href="http://wiki.csswg.org/spec/css3-regions?&#issue-12should-we-allow-multi-column-elements-to-be-regions">Issue-12</a></div>
+    <div class="issue-marker"><a href="http://wiki.csswg.org/spec/css3-regions#issue-12should-we-allow-multi-column-elements-to-be-regions">Issue-12</a></div>
     
     <table class="propdef" summary="flow-from property definition">
         <tr>
@@ -610,7 +609,7 @@
     <div class="note"><p>An element becomes a region when its 'flow-from' property is set to a valid
         &lt;ident&gt; value, even if there is no content contributing to the referenced flow.
         For example:</p>
-        <code><pre>
+        <pre>
 &lt;style&gt;
   .article{
     flow-into: thread;
@@ -624,7 +623,7 @@
     &lt;div class=region&gt;div content&lt;/div&gt;
   &lt;/body&gt;
 &lt;/html&gt;
-        </code></pre>
+        </pre>
         
         There is no element matching the <code>.article</code> selector and therefore no 
         content in the <code>thread</code> flow. However, the element matching the <code>.region</code>
@@ -639,7 +638,7 @@
 
         <p><a href="http://lists.w3.org/Archives/Public/www-style/2011Jun/0413.html">WG Conference Call, CSSWG Minutes and Resolutions 2011-06-15</a>.</p>
         
-        <p>See <a href="http://wiki.csswg.org/spec/css3-regions#contentflow-flow-from-name-vs-flow-fromflow-name">issue</a></p>
+        <p>See <a href="http://wiki.csswg.org/spec/css3-regions#issue-1-contentfrom-flow-flow-name-vs-flow-fromflow-name">issue</a></p>
     </div>
     <div class="issue stale">
         
@@ -727,13 +726,13 @@
     </div>
     
     <p>
-        Floats or other exclusions (see [[CSS3EXCLUSIONS]]) potentially impact the
+        Floats or other exclusions (see [[CSS3-EXCLUSIONS]]) potentially impact the
     content laid out in regions, just as for non-regions.</p>
     
 
         <div class="example">
             <p>In the following example, the inline content coming from the
-            <code class="html">body_text</code> <span title="named-flow">named
+            <code class="html">body_text</code> <span>named
             flow</span> wraps around the <code class="html">#float</code> box.</p>
             <pre>
     &lt;style&gt;
@@ -1084,7 +1083,7 @@
         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. A forced region break takes precedence over
+        "#regions-flow-breaking-rules">breaking rules</a> section. A forced region break takes precedence over
         a natural break point.</p>
         
         <p>Flow content that follows the last break in the last region, if any is not rendered.</p>
@@ -1176,7 +1175,7 @@
 
     <h3 id="the-at-region-style-rule">The @region rule</h3>
 
-    <div class="issue-marker"><a href="http://wiki.csswg.org/spec/css3-regions?&#issue-14region-lines-pseudo-selector">Issue-14</a></div>
+    <div class="issue-marker"><a href="http://wiki.csswg.org/spec/css3-regions#issue-14region-lines-pseudo-selector">Issue-14</a></div>
     
     <p>An '@region' rule contains style declarations specific to particular
     regions.</p>
@@ -1200,25 +1199,25 @@
     selectors found in the style rule.</p>
 
     <p>Only a limited list of properties can be set in a region style rule:</p>
-    <div class="issue-marker"><a href="http://wiki.csswg.org/spec/css3-regions?&#issue-20list-of-region-style-properties">Issue-20</a></div>
+    <div class="issue-marker"><a href="http://wiki.csswg.org/spec/css3-regions#issue-20list-of-region-style-properties">Issue-20</a></div>
     
     <ol>
-        <li><a href="http://www.w3.org/TR/CSS2/fonts.html">font properties</li>
-        <li><a href="http://www.w3.org/TR/CSS2/colors.html">color property</li>
-        <li><a href="http://www.w3.org/TR/css3-background/#backgrounds">background property</li>
-        <li><a href="http://www.w3.org/TR/CSS2/text.html#propdef-word-spacing">'word-spacing'</li>
-        <li><a href="http://www.w3.org/TR/CSS2/text.html#propdef-letter-spacing">'letter-spacing'</li>
-        <li><a href="http://www.w3.org/TR/CSS2/text.html#propdef-text-decoration">'text-decoration'</li>
-        <li><a href="http://www.w3.org/TR/CSS2/text.html#propdef-text-transform">'text-transform'</li>
-        <li><a href="http://www.w3.org/TR/CSS2/visudet.html#propdef-line-height">'line-height'</li>
-        <li><a href="http://www.w3.org/TR/css3-background/#borders">border properties</li>
-        <li><a href="http://www.w3.org/TR/css3-background/#corners">rounded corner properties</li>
-        <li><a href="http://www.w3.org/TR/css3-background/#border-images">border images properties</li>
-        <li><a href="http://www.w3.org/TR/CSS2/box.html#margin-properties">margin properties</li>
-        <li><a href="http://www.w3.org/TR/CSS2/box.html#padding-properties">padding properties</li>
-        <li><a href="http://www.w3.org/TR/css3-text/#text-shadow">'text-shadow' property</li>
-        <li><a href="http://www.w3.org/TR/css3-background/#the-box-shadow">'box-shadow' property</li>
-        <li><a href="http://www.w3.org/TR/css3-background/#the-box-decoration-break">'box-decoration-break' property</li>
+        <li><a href="http://www.w3.org/TR/CSS2/fonts.html">font properties</a></li>
+        <li><a href="http://www.w3.org/TR/CSS2/colors.html">color property</a></li>
+        <li><a href="http://www.w3.org/TR/css3-background/#backgrounds">background property</a></li>
+        <li><a href="http://www.w3.org/TR/CSS2/text.html#propdef-word-spacing">'word-spacing'</a></li>
+        <li><a href="http://www.w3.org/TR/CSS2/text.html#propdef-letter-spacing">'letter-spacing'</a></li>
+        <li><a href="http://www.w3.org/TR/CSS2/text.html#propdef-text-decoration">'text-decoration'</a></li>
+        <li><a href="http://www.w3.org/TR/CSS2/text.html#propdef-text-transform">'text-transform'</a></li>
+        <li><a href="http://www.w3.org/TR/CSS2/visudet.html#propdef-line-height">'line-height'</a></li>
+        <li><a href="http://www.w3.org/TR/css3-background/#borders">border properties</a></li>
+        <li><a href="http://www.w3.org/TR/css3-background/#corners">rounded corner properties</a></li>
+        <li><a href="http://www.w3.org/TR/css3-background/#border-images">border images properties</a></li>
+        <li><a href="http://www.w3.org/TR/CSS2/box.html#margin-properties">margin properties</a></li>
+        <li><a href="http://www.w3.org/TR/CSS2/box.html#padding-properties">padding properties</a></li>
+        <li><a href="http://www.w3.org/TR/css3-text/#text-shadow">'text-shadow' property</a></li>
+        <li><a href="http://www.w3.org/TR/css3-background/#the-box-shadow">'box-shadow' property</a></li>
+        <li><a href="http://www.w3.org/TR/css3-background/#the-box-decoration-break">'box-decoration-break' property</a></li>
         <li><a href="http://www.w3.org/TR/CSS2/visudet.html#the-width-property">'width' property</a></li>
     </ol>
     
@@ -1310,14 +1309,14 @@
 
     <div class="issue stale">
         <p>Making issue stale because this issue has not been raised on the 
-            mailing list and we will wait for implementation feedback.</a>
+            mailing list and we will wait for implementation feedback.
             
         Is the proposed restriction that elements are only selected selector in
         a rule set appearing in an @region rule sufficient?
     </div>
 
     <div class="issue moved">
-        <a href="http://wiki.csswg.org/spec/css3-regions?&#issue-14region-lines-pseudo-selector">Moved to specification Wiki</a>.
+        <a href="http://wiki.csswg.org/spec/css3-regions#issue-14region-lines-pseudo-selector">Moved to specification Wiki</a>.
         There is <a href=
         "http://lists.w3.org/Archives/Public/www-style/2011May/0518.html">concern</a>
         that the ''first-line'' precedent is underspecified and that more
@@ -1334,7 +1333,7 @@
     rule does not influence the selectors' specificity.</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
+    participate in the <a href="http://www.w3.org/TR/2011/REC-CSS2-20110607/cascade.html#cascading-order">CSS Cascading
     order</a> as defined in [[!CSS21]].</p>
     
     <div class="note">
@@ -1399,15 +1398,15 @@
 
     <h3 id="the-namedflow-interface">The NamedFlow interface</h3>
 
-    <p>The <code class="idl">getFlowByName</code method on the <a href=
+    <p>The <code class="idl">getFlowByName</code> method on the <a href=
     "http://www.w3.org/TR/DOM-Level-3-Core/core.html#i-Document"><code class=
-    "idl">Document</code></a> interface provides access to the document's <span title=
-    "named-flow">named flow</span> instances.</p>
+    "idl">Document</code></a> interface provides access to the document's <span
+    >named flow</span> instances.</p>
     <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-getflowbyname">getFlowByName(</a><a href=
+  <a href="#dom-namedflow">NamedFlow</a>
+getFlowByName(<a href=
 "http://www.w3.org/TR/DOM-Level-3-Core/core.html#DOMString">DOMString</a> name);
 };               
 </pre>
@@ -1475,8 +1474,8 @@
         "idl">overflow</code></a> property value can be used to control the
         visibility of the overflowing content. This means that the region is
         the last one in the <span title="region-chain">region chain</span> and
-        not able to fit the remaining content from the <span title=
-        "named-flow">named flow</span>.</dd>
+        not able to fit the remaining content from the <span
+        >named flow</span>.</dd>
 
         <dt>'fit'</dt>
 
@@ -1485,16 +1484,16 @@
         It does not overflow. If the region is the last one in the <span title=
         "region-chain">region chain</span>, it means that the content fits
         without overflowing. If the region is not the last one in the region
-        chain, that means the <span title="named-flow">named flow</span>
+        chain, that means the <span>named flow</span>
         content is further fitted in subsequent regions. In particular, in this
         last case, that means the region may have received no content from the
-        <span title="named-flow">named flow</span> (for example if the region
+        <span>named flow</span> (for example if the region
         is too small to accommodate any content).</dd>
 
         <dt>'empty'</dt>
 
         <dd>the region element has no content and is empty. All content from
-        the <span title="named-flow">named flow</span> was fitted in regions
+        the <span>named flow</span> was fitted in regions
         with a lower document order.</dd>
         
         <dt>'undefined'</dt>
@@ -1536,12 +1535,12 @@
     <p>Region <a href="http://www.w3.org/TR/DOM-Level-3-Events/#glossary-event">Event Targets</a> 
     dispatch <code class="idl">regionLayoutUpdate</code> events when there is a possible layout change of their named flow segment.</p>
     
-    <div class='issue-marker'><a href="http://wiki.csswg.org/spec/css3-regions?&#issue-10should-the-regionlayoutupdate-event-by-sync-or-async">Issue-10</a></div>
+    <div class='issue-marker'><a href="http://wiki.csswg.org/spec/css3-regions#issue-10should-the-regionlayoutupdate-event-by-sync-or-async">Issue-10</a></div>
     
     <table class="event-desc" border="0" summary="This table contains information about the semantics of the given event type" cellpadding="2" cellspacing="0">
                 <tbody><tr class="assert must"><th>Type</th>
                 <td class="eventname"><strong><code>regionLayoutUpdate</code></strong></td></tr>
-                <tr class="assert must"><th>Interface</th> <td><a href="#events-UIEvent"><code>UIEvent</code></a></td></tr>
+                <tr class="assert must"><th>Interface</th> <td><code>UIEvent</code></td></tr>
                 <tr class="assert must"><th>Sync / Async</th> <td>Async</td></tr>
                 <tr class="assert must"><th>Bubbles</th> <td>Yes</td></tr>
                 <tr class="assert must"><th>Target</th> <td><code>Element</code></td></tr>
@@ -1550,7 +1549,7 @@
                 <tr class="assert must"><th>Context info</th>
                   <td>
                     <ul>
-                      <li><a href="#events-event-type-target"><code class="attribute-name">Event.target</code></a>: region whose layout may have changed</li>
+                      <li><code class="attribute-name">Event.target</code>: region whose layout may have changed</li>
                     </ul>
                    </td>
                  </tr>
@@ -1564,7 +1563,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
@@ -1572,7 +1571,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>
@@ -1684,7 +1683,7 @@
             <a href="http://lists.w3.org/Archives/Public/www-style/2011Sep/0073.html">mailing list discussion</a>.</li>
         <li>Clarified that flow content following the last break in the last region is not rendered,
             following <a href="http://lists.w3.org/Archives/Public/www-style/2011Oct/0167.html">mailing list
-                discussions.</li>
+                discussions.</a></li>
         <li>Modified the rule for computing the width and height of a region when they are set to auto,
             following <a href="http://lists.w3.org/Archives/Public/www-style/2011Oct/0216.html">a mailing list 
                 discussion.</a></li>

Received on Monday, 21 November 2011 23:14:48 UTC