@@ -929,13 +929,13 @@ layer.
929
929
930
930
<dl dfn-for=background-size dfn-type=value>
931
931
<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=]
933
933
(if any), to the largest size such that both its width and its
934
934
height can fit inside the <span class=index> background
935
935
positioning area.</span></dd>
936
936
937
937
<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=]
939
939
(if any), to the smallest size such that both its width and its
940
940
height can completely cover the background positioning area.</dd>
941
941
@@ -949,14 +949,14 @@ layer.
949
949
<p> A percentage is relative to the background positioning area.
950
950
951
951
<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,
954
954
treating it as 100%.
955
955
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
958
958
(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
960
960
determined as for ''contain'' .
961
961
962
962
<p> Negative values are invalid.
@@ -994,7 +994,7 @@ para {
994
994
background-image: url(tile.png)}
995
995
</pre>
996
996
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
998
998
only possible behavior in CSS level 1 and 2.
999
999
1000
1000
<pre>
@@ -1038,7 +1038,7 @@ step: that other dimension is scaled so that the original aspect ratio
1038
1038
is restored.
1039
1039
1040
1040
<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:
1042
1042
1043
1043
<pre>
1044
1044
div {
@@ -2338,7 +2338,7 @@ as if a nonempty transparent image had been specified for those
2338
2338
parts. Analogously for the top and bottom values.
2339
2339
2340
2340
<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=] ),
2342
2342
then it is sized using the <a href="https://www.w3.org/TR/css3-images/#default-sizing">default sizing algorithm</a>
2343
2343
with no <i> specified size</i> and the <i> border image area</i> as the <i> default object size</i> .
2344
2344
@@ -2414,9 +2414,9 @@ Values have the following meanings:</p>
2414
2414
2415
2415
<dt> <dfn>auto</dfn>
2416
2416
<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
2418
2418
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
2420
2420
corresponding computed <a href="#the-border-width">border-width</a> is used
2421
2421
instead.
2422
2422
</dl>
@@ -3210,9 +3210,9 @@ Candidate Recommendation</a>:
3210
3210
<ul>
3211
3211
<li> <a href="#the-background-size">Section 3.9</a> :
3212
3212
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 .
3214
3214
<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
3216
3216
height of the image should be used, if any<ins> , the missing
3217
3217
dimension (if any) behaving as ‘auto’ as described above</ins> .
3218
3218
</blockquote>
@@ -3244,7 +3244,7 @@ Candidate Recommendation</a>:
3244
3244
Added:
3245
3245
<blockquote>
3246
3246
<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
3248
3248
as for an auto-sized background, using the border image area as
3249
3249
the default object size in place of the background positioning
3250
3250
area.</ins>
0 commit comments