- From: Daniel Glazman <daniel.glazman@disruptive-innovations.com>
- Date: Mon, 14 Jan 2013 20:40:05 +0100
- To: Alan Stearns <stearns@adobe.com>
- CC: Håkon Wium Lie <howcome@opera.com>, "www-style@w3.org" <www-style@w3.org>
On 14/01/13 20:29, Alan Stearns wrote: > @page { > @top-center { > flow-from: header-flow; > flow-persist: persist; > } > } > @page { bottom-center { flow-from: footer-flow; }} > header { flow-into: header-flow; } > footer { flow-into: footer-flow; } Exactly. That's if you use flows only. I would myself even get rid of the @top-center and @bottom-center at-rules. Switching to slots and using more regular positioning scheme allows authors to better deal with them and our current CSS editing software to easily deal with them. </Daniel>
Received on Monday, 14 January 2013 19:40:30 UTC