Skip to content

Commit c8d61ab

Browse files
committed
[css2] Reverted to previous text on collapsing margins through zero-height
elements. --HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%402089
1 parent ac90c6e commit c8d61ab

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.32 2003-04-30 15:40:51 bbos Exp $ -->
3+
<!-- $Id: box.src,v 1.33 2003-05-04 22:43:22 bbos Exp $ -->
44
<HEAD>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<TITLE>Box model</TITLE>
@@ -304,8 +304,8 @@ in-flow children).
304304
class="propinst-padding">'padding'</span>, <span
305305
class="propinst-margin">'margin'</span>, <span
306306
class="propinst-border">'border'</span> and <span
307-
class="propinst-height">'height'</span>: content is not empty if its
308-
height is not zero, padding and border are absent if their width is zero,
307+
class="propinst-height">'height'</span>: content is empty if its
308+
height is zero, padding and border are absent if their width is zero,
309309
and the collapsed margin is calculated over the computed value of the
310310
various margins.
311311

0 commit comments

Comments
 (0)