Re: [gcpm] border-parts

On Tue, Nov 4, 2008 at 5:12 PM, Håkon Wium Lie <howcome@opera.com> wrote:

> Also sprach Håkon Wium Lie:
>
> I've also added a page() value on 'float' to express "take the element
> out of the current flow and put it on a named page. Here's an example:
>
>  In this example, wide tables are floated to landscape pages:
>
>    table.wide {
>      float: page(landscape);
>    }
>
>  In the above code, the element is take out of the flow, which is
>  allowed to contiue on the same page. If the flow should be broken,
>  this code can be used:
>
>    table.wide {
>      page: landscape;
>     }
>

I like it.  This is a simple, clean extension to the float property.

~TJ

Received on Tuesday, 4 November 2008 23:41:39 UTC