- From: Håkon Wium Lie <howcome@opera.com>
- Date: Thu, 9 Aug 2012 11:16:30 +0200
- To: liam@w3.org
- Cc: Michel Onoff <michel.onoff@web.de>, www-style@w3.org
Liam R E Quin wrote:
> > http://dev.w3.org/csswg/css3-gcpm/#page-and-column-floats
> >
> > You can e.g. set:
> >
> > pre.code {
> > float: snap;
> > }
> >
> > That is, the code will float to the top of the next page if there
> > isn't room.
>
> how do you float to the top of the next column?
.figure { float: top next-page }
> Or to the bottom of the page?
.figure { float: bottom }
> Or to a specific point on the modular grid?
That's not handled in this draft; it's page-centric.
Cheers,
-h&kon
Håkon Wium Lie CTO °þe®ª
howcome@opera.com http://people.opera.com/howcome
Received on Thursday, 9 August 2012 09:17:06 UTC