|
2 | 2 | 'http://www.w3.org/TR/html4/strict.dtd'> |
3 | 3 |
|
4 | 4 | <html lang="en"> |
5 | | -<!-- $Id: box.src,v 1.54 2004-02-09 21:47:46 bbos Exp $ --> |
| 5 | +<!-- $Id: box.src,v 1.55 2004-02-16 18:33:43 bbos Exp $ --> |
6 | 6 | <HEAD> |
7 | 7 | <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> |
8 | 8 | <TITLE>Box model</TITLE> |
@@ -147,7 +147,7 @@ and padding relate."></p> |
147 | 147 | calculated top-down; the <a href="visuren.html#containing-block">containing |
148 | 148 | block</a> for each LI box is established by the UL element. |
149 | 149 |
|
150 | | -<li>The height of each LI box is given by its <a |
| 150 | +<li>The margin edge height of each LI box depends on its <a |
151 | 151 | href="#content-height">content height</a>, plus top and bottom |
152 | 152 | padding, borders, and margins. Note that vertical margins between the |
153 | 153 | LI boxes <a href="#collapsing-margins">collapse.</a> |
@@ -177,8 +177,7 @@ class="propinst-margin">'margin'</span> shorthand property sets the |
177 | 177 | margin for all four sides while the other margin properties only set |
178 | 178 | their respective side. These properties apply to all elements, but |
179 | 179 | vertical margins will not have any effect on non-replaced inline |
180 | | -elements. <a href="conform.html#conformance">Conforming HTML user |
181 | | -agents</a> may ignore the margin properties on the HTML element. |
| 180 | +elements. |
182 | 181 |
|
183 | 182 | <P>The properties defined in this section refer to the <span |
184 | 183 | class="index-def" title="<margin-width>::definition of"><a |
@@ -465,9 +464,7 @@ font in use. |
465 | 464 |
|
466 | 465 | <P>The border properties specify the width, color, and style of the <a |
467 | 466 | href="#box-border-area">border area</a> of a box. These properties |
468 | | -apply to all elements. <a href="conform.html#conformance">Conforming |
469 | | -HTML user agents</a> may ignore the border properties on the HTML |
470 | | -element. |
| 467 | +apply to all elements. |
471 | 468 |
|
472 | 469 |
|
473 | 470 | <div class="note"><P> |
@@ -681,8 +678,8 @@ will be visible unless the border style is set. |
681 | 678 |
|
682 | 679 | <H3><A name="border-shorthand-properties">Border shorthand properties</a>: |
683 | 680 | <span class="propinst-border-top">'border-top'</span>, |
684 | | -<span class="propinst-border-bottom">'border-bottom'</span>, |
685 | 681 | <span class="propinst-border-right">'border-right'</span>, |
| 682 | +<span class="propinst-border-bottom">'border-bottom'</span>, |
686 | 683 | <span class="propinst-border-left">'border-left'</span>, and |
687 | 684 | <span class="propinst-border">'border'</span></h3> |
688 | 685 |
|
|
0 commit comments