[Bug 16712] New: locate a namespace returns default namespace even if prefix is non-null

https://www.w3.org/Bugs/Public/show_bug.cgi?id=16712

           Summary: locate a namespace returns default namespace even if
                    prefix is non-null
           Product: WebAppsWG
           Version: unspecified
          Platform: PC
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: DOM
        AssignedTo: annevk@opera.com
        ReportedBy: simonp@opera.com
         QAContact: public-webapps-bugzilla@w3.org
                CC: mike@w3.org, www-dom@w3.org


http://dvcs.w3.org/hg/domcore/raw-file/tip/Overview.html#locate-a-namespace

"or whose namespace prefix is null and local name is "xmlns"" should only apply
if /prefix/ is null.

<x xmlns="foo"/>.lookupNamespaceURI('bar') returns foo per spec currently.

-- 
Configure bugmail: https://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

Received on Thursday, 12 April 2012 11:38:23 UTC