This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 699 - Problem with namespaceURI04.svg self hosted test?
Summary: Problem with namespaceURI04.svg self hosted test?
Status: RESOLVED FIXED
Alias: None
Product: DOM TS
Classification: Unclassified
Component: DOM Level 2 (show other bugs)
Version: unspecified
Hardware: PC Linux
: P2 normal
Target Milestone: ---
Assignee: Philippe Le Hegaret
QA Contact:
URL:
Whiteboard:
Keywords:
: 700 (view as bug list)
Depends on:
Blocks:
 
Reported: 2004-05-05 16:26 UTC by Rob Buis
Modified: 2004-05-06 19:48 UTC (History)
0 users

See Also:


Attachments
SVG compensations (22.47 KB, patch)
2004-05-06 15:46 UTC, Curt Arnold
Details

Description Rob Buis 2004-05-05 16:26:03 UTC
I can't really understand how namespaceURI04.svg test should work, in that 
I think the requested namespace is not null, but : 
 
 http://www.w3.org/2001/DOM-Test-Suite/Level-2/Files 
 
The line in question : 
 
<employee xmlns:dmstc="http://www.usa.com" 
xmlns="http://www.w3.org/2001/DOM-Test-Suite/Level-2/Files"> 
 
Please indicate if I interpret the testcase wrong. 
Cheers, 
 
Rob.
Comment 1 Rob Buis 2004-05-05 16:40:52 UTC
*** Bug 700 has been marked as a duplicate of this bug. ***
Comment 2 Curt Arnold 2004-05-06 15:46:39 UTC
Created attachment 356 [details]
SVG compensations
Comment 3 Curt Arnold 2004-05-06 15:48:22 UTC
Several DOM L2 tests did not properly adapt to the slight differences between
staffNS.xml and staffNS.svg.  staffNS.svg has two additional elements to support
self-hosted scripting and elements in no namespace in staffNS.xml have a
namespace in staffNS.svg since the SVG spec states only that elements in another
namespace are ignored and
http://www.w3.org/Bugs/Public/attachment.cgi?bugid=699&action=enter
Create a New Attachmentimplementations differ on the treatment of non-namespaced
elements.

These problems would be manifested in any testing using SVG and was not specific
to the self-hosted variety.  The tests were identified by running Xerces-J
against XML and SVG test documents and fixing the tests that failed with only
failed against SVG documents.

Tests with problems: 
getElementsByTagNameNS01.xml
getElementsByTagNameNS08.xml
getNamedItemNS03.xml
namespaceURI04.xml
nodehasattributes01.xml
prefix11.xml