Re: Advanced Floats

Andrew Fedoniouk wrote:

> Phase 2: If height of content inside the <root> is less than
>          its height (so we get free space to distribute) do
>          "shrink-to-fit" balancing.
> 

The height of the content varies depending on how much content has 
arrived so far, so you cannot get a final solution from phase two until 
all the content has arrived and thus incremental rendering is either not 
possible (if you want right first time), or requires that text 
continually move until the input is complete.

PS I presume that "flex units" are still a proprietary feature of your 
browser, not part of CSS.

-- 
David Woolley
Emails are not formal business letters, whatever businesses may want.
RFC1855 says there should be an address here, but, in a world of spam,
that is no longer good advice, as archive address hiding may not work.

Received on Sunday, 6 January 2008 20:35:08 UTC