- From: H?kon Wium Lie via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 21 Sep 2011 18:36:09 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-gcpm
In directory hutz:/tmp/cvs-serv2903
Modified Files:
Overview.html
Log Message:
x
Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-gcpm/Overview.html,v
retrieving revision 1.113
retrieving revision 1.114
diff -u -d -r1.113 -r1.114
--- Overview.html 21 Sep 2011 18:25:10 -0000 1.113
+++ Overview.html 21 Sep 2011 18:36:07 -0000 1.114
@@ -3055,8 +3055,20 @@
class=property>float-modifier</code>’, provides support for common
paper-based layouts.
- <p>Care has been take to avoid being able to specify layouts that are hard
- to achieve, or that can be achieved in other ways.
+ <p>(A few words about the difference between mk2 and mk1: Care has now
+ been take to avoid being able to specify layouts that are hard to
+ achieve, or that can be achieved in other ways. For example, by saying
+ ‘<code class=property>top-corner</code>’ instead of
+ ‘<code class=property>top-left</code>’ or ‘<code
+ class=property>top-right</code>’, it becomes impossible to specify
+ a layout where one has to replace already laid-out content. Compared to
+ the mk1 float model, mk2 does not allow one to explicityly set the
+ containing block of the float; the CB is column or the multicol element
+ (depending on the keyword in use). It is therefore impossible to float
+ something to the top of the page. However, given that ‘<code
+ class=property>column-span</code>’ now is widely supported, one can
+ make (say) the root element a multicol element. Floating something to the
+ top of the multicol element thereby floats it to the top of the page.)
<p>Four new keywords on ‘<code class=property>float</code>’
have been added:
Received on Wednesday, 21 September 2011 18:36:10 UTC