@@ -1269,7 +1269,7 @@ Concrete Object Size Resolution {#concrete-size-resolution}
12691269 and additionally has neither width nor height smaller than the constraint rectangle's width and height, respectively.
12701270
12711271 In both cases,
1272- if the object doesn't have an intrinsic aspect ratio,
1272+ if the object doesn't have an [= intrinsic aspect ratio=] ,
12731273 the <a>concrete object size</a> is the specified constraint rectangle.
12741274
12751275Examples of CSS Object Sizing {#object-sizing-examples}
@@ -1382,14 +1382,14 @@ Sizing Objects: the 'object-fit' property {#the-object-fit}
13821382
13831383 <dt> <dfn>contain</dfn>
13841384 <dd>
1385- The replaced content is sized to maintain its aspect ratio
1385+ The replaced content is sized to maintain its [=intrinsic aspect ratio=]
13861386 while fitting within the element's content box:
13871387 its <a>concrete object size</a> is resolved as a <a>contain constraint</a>
13881388 against the element's used width and height.
13891389
13901390 <dt> <dfn>cover</dfn>
13911391 <dd>
1392- The replaced content is sized to maintain its aspect ratio
1392+ The replaced content is sized to maintain its [=intrinsic aspect ratio=]
13931393 while filling the element's entire content box:
13941394 its <a>concrete object size</a> is resolved as a <a>cover constraint</a>
13951395 against the element's used width and height.
@@ -1406,7 +1406,7 @@ Sizing Objects: the 'object-fit' property {#the-object-fit}
14061406 Size the content as if ''object-fit/none'' or ''object-fit/contain'' were specified,
14071407 whichever would result in a smaller <a>concrete object size</a> .
14081408
1409- Note: Both ''object-fit/none'' and ''object-fit/contain'' respect the content's intrinsic aspect ratio,
1409+ Note: Both ''object-fit/none'' and ''object-fit/contain'' respect the content's [= intrinsic aspect ratio=] ,
14101410 so the concept of "smaller" is well-defined.
14111411 </dl>
14121412
0 commit comments