Skip to content

Commit db69fc0

Browse files
committed
[css2] Clarify that 'the same' means 'the same as the intrinsic dimensions' not 'the width and height are equal'.
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%403163
1 parent e59339b commit db69fc0

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

css2/changes.src

Lines changed: 2 additions & 2 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: changes.src,v 2.143 2011-03-22 16:38:22 bbos Exp $ -->
3+
<!-- $Id: changes.src,v 2.144 2011-03-22 20:37:04 fantasai Exp $ -->
44
<HEAD>
55
<TITLE>Changes</TITLE>
66
</HEAD>
@@ -6948,7 +6948,7 @@ default aspect ratio:
69486948
<li><del>If the image has an intrinsic width or height, then that
69496949
intrinsic width/height becomes the image's used width/height.</del>
69506950
<ins>If the image has a intrinsic width and height, the used width and
6951-
height are the same.</ins>
6951+
height are the intrinsic width and height.</ins>
69526952

69536953
<li><del>If the image has no intrinsic ratio and a ratio cannot be
69546954
calculated from its width and height, then its intrinsic ratio is

css2/generate.src

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -856,7 +856,7 @@ class="propinst-list-style-type">'list-style-type'</span> marker.
856856
<p>The size of the image is calculated from the following rules:
857857
<ol>
858858
<li>If the image has a intrinsic width and height, the used width and
859-
height are the same.
859+
height are the intrinsic width and height.
860860

861861
<li>Otherwise, if the image has an intrinsic ratio and either an
862862
intrinsic width or an intrinsic height, the used width/height is the

0 commit comments

Comments
 (0)