Re: [CSS2.1] Absolute positioning versus inlines and width

> This seems wise to me, since i believe the above definition might 
> yield a negative containing block width.

Worse yet, it requires fully laying out the inline before even attempting to
lay out the positioned element.  The inline generates multiple boxes, and you
have to hold of dealing with the absolutely positioned element until all the
boxes are done... what happens when the inline spans a page break?

Frankly, if none of the current UAs implement what the spec says, I propose
changing the wording to say that the containing block is formed by the first
box the inline generates (that is, from the start of the inline to the first
line break or the end of the inline, whichever comes first).

Boris
-- 
A computer lets you make more mistakes faster than any invention in 
human history, with the possible exceptions of handguns and tequila.

Received on Wednesday, 17 March 2004 13:39:27 UTC