@@ -1819,7 +1819,7 @@ <h3 id=object-fit><span class=secno>5.4. </span> Sizing Objects: the
18191819 class =css > fill</ code > ’. Otherwise, the object is scaled as follows:
18201820
18211821 < dl >
1822- < dt > fill
1822+ < dt > ‘ < code class = css > fill</ code > ’
18231823
18241824 < dd >
18251825 < p > Set the object's size to the < a
@@ -1832,7 +1832,7 @@ <h3 id=object-fit><span class=secno>5.4. </span> Sizing Objects: the
18321832 < p > This will make the contents exactly fill the replaced element's
18331833 content box.</ p >
18341834
1835- < dt > contain
1835+ < dt > ‘ < code class = css > contain</ code > ’
18361836
18371837 < dd >
18381838 < p > Determine the used ‘< code class =property > height</ code > ’
@@ -1854,7 +1854,7 @@ <h3 id=object-fit><span class=secno>5.4. </span> Sizing Objects: the
18541854 neither width nor height larger than the replaced element's used width
18551855 and height, respectively.</ p >
18561856
1857- < dt > cover
1857+ < dt > ‘ < code class = css > cover</ code > ’
18581858
18591859 < dd >
18601860 < p > Determine the used ‘< code class =property > height</ code > ’
@@ -1876,7 +1876,7 @@ <h3 id=object-fit><span class=secno>5.4. </span> Sizing Objects: the
18761876 neither width nor height smaller than the replaced element's used width
18771877 and height, respectively.</ p >
18781878
1879- < dt > none
1879+ < dt > ‘ < code class = css > none</ code > ’
18801880
18811881 < dd >
18821882 < p > Set the content's size to the < a
@@ -1886,7 +1886,7 @@ <h3 id=object-fit><span class=secno>5.4. </span> Sizing Objects: the
18861886 href ="#default-object-size "> < i > default object size</ i > </ a > equal to the
18871887 replaced element's used width and height.</ p >
18881888
1889- < dt > scale-down
1889+ < dt > ‘ < code class = css > scale-down</ code > ’
18901890
18911891 < dd >
18921892 < p > Size the content as if ‘< code class =css > none</ code > ’ or
@@ -2086,18 +2086,19 @@ <h3 id=image-resolution><span class=secno>6.1. </span> Overriding Image
20862086 meanings:
20872087
20882088 < dl >
2089- < dt > <resolution>
2089+ < dt > ‘< a href ="#ltresolution "> < code
2090+ class =css > <resolution> </ code > </ a > ’
20902091
20912092 < dd > Specifies the intrinsic resolution explicitly.
20922093
2093- < dt > from-image
2094+ < dt > ‘ < code class = css > from-image</ code > ’
20942095
20952096 < dd > The image's intrinsic resolution is taken as that specified by the
20962097 image format. If the image does not specify its own resolution, the
20972098 explicitly specified resolution is used (if given), else it defaults to
20982099 ‘< code class =css > 1ddpx</ code > ’.
20992100
2100- < dt > snap
2101+ < dt > ‘ < code class = css > snap</ code > ’
21012102
21022103 < dd > If the "snap" keyword is provided, the computed ‘< a
21032104 href ="#ltresolution "> < code class =css > <resolution> </ code > </ a > ’
0 commit comments