@@ -929,13 +929,13 @@ layer.
929929
930930<dl dfn-for=background-size dfn-type=value>
931931 <dt> <dfn>contain</dfn> </dt>
932- <dd> Scale the image, while preserving its intrinsic aspect ratio
932+ <dd> Scale the image, while preserving its [=natural aspect ratio=]
933933 (if any), to the largest size such that both its width and its
934934 height can fit inside the <span class=index> background
935935 positioning area.</span></dd>
936936
937937 <dt> <dfn>cover</dfn> </dt>
938- <dd> Scale the image, while preserving its intrinsic aspect ratio
938+ <dd> Scale the image, while preserving its [=natural aspect ratio=]
939939 (if any), to the smallest size such that both its width and its
940940 height can completely cover the background positioning area.</dd>
941941
@@ -949,14 +949,14 @@ layer.
949949 <p> A percentage is relative to the background positioning area.
950950
951951 <p> An ''background-size/auto'' value for one dimension is resolved by using the
952- image's intrinsic ratio and the size of the other dimension, or
953- failing that, using the image's intrinsic size, or failing that,
952+ image's [=natural aspect ratio=] and the size of the other dimension, or
953+ failing that, using the image's [=natural size=] , or failing that,
954954 treating it as 100%.
955955
956- <p> If both values are ''background-size/auto'' then the intrinsic width and/or
957- height of the image should be used, if any, the missing dimension
956+ <p> If both values are ''background-size/auto'' then the [=natural width=] and/or
957+ [=natural height|height=] of the image should be used, if any, the missing dimension
958958 (if any) behaving as ''background-size/auto'' as described above. If the image has
959- neither an intrinsic width nor an intrinsic height , its size is
959+ neither [=natural size=] , its size is
960960 determined as for ''contain'' .
961961
962962 <p> Negative values are invalid.
@@ -994,7 +994,7 @@ para {
994994 background-image: url(tile.png)}
995995</pre>
996996
997- <p> This example uses the image's intrinsic size. Note that this is the
997+ <p> This example uses the image's natural size. Note that this is the
998998only possible behavior in CSS level 1 and 2.
999999
10001000<pre>
@@ -1038,7 +1038,7 @@ step: that other dimension is scaled so that the original aspect ratio
10381038is restored.
10391039
10401040<div class=example>
1041- <p> In this example the background image is shown at its intrinsic size:
1041+ <p> In this example the background image is shown at its natural size:
10421042
10431043<pre>
10441044div {
@@ -2338,7 +2338,7 @@ as if a nonempty transparent image had been specified for those
23382338parts. Analogously for the top and bottom values.
23392339
23402340<p> If the image must be sized to determine the slices
2341- (for example, for SVG images with no intrinsic size ),
2341+ (for example, for SVG images with no [=natural dimensions=] ),
23422342then it is sized using the <a href="https://www.w3.org/TR/css3-images/#default-sizing">default sizing algorithm</a>
23432343with no <i> specified size</i> and the <i> border image area</i> as the <i> default object size</i> .
23442344
@@ -2414,9 +2414,9 @@ Values have the following meanings:</p>
24142414
24152415 <dt> <dfn>auto</dfn>
24162416 <dd> If ''border-image-width/auto'' is specified then the border image width is the
2417- intrinsic width or height (whichever is applicable) of the
2417+ [=natural size|natural=] width or height (whichever is applicable) of the
24182418 corresponding image slice (see 'border-image-slice' ). If the image
2419- does not have the required intrinsic dimension then the
2419+ does not have the required [=natural dimension=] then the
24202420 corresponding computed <a href="#the-border-width">border-width</a> is used
24212421 instead.
24222422</dl>
@@ -3210,9 +3210,9 @@ Candidate Recommendation</a>:
32103210<ul>
32113211 <li> <a href="#the-background-size">Section 3.9</a> :
32123212 Defined what happens if 'background-size' has two ''background-size/auto'' values
3213- and the image is missing an intrinsic dimension .
3213+ and the image is missing a natural size .
32143214 <blockquote>
3215- <p> If both values are ''background-size/auto'' then the intrinsic width and/or
3215+ <p> If both values are ''background-size/auto'' then the natural width and/or
32163216 height of the image should be used, if any<ins> , the missing
32173217 dimension (if any) behaving as ‘auto’ as described above</ins> .
32183218 </blockquote>
@@ -3244,7 +3244,7 @@ Candidate Recommendation</a>:
32443244 Added:
32453245 <blockquote>
32463246 <p><ins> If the image must be sized to determine the slices (for
3247- example, for SVG images with no intrinsic size), then it is sized
3247+ example, for SVG images with no natural size), then it is sized
32483248 as for an auto-sized background, using the border image area as
32493249 the default object size in place of the background positioning
32503250 area.</ins>
0 commit comments