Re: ISSUE-2363 (image stroke): Reconcile 'stroke' presentation attributes on <image> [SVG 1.1 F2 Last Call]

SVG Working Group Issue Tracker:
> The definition of <image> in SVG 1.1, under "Presentation Attributes"
> list the various 'stroke' attributes.
>
>  http://www.w3.org/TR/SVG/struct.html#ImageElement
> 
> I think this is a change from SVG 1.1. We should either remove them,
> or change SVG to allow stroke.

One of the changes we made in Second Edition was to make all
presentation attributes be valid to specify on all stylable elements.

  http://dev.w3.org/SVG/profiles/1.1F2/publish/changes.html#WholeDocument

The blue element summary boxes list the attributes that can be validly
specified on the elements.  This is not to say that it will have an
effect on the rendering.  It will have an effect on the element’s
computed style, however.

(There is after all no way to prevent the stroke properties from being
set on an <image> due to a style="" attribute or a matching selector
from a style sheet.  These will still have no effect on the rendering of
the element, but will be reflected in the element’s computed style if
looked up with script.)

-- 
Cameron McCormack ≝ http://mcc.id.au/

Received on Tuesday, 24 August 2010 04:15:39 UTC