RESOLVED FIXED 12486
XPathNSResolver.lookupNamespaceURI should return null if no URI is found
https://bugs.webkit.org/show_bug.cgi?id=12486
Summary XPathNSResolver.lookupNamespaceURI should return null if no URI is found
Alexey Proskuryakov
Reported 2007-01-30 12:28:02 PST
Currently, null Strings are converted to empty ones. This makes W3C tests fail: XPathNSResolver_lookupNamespaceURI_nist_dmstc XPathNSResolver_lookupNamespaceURI_null From the spec: Return Value DOMString Returns the associated namespace URI or null if none is found.
Attachments
proposed fix (2.77 KB, patch)
2007-01-30 12:31 PST, Alexey Proskuryakov
darin: review+
Alexey Proskuryakov
Comment 1 2007-01-30 12:31:56 PST
Created attachment 12805 [details] proposed fix
Darin Adler
Comment 2 2007-01-30 13:12:58 PST
Comment on attachment 12805 [details] proposed fix r=me
Sam Weinig
Comment 3 2007-01-30 14:45:39 PST
Landed in r19269.
Note You need to log in before you can comment on or make changes to this bug.