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 525 - Add createElement (etc) tests using empty strings
Summary: Add createElement (etc) tests using empty strings
Status: RESOLVED FIXED
Alias: None
Product: DOM TS
Classification: Unclassified
Component: DOM Level 1 (show other bugs)
Version: unspecified
Hardware: Other other
: P2 normal
Target Milestone: ---
Assignee: Curt Arnold
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-02-14 21:55 UTC by Curt Arnold
Modified: 2004-03-09 20:39 UTC (History)
0 users

See Also:


Attachments
New tests (30.58 KB, patch)
2004-03-09 15:38 UTC, Curt Arnold
Details

Description Curt Arnold 2004-02-14 21:55:43 UTC
Per conference call on 11 Feb 2004, createElement("") and similar should throw 
an INVALID_CHARACTER_ERR exception since an empty string does not match the 
name pattern.
Comment 1 Curt Arnold 2004-03-09 15:38:35 UTC
Created attachment 283 [details]
New tests