Skip to content

Commit ac74677

Browse files
committed
Add link to SVG's preserveAspectRatio attribute in note about object-fit. <http://lists.w3.org/Archives/Public/www-style/2012Mar/0586.html>
1 parent a98e664 commit ac74677

2 files changed

Lines changed: 18 additions & 2 deletions

File tree

css3-images/Overview.html

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2088,7 +2088,11 @@ <h3 id=object-fit><span class=secno>5.5. </span> Sizing Objects: the
20882088
<p class=note>Note: the &lsquo;<a href="#object-fit0"><code
20892089
class=property>object-fit</code></a>&rsquo; property has similar semantics
20902090
to the <code>fit</code> attribute in <a href="#SMIL10"
2091-
rel=biblioentry>[SMIL10]<!--{{SMIL10}}--></a>.
2091+
rel=biblioentry>[SMIL10]<!--{{SMIL10}}--></a> and the &lt;meetOrSlice>
2092+
parameter on the <a
2093+
href="http://www.w3.org/TR/SVG11/coords.html#PreserveAspectRatioAttribute"><code>preserveAspectRatio</code>
2094+
attribute</a> in <a href="#SVG11"
2095+
rel=biblioentry>[SVG11]<!--{{SVG11}}--></a>.
20922096

20932097
<p class=note>Note: Per the <i title=object-negotiation>CSS&#8651;Object
20942098
Negotiation</i> algorithm, the <a href="#concrete-object-size"><i>concrete
@@ -2748,6 +2752,16 @@ <h3 class=no-num id=other-references>Other references</h3>
27482752
href="http://www.w3.org/TR/1998/REC-smil-19980615">http://www.w3.org/TR/1998/REC-smil-19980615</a>
27492753
</dd>
27502754
<!---->
2755+
2756+
<dt id=SVG11>[SVG11]
2757+
2758+
<dd>Erik Dahlstr&#246;m; et al. <a
2759+
href="http://www.w3.org/TR/2011/REC-SVG11-20110816/"><cite>Scalable
2760+
Vector Graphics (SVG) 1.1 (Second Edition).</cite></a> 16 August 2011.
2761+
W3C Recommendation. URL: <a
2762+
href="http://www.w3.org/TR/2011/REC-SVG11-20110816/">http://www.w3.org/TR/2011/REC-SVG11-20110816/</a>
2763+
</dd>
2764+
<!---->
27512765
</dl>
27522766
<!--end-informative-->
27532767

css3-images/Overview.src.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1311,7 +1311,9 @@ <h3 id="object-fit">
13111311
</div>
13121312

13131313
<p class="note">Note: the 'object-fit' property has similar semantics to
1314-
the <code>fit</code> attribute in [[SMIL10]].</p>
1314+
the <code>fit</code> attribute in [[SMIL10]] and the &lt;meetOrSlice>
1315+
parameter on the
1316+
<a href="http://www.w3.org/TR/SVG11/coords.html#PreserveAspectRatioAttribute"><code>preserveAspectRatio</code> attribute</a> in [[SVG11]].</p>
13151317

13161318
<p class=note>Note: Per the <i title=object-negotiation>CSS&#8651;Object Negotiation</i>
13171319
algorithm, the <i>concrete object size</i> (or, in this case, the size of the

0 commit comments

Comments
 (0)