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

On 14/01/13 21:03, Håkon Wium Lie 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;
   }
}

Want to place that elsewhere, *anywhere* in the page ? Just change
the position properties. Again, anywhere in the page, not only in
the 16 margin boxes. You want main content to flow around a header
that does not take all width? Wrap-flow lets you control that easily.

Super-powerful, easy to read, simple to modify and maintain.

</Daniel>

Received on Monday, 14 January 2013 20:17:20 UTC