11<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
22<html lang="en">
3- <!-- $Id: visudet.src,v 2.112 2006-09-04 16:52:23 bbos Exp $ -->
3+ <!-- $Id: visudet.src,v 2.113 2006-10-10 18:35:10 ihickson Exp $ -->
44<head>
55<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66<title>Visual formatting model details</title>
@@ -663,8 +663,12 @@ for <span class="propinst-width">'width'</span>.
663663</li>
664664</ol>
665665
666- <p>However, for replaced elements with an intrinsic ratio and at least
667- one value of <span class="propinst-width">'width'</span> or <span
666+ <p class="note">These steps do not affect the real computed values of
667+ the above properties.</p>
668+
669+ <p>However, for replaced elements with an intrinsic ratio and both
670+ <span
671+ class="propinst-width">'width'</span> and <span
668672class="propinst-height">'height'</span> specified as 'auto', the
669673algorithm is as follows:
670674</p>
@@ -1189,7 +1193,7 @@ class="propinst-max-height">'max-height'</span> are illegal.
11891193</p>
11901194
11911195<p>The following algorithm describes how the two properties influence
1192- the <a href="cascade.html#computed-value">computed value</a>
1196+ the <a href="cascade.html#computed-value">used value</a>
11931197of the <span class="propinst-height">'height'</span> property:</p>
11941198
11951199<ol>
@@ -1216,8 +1220,8 @@ for <span class="propinst-height">'height'</span>.
12161220</li>
12171221</ol>
12181222
1219- <p>However, for replaced elements with an intrinsic ratio and at least
1220- one of <span class="propinst-width">'width'</span> and <span
1223+ <p>However, for replaced elements with both <span
1224+ class="propinst-width">'width'</span> and <span
12211225class="propinst-height">'height'</span> computed as 'auto', use the
12221226algorithm under <a href="#min-max-widths">Minimum and maximum
12231227widths</a> above to find the used width and height. Then apply the
0 commit comments