Skip to content

Commit 35da0d2

Browse files
committed
Minor syntactical fixup.
1 parent cb384ab commit 35da0d2

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

css3-images/Overview.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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 &lsquo;<a href="#image-resolution1"><code
1714-
class=css>image-resolution</code></a>&rsquo; property:
1714+
class=property>image-resolution</code></a>&rsquo; property:
17151715

17161716
<ol>
17171717
<li>If the &lsquo;<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 &lsquo;<a href="#propdef-img-orient"><code
1729-
class=css>image-orientation</code></a>&rsquo; property:</p>
1729+
class=property>image-orientation</code></a>&rsquo; property:</p>
17301730

17311731
<ol>
17321732
<li>Serialize the &lt;angle> and append it to s.
17331733
</ol>
17341734

17351735
<p>To serialize the &lsquo;<a href="#object-fit0"><code
1736-
class=css>object-fit</code></a>&rsquo; property:</p>
1736+
class=property>object-fit</code></a>&rsquo; property:</p>
17371737

17381738
<ol>
17391739
<li>Serialize the keyword and append it to s.
17401740
</ol>
17411741

17421742
<p>To serialize the &lsquo;<a href="#object-position0"><code
1743-
class=css>object-position</code></a>&rsquo; property:
1743+
class=property>object-position</code></a>&rsquo; property:
17441744

17451745
<ol>
17461746
<li>Serialize the value as a &lt;bg-position> and append it to s.

css3-images/Overview.src.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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 &lt;resolution> are specified, append a space " " to s.</li>
878878
<li>If a &lt;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 &lt;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 &lt;bg-position> and append it to s.</li>
891891
</ol>

0 commit comments

Comments
 (0)