- From: <bugzilla@jessica.w3.org>
- Date: Thu, 12 Apr 2012 11:42:46 +0000
- To: public-webapps-bugzilla@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=16713
Summary: locate a namespace returns value of no-namespace
xmlns="" attribute
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"" maybe we should
ignore xmlns attributes in no namespace.
var elm = document.createElementNS('foo', 'x:y');
elm.setAttribute('xmlns', 'bar'); // no-namespace attribute
elm.lookupNamespaceURI(null); // bar per spec
--
Configure bugmail: https://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
Received on Thursday, 12 April 2012 11:42:53 UTC