Skip to content

Commit 88e7625

Browse files
committed
x
1 parent d92650f commit 88e7625

1 file changed

Lines changed: 14 additions & 13 deletions

File tree

css3-gcpm/Overview.html

Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -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-
&lsquo;<code class=property>top-corner</code>&rsquo; instead of
3063-
&lsquo;<code class=property>top-left</code>&rsquo; or &lsquo;<code
3064-
class=property>top-right</code>&rsquo;, 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 &lsquo;<code
3070-
class=property>column-span</code>&rsquo; 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 &lsquo;<code
3062+
class=property>top-corner</code>&rsquo; instead of &lsquo;<code
3063+
class=css>top left</code>&rsquo; or &lsquo;<code class=css>top
3064+
right</code>&rsquo;, 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 &lsquo;<code
3070+
class=property>column-span</code>&rsquo; 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 &lsquo;<code class=property>float</code>&rsquo;
30753076
have been added:

0 commit comments

Comments
 (0)