@@ -1807,8 +1807,8 @@ <h3 id=object-fit><span class=secno>5.4. </span> Sizing Objects: the
18071807 class =property > object-fit</ code > </ a > ’ property specifies how the
18081808 contents of a replaced element should be scaled relative to the box
18091809 established by its used height and width. It also enables scaling a
1810- replaced element's contents up to a specified maximum size or down to a
1811- specified minimum size while preserving its aspect ratio.
1810+ replaced element up to a specified maximum size or down to a specified
1811+ minimum size while preserving its aspect ratio.
18121812
18131813 < p > Not all replaced elements can be scaled, but images typically can.
18141814
@@ -1829,7 +1829,8 @@ <h3 id=object-fit><span class=secno>5.4. </span> Sizing Objects: the
18291829 href ="#default-object-size "> < i > default object size</ i > </ a > equal to the
18301830 replaced element's used width and height.</ p >
18311831
1832- < p > This will make the contents exactly fill the replaced element's box.</ p >
1832+ < p > This will make the contents exactly fill the replaced element's
1833+ content box.</ p >
18331834
18341835 < dt > contain
18351836
@@ -1890,7 +1891,8 @@ <h3 id=object-fit><span class=secno>5.4. </span> Sizing Objects: the
18901891 < dd >
18911892 < p > Size the content as if ‘< code class =css > none</ code > ’ or
18921893 ‘< code class =css > contain</ code > ’ were specified, whichever
1893- would result in a smaller size.</ p >
1894+ would result in a smaller < a href ="#concrete-object-size "> < i > concrete
1895+ object size</ i > </ a > .</ p >
18941896
18951897 < p class =note > Note that both ‘< code class =css > none</ code > ’
18961898 and ‘< code class =css > contain</ code > ’ respect the content's
0 commit comments