[SVGMobile12] Reference Restrictions; fragment or SVG document fragment

Hi,

In Reference Restrictions[1] it says:

>B: Reference an SVG document fragment, either within the current document 
>(e.g. "#someelement") or an external document (e.g. "afile.svg#anelement").

Shouldn't that read:

   B: Reference a fragment from an SVG document fragment, either within the
   current document (e.g. "#someelement") or an external document (e.g.
   "afile.svg#anelement").

Or is the intent that you can only reference svg:svg elements?

[1] 
http://www.w3.org/TR/2006/CR-SVGMobile12-20060810/linking.html#ReferenceRestrictions

Regards,
Simon Pieters

Received on Saturday, 19 August 2006 01:20:40 UTC