Skip to content

Commit a761b8b

Browse files
committed
[css2] Added that margins do not collapse between outside and inside of
elements with 'overflow' other than 'visible' --HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%402140
1 parent 5675f61 commit a761b8b

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

css2/box.src

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
'http://www.w3.org/TR/html4/strict.dtd'>
33

44
<html lang="en">
5-
<!-- $Id: box.src,v 1.38 2003-08-18 18:16:20 bbos Exp $ -->
5+
<!-- $Id: box.src,v 1.39 2003-08-25 10:16:55 bbos Exp $ -->
66
<HEAD>
77
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
88
<TITLE>Box model</TITLE>
@@ -298,6 +298,10 @@ elements that are not related as siblings or ancestors.
298298
href="visuren.html#floats">floated</a> box and any other box do not
299299
collapse (not even between a float and its in-flow children).
300300

301+
<li>Vertical margins of elements with <span
302+
class="propinst-overflow">'overflow'</span> other than 'visible' do
303+
not collapse with their in-flow children.
304+
301305
<li>Margins of <a
302306
href="visuren.html#absolutely-positioned">absolutely</a>
303307
positioned boxes do not collapse (not even with their

0 commit comments

Comments
 (0)