- From: SVG Working Group Issue Tracker <sysbot+tracker@w3.org>
- Date: Tue, 29 Jul 2008 11:31:46 +0000 (GMT)
- To: public-svg-wg@w3.org
ISSUE-2024 (SVG in Image): Elements for which "defer" can be used in preserveAspectRatio="" [SVG Full 1.2]
http://www.w3.org/Graphics/SVG/WG/track/issues/2024
Raised by: Anthony Grasso
On product: SVG Full 1.2
http://lists.w3.org/Archives/Public/public-svg-wg/2008JulSep/0058.html
The spec currently says the following about "defer" in
preserveAspectRatio="":
defer
If the value of 'preserveAspectRatio' on an element that references
data ('image', 'animation' and 'video') starts with defer then the
value of the 'preserveAspectRatio' attribute on the referenced
content if present must be used. If the referenced content lacks a
value for 'preserveAspectRatio' then 'preserveAspectRatio' attribute
must be processed as normal (ignoring defer). For
'preserveAspectRatio' on all other elements the defer portion of the
attribute is ignored.
— http://dev.w3.org/SVG/profiles/1.2T/publish/coords.html#PreserveAspectRatioAttribute
Since <image> can reference only raster images, it seems that it can be
removed from that list in the parentheses.
Received on Tuesday, 29 July 2008 11:33:28 UTC