Skip to content

Commit d7feafd

Browse files
committed
x
1 parent f04a4f7 commit d7feafd

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

css3-gcpm/Overview.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3273,9 +3273,10 @@ <h3 id=the-float-offset-property><span class=secno>14.4. </span>The
32733273
<p>Percentage values refer to the width/height of the float plus a
32743274
fraction of the column gap.
32753275

3276+
<p>Floats that are moved into other columns with this property intrudes.
3277+
32763278
<div class=example>
32773279
<pre>img {
3278-
column-gap: 1em;
32793280
float: top right;
32803281
float-offset: -50% 3em;
32813282
width: 120%;
@@ -3287,8 +3288,8 @@ <h3 id=the-float-offset-property><span class=secno>14.4. </span>The
32873288
<pre>
32883289
img {
32893290
float: top right;
3290-
width: 100%;
32913291
float-offset: -80% 2em;
3292+
width: 100%;
32923293
}
32933294
</pre>
32943295
<img src=12.png></div>

0 commit comments

Comments
 (0)