Skip to content

Commit f9e370d

Browse files
committed
[css2] Section 11.1 clarification on overflow cases
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%401817
1 parent e0be554 commit f9e370d

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

css2/visufx.src

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,11 @@ block (i.e., the containing block's height is determined by the <span
3030
class="propinst-height">'height'</span> property, not by content
3131
height).
3232

33-
<li>A box is <a href="visuren.html#absolute-positioning">positioned
34-
absolutely</a>.
33+
<li>A descendent box is <a href="visuren.html#absolute-positioning">positioned
34+
absolutely</a> partly outside of the box.
3535

36-
<li>It has <a href="box.html#margin-properties">negative margins</a>.
36+
<li>A descendent box has <a href="box.html#margin-properties">negative margins</a>, causing it
37+
to be positioned partly outside the box.
3738
</ul>
3839

3940
<p>Whenever overflow occurs, the <span

0 commit comments

Comments
 (0)