You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems the namespaceURI property of attribute nodes that use the default namespace is always undefined.
The spec states that it should be null instead:
The namespace URI of this node, or null if it is unspecified.
It seems the
namespaceURI
property of attribute nodes that use the default namespace is alwaysundefined
.The spec states that it should be
null
instead:http://www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/core.html#ID-NodeNSname
This is a problem for us because it breaks our equals check for xml names (which compares the tagname and namespace).
The text was updated successfully, but these errors were encountered: