Does SVG 1.0 define this?

Is the following SVG fragment technically in error? If so, where does the
SVG specification say so? If not, what should happen?

   <svg xmlns="http://www.w3.org/2000/svg"
        xmlns:xlink="http://www.w3.org/1999/xlink">
     <rect x="10" y="10" height="100" width="100" fill="blue"
           xlink:href="data:,test" xlink:type="simple"/>
   </svg>

-- 
Ian Hickson               U+1047E                )\._.,--....,'``.    fL
http://ln.hixie.ch/       U+263A                /,   _.. \   _\  ;`._ ,.
Things that are impossible just take longer.   `._.-(,_..'--(,_..'`-.;.'

Received on Saturday, 12 June 2004 15:40:56 UTC