You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: css3-images/Overview.src.html
+3-11Lines changed: 3 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -1065,17 +1065,9 @@ <h3 id="sizing-terms">
1065
1065
<dl>
1066
1066
<dt><dfn>intrinsic dimensions</dfn></dt>
1067
1067
<dd>
1068
-
<p>An object's intrinsic dimensions are its preferred, natural width,
1069
-
height, and aspect ratio, if they exist. There can be an <dfn>intrinsic height</dfn>
1070
-
and <dfn>intrinsic width</dfn>, defining a definite rectangle and an
1071
-
<i>intrinsic aspect ratio</i>. (Most bitmap images fall into this category.)
1072
-
There can be only an <dfn>intrinsic aspect ratio</dfn> defining the
1073
-
relation of the width to the height, but no definite size.
1074
-
(SVG images designed to scale may fall into this category.) There can be
1075
-
just an intrinsic height or width. Or there can be no intrinsic dimensions
1076
-
at all, implying that the object has no preferred size or aspect ratio.
1077
-
(Embedded documents are often assumed to have no intrinsic size, as are
1078
-
CSS gradients, defined in this specification.)</p>
1068
+
<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>
1069
+
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). <spanclass='note'>(Note: an object cannot have only two intrinsic dimensions, as any two automatically define the third.)</span></p>
1079
1071
1080
1072
<p>If an object (such as an icon) has multiple sizes, then the largest
1081
1073
size is taken as its intrinsic size. If it has multiple aspect ratios
0 commit comments