|
1 | 1 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> |
2 | 2 | <html lang="en"> |
3 | | -<!-- $Id: visudet.src,v 2.75 2003-08-25 08:20:54 bbos Exp $ --> |
| 3 | +<!-- $Id: visudet.src,v 2.76 2003-08-25 10:03:14 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> |
@@ -774,7 +774,9 @@ flow</h3> |
774 | 774 | class="propinst-margin-top">'margin-top'</span>, or <span |
775 | 775 | class="propinst-margin-bottom">'margin-bottom'</span> are 'auto', |
776 | 776 | their used value is 0. If <span |
777 | | -class="propinst-height">'height'</span> is 'auto', the height depends |
| 777 | +class="propinst-height">'height'</span> is 'auto' and 'overflow' is |
| 778 | +other than 'visible', use the rules in <a href="#flow-root-height">"auto |
| 779 | +height..."</a>. Otherwise if 'height' is 'auto', the height depends |
778 | 780 | on whether the element has any block-level children and whether it has |
779 | 781 | padding or borders: |
780 | 782 | </p> |
@@ -924,14 +926,16 @@ value. |
924 | 926 | class="propinst-margin-bottom">'margin-bottom'</span> are 'auto', |
925 | 927 | their used value is 0. If <span |
926 | 928 | class="propinst-height">'height'</span> is 'auto', the height depends |
927 | | -on the element's descendants, see the next section. |
| 929 | +on the element's descendants, see <a href="#flow-root-height">the next |
| 930 | +section.</a> |
928 | 931 | </p> |
929 | 932 |
|
930 | 933 |
|
931 | | -<h3><a name="flow-root-height">'Auto' height for floats and absolutely |
932 | | -positioned elements</a></h3> |
| 934 | +<h3><a name="flow-root-height">'Auto' height for elements establishing |
| 935 | +block formatting contexts</a></h3> |
933 | 936 |
|
934 | | -<p>If it only has inline-level children, the height is the distance |
| 937 | +<p>If the element only has inline-level children, the height is the |
| 938 | +distance |
935 | 939 | between the top of the topmost line box and the bottom of the |
936 | 940 | bottommost line box. |
937 | 941 | </p> |
|
0 commit comments