Re: [gcpm] border-parts

Also sprach Håkon Wium Lie:

 > I'm ok with dropping repeat(). As a result the proposal would be
 > simpler, which is good. Some functionality would be lost, but nothing
 > I can't live without.
 > 
 > Any opposing votes?

Hearing no opposing votes, I've removed repeat(). A new editor's draft
is available from:

  http://dev.w3.org/csswg/css3-gcpm/Overview.html

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;
    }

-h&kon
              Håkon Wium Lie                          CTO °þe®ª
howcome@opera.com                  http://people.opera.com/howcome

Received on Tuesday, 4 November 2008 23:12:57 UTC