csswg/css3-multicol Overview.src.html,1.141,1.142

Update of /sources/public/csswg/css3-multicol
In directory hutz:/tmp/cvs-serv12044

Modified Files:
	Overview.src.html 
Log Message:
revising text based on Anton Prowse's message, adding examples

Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-multicol/Overview.src.html,v
retrieving revision 1.141
retrieving revision 1.142
diff -u -d -r1.141 -r1.142
--- Overview.src.html	9 Jan 2012 18:46:10 -0000	1.141
+++ Overview.src.html	9 Jan 2012 18:54:29 -0000	1.142
@@ -388,10 +388,8 @@
 <p>Column boxes are block container boxes. That
 is, column boxes behave like block-level, table cell, and inline-block
 boxes as per CSS 2.1, section 10.1, item 2 [[!CSS21]]. However, column
-boxes do not establish containing blocks for elements with ''position:
-fixed'' or ''position: absolute''. <!--Percentage values that are calculated
-relative to the containing block height are calculated based on the
-multicol element's height, not the column box's height.-->
+boxes do not establish block container boxes for elements with ''position:
+fixed'' or ''position: absolute''. 
 
 
 <div class=example>
@@ -868,7 +866,7 @@
 
 <p>All column boxes in a multi-column element are in the same stacking
 context and the drawing order of their contents is as specified in
-CSS 2.1.
+CSS 2.1. Column boxes do not establish new stacking contexts.
 
 
 <h2>Column gaps and rules</h2>

Received on Monday, 9 January 2012 18:56:36 UTC