Skip to content

Commit b12e620

Browse files
committed
[css2] Issue 115 from http://wiki.csswg.org/spec/css2.1
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%402976
1 parent c27f7b9 commit b12e620

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

css2/box.src

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE html PUBLIC '-//W3C//DTD HTML 4.01//EN'>
22

33
<html lang="en">
4-
<!-- $Id: box.src,v 1.75 2009-08-06 21:05:29 dbaron Exp $ -->
4+
<!-- $Id: box.src,v 1.76 2010-05-12 15:22:40 bbos Exp $ -->
55
<HEAD>
66
<TITLE>Box model</TITLE>
77
</HEAD>
@@ -329,7 +329,7 @@ position of the element's top border edge is the same as it would have
329329
been if the element had a non-zero bottom border.</li></ul>
330330

331331
<p>An element that has had <a
332-
href="visuren.html#clearance">clearance</a> applied to it never
332+
href="visuren.html#clearance">clearance</a> never
333333
collapses its top margin with its parent block's bottom margin.</p>
334334

335335
<p>Note that the positions of elements that have been collapsed
@@ -366,8 +366,8 @@ it has neither top or bottom borders nor top or bottom padding, and it has a
366366
and it does not contain a line box, and all of its in-flow children's
367367
margins (if any) are adjoining.</p>
368368

369-
<p>When an element's own margins collapse, and that element has had
370-
clearance applied to it, its top margin collapses with the adjoining
369+
<p>When an element's own margins collapse, and that element has
370+
clearance, its top margin collapses with the adjoining
371371
margins of subsequent siblings but that resulting margin does not
372372
collapse with the bottom margin of the parent block.</p>
373373

0 commit comments

Comments
 (0)