Skip to content

Commit 7076e68

Browse files
committed
[css2] margin edge height -> margin box height
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%402729
1 parent 523b03f commit 7076e68

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

css2/box.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ <H2>8.2 <a name="mpb-examples">Example of margins, padding, and borders</a></H2>
196196
calculated top-down; the <a href="visuren.html#containing-block">containing
197197
block</a> for each LI box is established by the UL element.
198198

199-
<li>The margin edge height of each LI box depends on its <a
199+
<li>The margin box height of each LI box depends on its <a
200200
href="#content-height">content height</a>, plus top and bottom
201201
padding, borders, and margins. Note that vertical margins between the
202202
LI boxes <a href="#collapsing-margins">collapse.</a>

css2/box.src

Lines changed: 2 additions & 2 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.66 2007-04-26 02:31:32 fantasai Exp $ -->
4+
<!-- $Id: box.src,v 1.67 2007-06-22 17:42:37 fantasai Exp $ -->
55
<HEAD>
66
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
77
<TITLE>Box model</TITLE>
@@ -158,7 +158,7 @@ and padding relate."></p>
158158
calculated top-down; the <a href="visuren.html#containing-block">containing
159159
block</a> for each LI box is established by the UL element.
160160

161-
<li>The margin edge height of each LI box depends on its <a
161+
<li>The margin box height of each LI box depends on its <a
162162
href="#content-height">content height</a>, plus top and bottom
163163
padding, borders, and margins. Note that vertical margins between the
164164
LI boxes <a href="#collapsing-margins">collapse.</a>

0 commit comments

Comments
 (0)