Skip to content

Commit ead1d06

Browse files
committed
[css2] Actions from 2 Mar ftf
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%402069
1 parent 07134c7 commit ead1d06

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.30 2003-02-19 20:01:03 bbos Exp $ -->
3+
<!-- $Id: box.src,v 1.31 2003-03-03 04:43:07 bbos Exp $ -->
44
<HEAD>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<TITLE>Box model</TITLE>
@@ -290,7 +290,7 @@ elements that are not related as siblings or ancestors.
290290

291291
<li>Vertical margins between a <a
292292
href="visuren.html#floats">floated</a> box and any other box do not
293-
collapse.
293+
collapse (not even between a float and its in-flow children).
294294

295295
<li>Margins of <a
296296
href="visuren.html#absolutely-positioned">absolutely</a>
@@ -716,7 +716,7 @@ last line box in which the element appears has a right border.
716716
class=propinst-direction>'direction'</span> property is 'rtl', the
717717
right-most generated box of the first line box in which the element
718718
appears has a right border, and the left-most generated box of the
719-
left line box in which the element appears has a left border.
719+
last line box in which the element appears has a left border.
720720

721721
</BODY>
722722
</HTML>

0 commit comments

Comments
 (0)