Skip to content

Commit 5b894e2

Browse files
committed
[css2] Issue 34.
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%402689
1 parent 375c622 commit 5b894e2

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

css2/box.src

Lines changed: 9 additions & 1 deletion
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.64 2007-03-07 16:42:17 bbos Exp $ -->
4+
<!-- $Id: box.src,v 1.65 2007-04-25 02:02:32 bbos Exp $ -->
55
<HEAD>
66
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
77
<TITLE>Box model</TITLE>
@@ -51,17 +51,25 @@ href="visudet.html#Computing_widths_and_margins">width</a> and <a
5151
href="visudet.html#Computing_heights_and_margins">height</a>
5252
of the box, which often depend on the element's <a
5353
href="conform.html#rendered-content">rendered content</a>.
54+
The four content edges define the
55+
box's <span class="index-def">content box</span>.
5456
<dt><span class="index-def" title="padding edge"><a name="padding-edge"><strong>padding edge</strong></a></span>
5557
<dd>The padding edge surrounds the box padding. If the padding
5658
has 0 width, the padding edge is the same as the content edge.
59+
The four padding edges define the
60+
box's <span class="index-def">padding box</span>.
5761
<dt><span class="index-def" title="border edge"><a name="border-edge"><strong>border edge</strong></a></span>
5862
<dd>The border edge surrounds the box's border. If the border
5963
has 0 width, the border edge is the same as the padding edge.
64+
The four border edges define the box's <span class="index-def">border
65+
box</span>.
6066
<dt><span class="index-def" title="margin edge"><a name="margin-edge"><strong>margin edge</strong></a></span>
6167
or <span class="index-def" title="outer edge"><a name="outer-edge"><strong>outer
6268
edge</strong></a></span>
6369
<dd>The margin edge surrounds the box margin. If the margin
6470
has 0 width, the margin edge is the same as the border edge.
71+
The four margin edges define the box's <span class="index-def">margin
72+
box</span>.
6573
</dl>
6674

6775
<P>Each edge may be broken down into a top, right, bottom, and left

0 commit comments

Comments
 (0)