Re: Calling for a massive revamp of Paged Media and GCPM

 > >    @page { @top-center { content: element(header) }}
 > >    @page :left { @top-left { content: counter(page) }}
 > >    @page :right { @top-right { content: counter(page) }}
 > >    header { position: running(header) }

Daniel wrote:

 > > So, what would you code like for the example in question?
 > 
 > title {
 >    flow-into: header-flow;
 > }
 > 
 > @page {
 >    @slot header {
 >      flow-from: header-flow;
 >      position: absolute;
 >      top: 0px;
 >      left: 0px;
 >      right: 0px;
 >      wrap-flow: clear;
 >    }
 > }

I meant the example quoted at the top of this message.

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

Received on Monday, 14 January 2013 20:24:58 UTC