W3C home > Mailing lists > Public > www-style@w3.org > March 2010

Re: [CSS21] 10.1 Containing block for absolute elements with ?inline-level nearest positioned ancestor

From: Bruno Fassino <fassino@gmail.com>
Date: Tue, 16 Mar 2010 18:40:21 +0100
Message-ID: <da98bce01003161040w2c3db003v2b4b66525d7041d4@mail.gmail.com>
To: Brad Kemper <brad.kemper@gmail.com>
Cc: www-style list <www-style@w3.org>
On Tue, Mar 16, 2010 at 6:22 PM, Brad Kemper <brad.kemper@gmail.com> wrote:
>
> So, this makes me wonder how IE7 (in standards mode) handles a case like this:
>
> .fullbox {
>        border:.5em solid orange;
>        background:url(big-image.png);
>        top:0; bottom:0; left:0; right:0;
> }
>
> It seems like Webkit, Opera, IE8, and Firefox are all doing what they are so that they can draw such a box as a single rectangle. Does IE7 divide it in half, instead of keeping the positioned item whole? That doesn't seem correct either to me, but maybe it is?


IE7 is a bit inconsistent here:  It draws such a stretched box like
the others, so in the case when the right edge is at the left of the
left edge, the stretched box has width zero, like right:0 was not
respected.


Bruno


-- 
Bruno Fassino http://www.brunildo.org/test
Received on Tuesday, 16 March 2010 17:40:55 UTC

This archive was generated by hypermail 2.4.0 : Monday, 23 January 2023 02:13:43 UTC