Skip to content

Commit f755bfd

Browse files
committed
[css2] Fix duplicated phrase
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%403139
1 parent 09b08c7 commit f755bfd

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

css2/box.src

Lines changed: 2 additions & 3 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.82 2011-03-04 14:48:34 bbos Exp $ -->
4+
<!-- $Id: box.src,v 1.83 2011-03-08 07:04:17 fantasai Exp $ -->
55
<HEAD>
66
<TITLE>Box model</TITLE>
77
</HEAD>
@@ -382,8 +382,7 @@ the maximum of the collapsing margins' widths. In the case of negative
382382
margins, the maximum of the absolute values of the negative adjoining
383383
margins is deducted from the maximum of the positive adjoining
384384
margins. If there are no positive margins, the maximum of the
385-
absolute values of the adjoining margins adjoining margins is deducted
386-
from zero.
385+
absolute values of the adjoining margins is deducted from zero.
387386

388387
<P ID="collapsed-through">If the top and bottom margins of a box are
389388
adjoining, then it is possible for margins to <span

0 commit comments

Comments
 (0)