Skip to content

Commit a645a22

Browse files
committed
[css2] Margins of relatively postioned elemetns *do* collapse, only abs. pos
do not. --HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%402066
1 parent 03b2260 commit a645a22

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

css2/box.src

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
22
<html lang="en">
3-
<!-- $Id: box.src,v 1.29 2003-01-27 21:01:03 bbos Exp $ -->
3+
<!-- $Id: box.src,v 1.30 2003-02-19 20:01:03 bbos Exp $ -->
44
<HEAD>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<TITLE>Box model</TITLE>
@@ -293,8 +293,8 @@ href="visuren.html#floats">floated</a> box and any other box do not
293293
collapse.
294294

295295
<li>Margins of <a
296-
href="visuren.html#absolutely-positioned">absolutely</a> and
297-
relatively positioned boxes do not collapse (not even with their
296+
href="visuren.html#absolutely-positioned">absolutely</a>
297+
positioned boxes do not collapse (not even with their
298298
in-flow children).
299299

300300
</ul>

0 commit comments

Comments
 (0)