Re: [css3-images] Image Fragments and SVG URIs

Dirk Schulze:
> What happens if the element has 'xywh' as id? Would it be interpreted as URI or media fragment identifier?

All of the media fragments seem to have the form <name>=<value>, so I 
would expect something.svg#xywh to have the normal SVG linking behaviour.

What might have been an issue is if there is an element with 
id="xywh=1,2,3,4" for example, but SVG fragment identifiers are already 
defined to be an XML Name, not an arbitrary string, so 
something.svg#xywh=1,2,3,4 would presumably not end up referencing any 
element anyway.

Received on Sunday, 1 July 2012 04:56:55 UTC