|
1 | 1 | <!DOCTYPE html PUBLIC '-//W3C//DTD HTML 4.01//EN'> |
2 | 2 |
|
3 | 3 | <html lang="en"> |
4 | | -<!-- $Id: box.src,v 1.65 2007-04-25 02:02:32 bbos Exp $ --> |
| 4 | +<!-- $Id: box.src,v 1.66 2007-04-26 02:31:32 fantasai Exp $ --> |
5 | 5 | <HEAD> |
6 | 6 | <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> |
7 | 7 | <TITLE>Box model</TITLE> |
@@ -52,24 +52,24 @@ href="visudet.html#Computing_heights_and_margins">height</a> |
52 | 52 | of the box, which often depend on the element's <a |
53 | 53 | href="conform.html#rendered-content">rendered content</a>. |
54 | 54 | The four content edges define the |
55 | | -box's <span class="index-def">content box</span>. |
| 55 | +box's <span class="index-def"><dfn>content box</dfn></span>. |
56 | 56 | <dt><span class="index-def" title="padding edge"><a name="padding-edge"><strong>padding edge</strong></a></span> |
57 | 57 | <dd>The padding edge surrounds the box padding. If the padding |
58 | 58 | has 0 width, the padding edge is the same as the content edge. |
59 | 59 | The four padding edges define the |
60 | | -box's <span class="index-def">padding box</span>. |
| 60 | +box's <span class="index-def"><dfn>padding box</dfn></span>. |
61 | 61 | <dt><span class="index-def" title="border edge"><a name="border-edge"><strong>border edge</strong></a></span> |
62 | 62 | <dd>The border edge surrounds the box's border. If the border |
63 | 63 | 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>. |
| 64 | +The four border edges define the box's <span class="index-def"><dfn>border |
| 65 | +box</dfn></span>. |
66 | 66 | <dt><span class="index-def" title="margin edge"><a name="margin-edge"><strong>margin edge</strong></a></span> |
67 | 67 | or <span class="index-def" title="outer edge"><a name="outer-edge"><strong>outer |
68 | 68 | edge</strong></a></span> |
69 | 69 | <dd>The margin edge surrounds the box margin. If the margin |
70 | 70 | 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>. |
| 71 | +The four margin edges define the box's <span class="index-def"><dfn>margin |
| 72 | +box</dfn></span>. |
73 | 73 | </dl> |
74 | 74 |
|
75 | 75 | <P>Each edge may be broken down into a top, right, bottom, and left |
|
0 commit comments