Closed
Bug 34995
Opened 25 years ago
Closed 25 years ago
document.createAttribute doesn't throw exception
Categories
(Core :: DOM: Core & HTML, defect, P3)
Core
DOM: Core & HTML
Tracking
()
People
(Reporter: ckritzer, Assigned: jst)
References
()
Details
Attachments
(1 file)
2.75 KB,
text/html
|
Details |
Overview: When using:
document.createAttribute(" € !≈ ∞ ∴ foo");
no exception is being thrown.
Actual Results: No exception is being thrown.
Expected Results: The exception INVALID_CHARACTER_ERR should be thrown.
Platforms Bug Appears On:
- Linux6 2000-04-06-17-M15 Commercial build
- Win98 2000-04-06-17-M15 Commercial build
- MacOS9 2000-04-06-15-M15 Commercial build
Reporter | ||
Comment 1•25 years ago
|
||
Assignee | ||
Comment 3•25 years ago
|
||
This problem is coverd by bug #16603, marking as duplicate.
*** This bug has been marked as a duplicate of 16603 ***
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → DUPLICATE
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•