Skip to content

Commit 0628794

Browse files
committed
[css2] Revert changes for 189 and clarify text, pending feedback from userbase.
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%402556
1 parent 038f89d commit 0628794

1 file changed

Lines changed: 10 additions & 6 deletions

File tree

css2/visudet.src

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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
668672
class="propinst-height">'height'</span> specified as 'auto', the
669673
algorithm 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>
11931197
of 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
12211225
class="propinst-height">'height'</span> computed as 'auto', use the
12221226
algorithm under <a href="#min-max-widths">Minimum and maximum
12231227
widths</a> above to find the used width and height. Then apply the

0 commit comments

Comments
 (0)