This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 725 - Empty string can give NAMESPACE as well INVALID_CHAR errors
Summary: Empty string can give NAMESPACE as well INVALID_CHAR errors
Status: NEW
Alias: None
Product: DOM TS
Classification: Unclassified
Component: DOM Level 2 (show other bugs)
Version: unspecified
Hardware: All All
: P2 normal
Target Milestone: ---
Assignee: Philippe Le Hegaret
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-05-22 20:14 UTC by Andrew Clover
Modified: 2004-05-23 00:14 UTC (History)
0 users

See Also:


Attachments

Description Andrew Clover 2004-05-22 20:14:29 UTC
The DOM L2 Core tests:

  createAttributeNS06
  createDocument08
  createDocumentType04
  setAttributeNS10

try to use an empty string for a qualifiedName, expecting INVALID_CHARACTER_ERR.
  However NAMESPACE_ERR is equally possible as this is as much a 'malformed
qualified name'.