|
2 | 2 | 'http://www.w3.org/TR/html4/strict.dtd'> |
3 | 3 |
|
4 | 4 | <html lang="en"> |
5 | | -<!-- $Id: box.src,v 1.41 2003-08-26 12:18:41 bbos Exp $ --> |
| 5 | +<!-- $Id: box.src,v 1.42 2003-08-27 15:59:13 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> |
@@ -203,9 +203,8 @@ with respect to the <em>width</em> of the generated box's |
203 | 203 | <span class="note">Note that this is true for <span |
204 | 204 | class="propinst-margin-top">'margin-top'</span> and <span |
205 | 205 | class="propinst-margin-bottom">'margin-bottom'</span> as well.</span> |
206 | | -If the containing block's width depends on its content's width, and |
207 | | -the current element is not absolutely positioned, then the resulting |
208 | | -layout is undefined in CSS 2.1. |
| 206 | +If the containing block's width depends on this element, then the |
| 207 | +resulting layout is undefined in CSS 2.1. |
209 | 208 | <dt><strong>auto</strong> |
210 | 209 | <dd>See the section on <a |
211 | 210 | href="visudet.html#Computing_widths_and_margins">computing widths and |
@@ -392,9 +391,8 @@ respect to the <em>width</em> of the generated box's <a |
392 | 391 | href="visuren.html#containing-block">containing block</a>, even for |
393 | 392 | <span class="propinst-padding-top">'padding-top'</span> and <span |
394 | 393 | class="propinst-padding-bottom">'padding-bottom'</span>. |
395 | | -If the containing block's width depends on its content's width, and |
396 | | -the current element is not absolutely positioned, then the resulting |
397 | | -layout is undefined in CSS 2.1. |
| 394 | +If the containing block's width depends on this element, then the |
| 395 | +resulting layout is undefined in CSS 2.1. |
398 | 396 | </dl> |
399 | 397 |
|
400 | 398 | <P>Unlike margin properties, values for padding values cannot be |
|
0 commit comments