|
1 | 1 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"> |
2 | 2 | <html lang="en"> |
3 | | -<!-- $Id: visudet.src,v 2.121 2007-11-13 14:27:25 bbos Exp $ --> |
| 3 | +<!-- $Id: visudet.src,v 2.122 2007-11-13 14:47:38 bbos Exp $ --> |
4 | 4 | <head> |
5 | 5 | <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> |
6 | 6 | <title>Visual formatting model details</title> |
@@ -317,6 +317,11 @@ doesn't itself depend on the replaced element's width, then the used |
317 | 317 | value of 'width' is calculated from the constraint equation used for |
318 | 318 | block-level, non-replaced elements in normal flow. |
319 | 319 |
|
| 320 | +<p>Otherwise, if <span class="propinst-width">'width'</span> has a |
| 321 | +computed value of 'auto', and the element has an intrinsic width, then |
| 322 | +that intrinsic width is the used value of <span |
| 323 | +class="propinst-width">'width'</span>. |
| 324 | + |
320 | 325 | <p>Otherwise, if <span class="propinst-width">'width'</span> has a |
321 | 326 | computed value of 'auto', but none of the conditions above are met, |
322 | 327 | then the used value of <span class="propinst-width">'width'</span> |
@@ -928,6 +933,11 @@ the used value of <span class="propinst-height">'height'</span> is: |
928 | 933 |
|
929 | 934 | <blockquote><p>(used width) / (intrinsic ratio)</blockquote> |
930 | 935 |
|
| 936 | +<p>Otherwise, if <span class="propinst-height">'height'</span> has a |
| 937 | +computed value of 'auto', and the element has an intrinsic height, |
| 938 | +then that intrinsic height is the used value of <span |
| 939 | +class="propinst-height">'height'</span>. |
| 940 | + |
931 | 941 | <p>Otherwise, if <span class="propinst-height">'height'</span> has a |
932 | 942 | computed value of 'auto', but none of the conditions above are met, |
933 | 943 | then the used value of <span class="propinst-height">'height'</span> |
|
0 commit comments