@@ -3057,19 +3057,20 @@ <h2 id=page-floats-mk2><span class=secno>14. </span>Page floats (mk2)</h2>
30573057 paper-based layouts.
30583058
30593059 < p > (A few words about the difference between mk2 and mk1: Care has now
3060- been take to avoid being able to specify layouts that are hard to
3061- achieve, or that can be achieved in other ways. For example, by saying
3062- ‘< code class =property > top-corner</ code > ’ instead of
3063- ‘< code class =property > top-left</ code > ’ or ‘< code
3064- class =property > top-right</ code > ’, it becomes impossible to specify
3065- a layout where one has to replace already laid-out content. Compared to
3066- the mk1 float model, mk2 does not allow one to explicityly set the
3067- containing block of the float; the CB is column or the multicol element
3068- (depending on the keyword in use). It is therefore impossible to float
3069- something to the top of the page. However, given that ‘< code
3070- class =property > column-span</ code > ’ now is widely supported, one can
3071- make (say) the root element a multicol element. Floating something to the
3072- top of the multicol element thereby floats it to the top of the page.)
3060+ been taken to avoid layouts that are hard to achieve, or that can be
3061+ achieved in other ways. For example, by saying ‘< code
3062+ class =property > top-corner</ code > ’ instead of ‘< code
3063+ class =css > top left</ code > ’ or ‘< code class =css > top
3064+ right</ code > ’, it becomes impossible to specify a layout where one
3065+ has to replace already laid-out content. Compared to the mk1 float model,
3066+ mk2 does not allow one to explicityly set the containing block of the
3067+ float; the CB is the column or the multicol element (depending on which
3068+ keyword in use). It is therefore impossible to float something to the top
3069+ of the page. However, given that ‘< code
3070+ class =property > column-span</ code > ’ now is widely supported, a
3071+ different strategy can be used: make the root element a multicol element,
3072+ and float the box to the top. Thereby it ends up at the top of hte page.)
3073+
30733074
30743075 < p > Four new keywords on ‘< code class =property > float</ code > ’
30753076 have been added:
0 commit comments