csswg/css3-regions Overview.html,1.40,1.41 Overview.src.html,1.45,1.46

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

Modified Files:
	Overview.html Overview.src.html 
Log Message:
Minor editorial change on run-ins behavior, following email feedback: http://lists.w3.org/Archives/Public/www-style/2011Dec/0479.html

Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-regions/Overview.html,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -d -r1.40 -r1.41
--- Overview.html	25 Jan 2012 19:29:54 -0000	1.40
+++ Overview.html	25 Jan 2012 19:35:46 -0000	1.41
@@ -1452,7 +1452,7 @@
    removing all flow content, then the &lsquo;<code
    class=css>::after</code>&rsquo; content overflows. The &lsquo;<code
    class=property>display</code>&rsquo; property of the &lsquo;<code
-   class=css>::after</code>&rsquo; content should be set to &lsquo;<code
+   class=css>::after</code>&rsquo; content can be set to &lsquo;<code
    class=property>run-in</code>&rsquo; to align with the region's content's
    inline boxes. In that case, the &lsquo;<code
    class=css>::after</code>&rsquo; content becomes the last inline box of the
@@ -1750,7 +1750,9 @@
     class=property>overflow</code></a>&rsquo; property applies to content
     flown in regions from the break section, since this is covered in the
     section on &lsquo;<a href="#region-overflow"><code
-    class=property>region-overflow</code></a>&rsquo; already.
+    class=property>region-overflow</code></a>&rsquo; already. See <a
+    href="http://lists.w3.org/Archives/Public/www-style/2011Dec/0477.html">mailing
+    list feedback.</a>
   </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.45
retrieving revision 1.46
diff -u -d -r1.45 -r1.46
--- Overview.src.html	25 Jan 2012 19:29:54 -0000	1.45
+++ Overview.src.html	25 Jan 2012 19:35:46 -0000	1.46
@@ -1208,7 +1208,7 @@
         Accommodating means that the '::after' content is laid out without overflowing the region.
         If there is still not enough room to accommodate for the '::after' content 
         after removing all flow content, then the '::after' content overflows. The 'display'
-        property of the '::after' content should be set to 'run-in' to align with the
+        property of the '::after' content can be set to 'run-in' to align with the
         region's content's inline boxes. In that case, the '::after' content becomes the 
         last inline box of the previous element in the flow that has some visual rendering in the 
         region and can accommodate for the '::after' box.</p>

Received on Wednesday, 25 January 2012 19:35:53 UTC