Skip to content

Commit fc49e8d

Browse files
committed
Fix missing space.
1 parent 5183b2a commit fc49e8d

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
@@ -1675,7 +1675,7 @@ <h3 id=sizing-terms><span class=secno>5.1. </span> Object-Sizing
16751675
size (by area) is taken as its intrinsic size. If it has multiple aspect
16761676
ratios at that size, or has multiple aspect ratios and no size, then the
16771677
aspect ratio closest to the aspect ratio of the <a
1678-
href="#default-object-size"><i>default object size</i></a>is used.
1678+
href="#default-object-size"><i>default object size</i></a> is used.
16791679
Determine this by seeing which aspect ratio produces the largest area
16801680
when fitting it within the <a href="#default-object-size"><i>default
16811681
object size</i></a> using a <i>contain</i> fit; if multiple sizes tie

css3-images/Overview.src.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1057,7 +1057,7 @@ <h3 id="sizing-terms">
10571057

10581058
<p>Raster images are an example of an object with all three intrinsic dimensions. SVG images designed to scale might have only an intrinsic aspect ratio; SVG images can also be created with only an intrinsic width or height. CSS gradients, defined in this specification, are an example of an object with no intrinsic dimensions at all. Another example of this is embedded documents, such as the <code>&lt;iframe></code> element in HTML. An object cannot have only two intrinsic dimensions, as any two automatically define the third.</p>
10591059

1060-
<p>If an object (such as an icon) has multiple sizes, then the largest size (by area) is taken as its intrinsic size. If it has multiple aspect ratios at that size, or has multiple aspect ratios and no size, then the aspect ratio closest to the aspect ratio of the <i>default object size</i>is used. Determine this by seeing which aspect ratio produces the largest area when fitting it within the <i>default object size</i> using a <i>contain</i> fit; if multiple sizes tie for the largest area, the wider size is chosen as its intrinsic size.</p>
1060+
<p>If an object (such as an icon) has multiple sizes, then the largest size (by area) is taken as its intrinsic size. If it has multiple aspect ratios at that size, or has multiple aspect ratios and no size, then the aspect ratio closest to the aspect ratio of the <i>default object size</i> is used. Determine this by seeing which aspect ratio produces the largest area when fitting it within the <i>default object size</i> using a <i>contain</i> fit; if multiple sizes tie for the largest area, the wider size is chosen as its intrinsic size.</p>
10611061
</dd>
10621062

10631063
<dt><dfn>specified size</dfn></dt>

0 commit comments

Comments
 (0)