csswg/css3-regions Overview.html,1.34,1.35 Overview.src.html,1.39,1.40 alternate-spec-style.css,1.15,1.16

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

Modified Files:
	Overview.html Overview.src.html alternate-spec-style.css 
Log Message:
Removed extraneous   and turned body width into max-width.

Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-regions/Overview.html,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -d -r1.34 -r1.35
--- Overview.html	28 Nov 2011 20:33:48 -0000	1.34
+++ Overview.html	29 Nov 2011 04:28:32 -0000	1.35
@@ -77,14 +77,14 @@
 
    <h1 id=css-regions-module>CSS Regions Module Level 3</h1>
 
-   <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 28 November
+   <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 29 November
     2011</h2>
 
    <dl>
     <dt>This version:
 
     <dd><a
-     href="http://www.w3.org/TR/2011/ED-css3-regions-20111128/">http://www.w3.org/csswg/css3-regions</a>
+     href="http://www.w3.org/TR/2011/ED-css3-regions-20111129/">http://www.w3.org/csswg/css3-regions</a>
 
     <dt>Latest version:
 
@@ -302,22 +302,16 @@
    textbook requires capabilities beyond those available in existing CSS
    modules. This is the purpose of the CSS regions module.
 
-  <p>&nbsp;
-
   <p>The CSS regions module can be seen as an extension of the concept of
    multi-column elements. With CSS Multi-column layout <a href="#CSS3COL"
    rel=biblioentry>[CSS3COL]<!--{{CSS3COL}}--></a>, columns share the same
    dimensions and define column boxes organized in rows. Content flows from
    one column to the next.
 
-  <p>&nbsp;
-
   <p>The multi-column model is an example of flowing content from one area to
    another, where the areas are the multi-column element's column boxes and
    the flow is made of the multi-column element's children.
 
-  <p>&nbsp;
-
   <p>However, for more complex layouts, content needs to flow from one area
    of the page to the next without limitation of the areas' sizes and
    positions. These arbitrary areas are the target of specific content flows.
@@ -1689,8 +1683,6 @@
    <dd>The element is not a <span>region</span>.
   </dl>
 
-  <p>&nbsp;
-
   <p>The <dfn id=dom-element-getregionflowranges>getRegionFlowRanges</dfn>
    method returns an array of <a
    href="http://www.w3.org/TR/DOM-Level-2-Traversal-Range/ranges.html#Level-2-Range-idl">

Index: alternate-spec-style.css
===================================================================
RCS file: /sources/public/csswg/css3-regions/alternate-spec-style.css,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- alternate-spec-style.css	28 Nov 2011 16:41:26 -0000	1.15
+++ alternate-spec-style.css	29 Nov 2011 04:28:32 -0000	1.16
@@ -1,7 +1,7 @@
 body {
     font-family: 'DroidSerifRegular', 'Droid Serif', serif;
     font-size: 14px;
-    width: 38em;
+    max-width: 38em;
     color: #2f2f2f;
     line-height: 1.7em;
 }

Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-regions/Overview.src.html,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -d -r1.39 -r1.40
--- Overview.src.html	28 Nov 2011 20:33:48 -0000	1.39
+++ Overview.src.html	29 Nov 2011 04:28:32 -0000	1.40
@@ -166,21 +166,15 @@
     textbook requires capabilities beyond those available in existing CSS
     modules. This is the purpose of the CSS regions module.</p>
 
-    <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
     share the same dimensions and define column boxes organized in rows.
     Content flows from one column to the next.</p>
 
-    <p>&nbsp;</p>
-
     <p>The multi-column model is an example of flowing content from one area to
     another, where the areas are the multi-column element's column boxes and
     the flow is made of the multi-column element's children.</p>
 
-    <p>&nbsp;</p>
-
     <p>However, for more complex layouts, content needs to flow from one area
     of the page to the next without limitation of the areas' sizes and
     positions. These arbitrary areas are the target of specific content flows.
@@ -1423,10 +1417,6 @@
         <dd>The element is not a <span>region</span>.</dd>
     </dl>
 
-
-
-    <p>&nbsp;</p>
-
     <p>The <dfn id="dom-element-getregionflowranges">getRegionFlowRanges</dfn> method returns
     an array of <a href=
     "http://www.w3.org/TR/DOM-Level-2-Traversal-Range/ranges.html#Level-2-Range-idl">

Received on Tuesday, 29 November 2011 04:28:36 UTC