[Webkit-unassigned] [Bug 10712] lookupNamespaceURI for "xml" and "xmlns" does not return the corresponding namespaceURI

bugzilla-daemon at opendarwin.org bugzilla-daemon at opendarwin.org
Tue Sep 19 13:14:08 PDT 2006


http://bugzilla.opendarwin.org/show_bug.cgi?id=10712





------- Comment #2 from robburns1 at mac.com  2006-09-19 13:14 PDT -------
(In reply to comment #1)
> Could you please attach a test case demonstrating this issue?
> 

DOMNode -lookupNamespaceURI:xml  should return
"http://www.w3.org/XML/1998/namespace" even when its not declared in the
document (it need not be declared). And:

DOMNode -lookupPrefix:@"http://www.w3.org/XML/1998/namespace" should return
xml.

Likewise xmlns => "http://www.w3.org/2000/xmlns/" and vice versa.

I believe these DOM3 methods may have been recently added to WebKit because
they are not documented in th headers. The discussion I cite in comment
http://bugzilla.opendarwin.org/show_bug.cgi?id=6638#c15 seems to indicate that
the commenter thinks these values should not be returned. I think they should
and cannot imagine what the rationale behind not returning them might be.

I hope that helps clarify the bug.


-- 
Configure bugmail: http://bugzilla.opendarwin.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list