Re: Small bug in udom-dom-210-t.svg

Hi Julien.

Julien Reichel:
> The list of SVG elements (var elementNames) include <listener> which is
> in reality in the XML-EVENTSS namespace:
> (15.4 : Please note that the 'listener' element must be specified in the
> XML Events namespace, and that an element in the SVG namespace with
> 'listener' as its local name must not be understood as being the element
> described in this chapter.).

Agreed.

> So the comparison between elt.namespaceURI != SVGNS  doesn't test what
> it should.

Creating the element in the SVG namespace instead of the XML Events
namespace should still succeed, but the intention of the test is to try
creating the elements in their correct namespaces, so I’ve fixed that
now.  (You should see the fixed version in the next release of the test
suite, which will be very soon.)

Thanks,

Cameron

-- 
Cameron McCormack ≝ http://mcc.id.au/

Received on Thursday, 26 June 2008 23:05:05 UTC