RE: [SVGMobile12] SVGT12-207: Behaviour of <a> pointing into same document outside SVG document fragment is not defined

Hi Ian, 

> From: Ian Hickson [mailto:ian@hixie.ch] 

> > > That doesn't include referencing an element that is not inside an 
> > > SVG document fragment but is within the current document.
> > 
> > That is covered in column D.
> 
> Ah, so, for example, this case:
> 
>    <example xmlns="http://www.example.com/">
>     <svg xmlns="http://www.w3.org/2000/svg">
>      <script xlink:href="#a" 
> xmlns:xlink="http://www.w3.org/1999/xlink"/>
>     </svg>
>     <script-blocks>
>      <def xml:id="a">
>       alert('FAIL');
>      </def>
>     </script-blocks>
>    </example>
> 
> ...should be treated as if the <script> element had an 
> unsupported xlink:href attribute, and should therefore not 
> result in an alert?

That is correct.

> If that is the case, then the change you suggest above would 
> satisfy my request.

Great.

Cheers,
Scott



---------------------------------------------------------------------
This transmission (including any attachments) may contain confidential information, privileged material (including material protected by the solicitor-client or other applicable privileges), or constitute non-public information. Any use of this information by anyone other than the intended recipient is prohibited. If you have received this transmission in error, please immediately reply to the sender and delete this information from your system. Use, dissemination, distribution, or reproduction of this transmission by unintended recipients is not authorized and may be unlawful.

Received on Tuesday, 20 December 2005 19:44:15 UTC