|
2 | 2 | 'http://www.w3.org/TR/html4/strict.dtd'> |
3 | 3 |
|
4 | 4 | <html lang="en"> |
5 | | -<!-- $Id: box.src,v 1.39 2003-08-25 10:16:55 bbos Exp $ --> |
| 5 | +<!-- $Id: box.src,v 1.40 2003-08-26 10:00:27 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,9 @@ 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 | | -<ins>If the containing block is intrinsically sized (i.e., it depends on |
207 | | -its content's width) and the current element is not absolutely |
208 | | -positioned, then the percentage is interpreted as '0'.</ins> |
| 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. |
209 | 209 | <dt><strong>auto</strong> |
210 | 210 | <dd>See the section on <a |
211 | 211 | href="visudet.html#Computing_widths_and_margins">computing widths and |
@@ -396,9 +396,9 @@ respect to the <em>width</em> of the generated box's <a |
396 | 396 | href="visuren.html#containing-block">containing block</a>, even for |
397 | 397 | <span class="propinst-padding-top">'padding-top'</span> and <span |
398 | 398 | class="propinst-padding-bottom">'padding-bottom'</span>. |
399 | | -<ins>If the containing block is intrinsically sized (i.e., it depends on |
400 | | -its content's width) and the current element is not absolutely |
401 | | -positioned, then the percentage is interpreted as '0'.</ins> |
| 399 | +If the containing block's width depends on its content's width, and |
| 400 | +the current element is not absolutely positioned, then the resulting |
| 401 | +layout is undefined in CSS 2.1. |
402 | 402 | </dl> |
403 | 403 |
|
404 | 404 | <P>Unlike margin properties, values for padding values cannot be |
|
0 commit comments