- From: Vincent Hardy via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 25 Jan 2012 19:35:48 +0000
- To: public-css-commits@w3.org
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 ‘<code
class=css>::after</code>’ content overflows. The ‘<code
class=property>display</code>’ property of the ‘<code
- class=css>::after</code>’ content should be set to ‘<code
+ class=css>::after</code>’ content can be set to ‘<code
class=property>run-in</code>’ to align with the region's content's
inline boxes. In that case, the ‘<code
class=css>::after</code>’ content becomes the last inline box of the
@@ -1750,7 +1750,9 @@
class=property>overflow</code></a>’ property applies to content
flown in regions from the break section, since this is covered in the
section on ‘<a href="#region-overflow"><code
- class=property>region-overflow</code></a>’ already.
+ class=property>region-overflow</code></a>’ 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