File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1711,7 +1711,7 @@ <h3 id=serializing-properties><span class=secno>7.6. </span>Serializing
17111711 new properties</ h3 >
17121712
17131713 < p > To serialize the ‘< a href ="#image-resolution1 "> < code
1714- class =css > image-resolution</ code > </ a > ’ property:
1714+ class =property > image-resolution</ code > </ a > ’ property:
17151715
17161716 < ol >
17171717 < li > If the ‘< a href ="#from-image "> < code
@@ -1726,21 +1726,21 @@ <h3 id=serializing-properties><span class=secno>7.6. </span>Serializing
17261726 </ ol >
17271727
17281728 < p > To serialize the ‘< a href ="#propdef-img-orient "> < code
1729- class =css > image-orientation</ code > </ a > ’ property:</ p >
1729+ class =property > image-orientation</ code > </ a > ’ property:</ p >
17301730
17311731 < ol >
17321732 < li > Serialize the <angle> and append it to s.
17331733 </ ol >
17341734
17351735 < p > To serialize the ‘< a href ="#object-fit0 "> < code
1736- class =css > object-fit</ code > </ a > ’ property:</ p >
1736+ class =property > object-fit</ code > </ a > ’ property:</ p >
17371737
17381738 < ol >
17391739 < li > Serialize the keyword and append it to s.
17401740 </ ol >
17411741
17421742 < p > To serialize the ‘< a href ="#object-position0 "> < code
1743- class =css > object-position</ code > </ a > ’ property:
1743+ class =property > object-position</ code > </ a > ’ property:
17441744
17451745 < ol >
17461746 < li > Serialize the value as a <bg-position> and append it to s.
Original file line number Diff line number Diff line change @@ -871,21 +871,21 @@ <h3 id="serializing-gradients">Serializing Gradients</h3>
871871
872872 < div >
873873 < h3 id =serializing-properties > Serializing new properties</ h3 >
874- < p > To serialize the '' image-resolution' ' property:
874+ < p > To serialize the 'image-resolution' property:
875875 < ol >
876876 < li > If the ''from-image'' keyword is specified in the property value, append "from-image" to s.</ li >
877877 < li > If both the ''from-image'' keyword and a <resolution> are specified, append a space " " to s.</ li >
878878 < li > If a <resolution is specified, serialize it and append it to s.</ li >
879879 </ ol >
880- < p > To serialize the '' image-orientation' ' property:</ p >
880+ < p > To serialize the 'image-orientation' property:</ p >
881881 < ol >
882882 < li > Serialize the <angle> and append it to s.</ li >
883883 </ ol >
884- < p > To serialize the '' object-fit' ' property:</ p >
884+ < p > To serialize the 'object-fit' property:</ p >
885885 < ol >
886886 < li > Serialize the keyword and append it to s.</ li >
887887 </ ol >
888- < p > To serialize the '' object-position' ' property:</ li >
888+ < p > To serialize the 'object-position' property:</ li >
889889 < ol >
890890 < li > Serialize the value as a <bg-position> and append it to s.</ li >
891891 </ ol >
You can’t perform that action at this time.
0 commit comments