Re: xlink:href test case

On Apr 15, 2010, at 17:10 , Erik Dahlstrom wrote:
> On Thu, 15 Apr 2010 16:51:10 +0200, Patrick Dengler <patd@microsoft.com> wrote:
>> Test case for xlink:href; note the different behaviors across browsers
>>            <image xlink:href="ie7_logo2.png" x="200" y="50" width="400" height="400" id="err" />
>>            <image xlink:href="ie7_logo.png" x="600" y="50" width="400" height="400" id="err" />
> Two points:
> - The second button should call testUpdatesetAttribNS.
> - The setAttributeNS call should pass a proper namespace URI as the first parameter, "http://www.w3.org/1999/xlink"

Also note that both image elements have ID "err", which is funky too.

It's annoying that this produces different results across browsers though, the error handling should hopefully be the same (which as Erik noted is partly an issue with DOM 3 Core).

-- 
Robin Berjon - http://berjon.com/

Received on Thursday, 15 April 2010 15:55:48 UTC