Skip to content

Commit 7a1e49a

Browse files
committed
Wording tweak to the last commit.
--HG-- extra : rebase_source : b90d0d3c0ca03452ae6d5d03f7c413b092856985
1 parent dd61090 commit 7a1e49a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

css3-images/Overview.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1835,7 +1835,7 @@ <h3 id=sizing-terms><span class=secno>5.1. </span> Object-Sizing
18351835
only one intrinsic dimension (SVG images designed to scale may have only
18361836
an aspect ratio), or all three intrinsic dimensions (all raster images,
18371837
for example). <span class=note>(Note: an object cannot have only two
1838-
intrinsic dimensions, as any two automatically define the third.)</span></p>
1838+
intrinsic dimensions, as any two automatically imply the third.)</span></p>
18391839

18401840
<p>If an object (such as an icon) has multiple sizes, then the largest
18411841
size is taken as its intrinsic size. If it has multiple aspect ratios at

css3-images/Overview.src.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1067,7 +1067,7 @@ <h3 id="sizing-terms">
10671067
<dd>
10681068
<p>The term intrinsic dimensions refers to the set of the intrinsic height, intrinsic width, and intrinsic aspect ratio, each of which may or may not exist for a given object. These intrinsic dimensions represent a preferred or natural size of the object itself, that is, they are not a function of the context in which the object is used.</p>
10691069

1070-
<p>An object may have no intrinsic dimensions (such as CSS gradients), only one intrinsic dimension (SVG images designed to scale may have only an aspect ratio), or all three intrinsic dimensions (all raster images, for example). <span class='note'>(Note: an object cannot have only two intrinsic dimensions, as any two automatically define the third.)</span></p>
1070+
<p>An object may have no intrinsic dimensions (such as CSS gradients), only one intrinsic dimension (SVG images designed to scale may have only an aspect ratio), or all three intrinsic dimensions (all raster images, for example). <span class='note'>(Note: an object cannot have only two intrinsic dimensions, as any two automatically imply the third.)</span></p>
10711071

10721072
<p>If an object (such as an icon) has multiple sizes, then the largest
10731073
size is taken as its intrinsic size. If it has multiple aspect ratios

0 commit comments

Comments
 (0)