csswg/css3-regions Overview.html,1.37,1.38 Overview.src.html,1.42,1.43

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

Modified Files:
	Overview.html Overview.src.html 
Log Message:
Editorial changes, as per Fantasai's comments at http://lists.w3.org/Archives/Public/www-style/2011Dec/0472.html

Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-regions/Overview.html,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -d -r1.37 -r1.38
--- Overview.html	24 Jan 2012 03:15:29 -0000	1.37
+++ Overview.html	24 Jan 2012 19:52:46 -0000	1.38
@@ -610,10 +610,10 @@
    <dt><a
     href="http://www.w3.org/TR/2011/REC-CSS2-20110607/syndata.html#value-def-identifier">&lt;ident&gt;</a>
 
-   <dd>The element is placed into the flow with the name &lsquo;<code
-    class=css>&lt;ident&gt;</code>&rsquo;. The element is said to have a <dfn
-    id=specified-flow>specified flow</dfn>. The values &lsquo;<code
-    class=property>none</code>&rsquo;, &lsquo;<code
+   <dd>The element is taken out of its parent's flow and placed into the flow
+    with the name &lsquo;<code class=css>&lt;ident&gt;</code>&rsquo;. The
+    element is said to have a <dfn id=specified-flow>specified flow</dfn>.
+    The values &lsquo;<code class=property>none</code>&rsquo;, &lsquo;<code
     class=property>inherit</code>&rsquo;, &lsquo;<code
     class=property>default</code>&rsquo;, &lsquo;<code
     class=property>auto</code>&rsquo; and &lsquo;<code
@@ -812,9 +812,6 @@
    href="http://www.w3.org/TR/CSS2/visuren.html#block-formatting">block
    formatting Context</a>.
 
-  <p>If the &lsquo;<code class=property>content</code>&rsquo; property is
-   defined on a region, it has no effect on the region's visual formatting.
-
   <div class=note><span class=note-prefix>Note </span>
    <p>With regions, an element may be split across multiple regions and these
     regions may overlap (for example if they are absolutely positioned). So
@@ -1787,6 +1784,10 @@
 
    <li>Removed "This section is informative" paragraphs since in CSS
     specifications notes are always informative.
+
+   <li>Reworded the text about flow-into: &lt;ident&gt; and removed obsolete
+    text about the interaction with the &lsquo;<code
+    class=property>content</code>&rsquo; property.
   </ul>
 
   <h3 id="changes_from_June_09_2011"><span class=secno>10.2. </span>Changes

Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-regions/Overview.src.html,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -d -r1.42 -r1.43
--- Overview.src.html	24 Jan 2012 03:15:30 -0000	1.42
+++ Overview.src.html	24 Jan 2012 19:52:46 -0000	1.43
@@ -456,7 +456,8 @@
 
         <dt><a href="http://www.w3.org/TR/2011/REC-CSS2-20110607/syndata.html#value-def-identifier">&lt;ident&gt;</a></dt>
 
-        <dd>The element is placed into the flow with the name '&lt;ident&gt;'. The
+        <dd>The element is taken out of its parent's flow and placed into the 
+            flow with the name '&lt;ident&gt;'. The
         element is said to have a <dfn id="specified-flow">specified
         flow</dfn>. The values 'none', 'inherit', 'default', 'auto' and 'initial' are invalid flow
         names.</dd>
@@ -620,9 +621,6 @@
 
     <p><span title="region">Regions</span> create a new <a href="http://www.w3.org/TR/CSS2/visuren.html#z-index">stacking context</a>. <span title="region">Regions</span> establish a new <a href="http://www.w3.org/TR/CSS2/visuren.html#block-formatting">block formatting Context</a>.</p>
     
-    <p>If the 'content' property is defined on a region, it has no effect on the region's 
-        visual formatting.</p>
-    
     <div class="note"><span class="note-prefix">Note </span>
         <p>With regions, an element may be split across multiple regions and these 
         regions may overlap (for example if they are absolutely positioned). 
@@ -1474,6 +1472,8 @@
         <li>Removed "This section is normative" paragraphs since in CSS specifications, sections are normative unless 
             otherwise specified.</li>
         <li>Removed "This section is informative" paragraphs since in CSS specifications notes are always informative.</li>
+        <li>Reworded the text about flow-into: &lt;ident&gt; and removed obsolete text about the interaction with the
+            'content' property.</li>
     </ul>
     
 

Received on Tuesday, 24 January 2012 19:52:50 UTC