ISSUE-2024 (SVG in Image): Elements for which "defer" can be used in preserveAspectRatio="" [SVG Full 1.2]

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