- From: Sylvain Galineau <sylvaing@microsoft.com>
- Date: Fri, 11 Mar 2011 18:24:42 +0000
- To: "Anton Prowse (prowse@moonhenge.net)" <prowse@moonhenge.net>
- CC: "www-style@w3.org" <www-style@w3.org>
Anton, Issue 1 in your message is acknowledged. The CSS2.1 specification will be updated to state that line boxes are not shortened by a float that occurs after them. Original messages: http://lists.w3.org/Archives/Public/www-style/2010Sep/0131.html (issue 1) http://lists.w3.org/Archives/Public/www-style/2010Sep/0148.html (first half;response to issue 1) http://lists.w3.org/Archives/Public/www-style/2010Sep/0150.html (first third; regarding issue 1) ISSUE-274: http://wiki.csswg.org/spec/css2.1#issue-274 From: Anton Prowse <prowse@moonhenge.net> Date: Sun, 05 Sep 2010 10:39:20 +0200 Message-ID: <4C835738.9090901@moonhenge.net> To: "www-style@w3.org" <www-style@w3.org> A couple more float issues. Issue 1: There is excellent interop demonstrating that line boxes are not shortened in the presence of floats which appear later in the source document (and hence overlap the floats in many situations). This fact is missing from the spec. Issue 2: 9.5.1 says: # 3. The right outer edge of a left-floating box may not be to the # right of the left outer edge of any right-floating box that is to # the right of it. Analogous rules hold for right-floating elements. This means a left float can be to the right of a right float. (They need to be in different containing blocks in order to construct this situation, obviously.) Fx3.6 agrees; I haven't tested in others. This doesn't cause a problem, but I wanted to seek confirmation that this was an intentional feature of the spec. Cheers, Anton Prowse http://dev.moonhenge.net
Received on Friday, 11 March 2011 18:25:17 UTC