Open
Bug 503203
Opened 16 years ago
Updated 2 years ago
Assert that atoms used in element/attribute names don't contain null characters
Categories
(Core :: DOM: Core & HTML, enhancement, P5)
Core
DOM: Core & HTML
Tracking
()
NEW
People
(Reporter: jruderman, Unassigned)
Details
I think sicking suggested: the atom table should assert that strings used as atoms don't contain null characters.
Hmm.. actually, come to think of it I think we do want to support null-chars in atoms when they are used for things other than node-names. So what we should do is assert that the atoms stuck into nodeinfos and attribute names don't contain null-chars.
Summary: Assert that strings used as atoms don't contain null characters → Assert that atoms used in element/attribute names don't contain null characters
Reporter | ||
Updated•16 years ago
|
Severity: normal → enhancement
Component: XPCOM → DOM
QA Contact: xpcom → general
Comment 2•7 years ago
|
||
https://bugzilla.mozilla.org/show_bug.cgi?id=1472046
Move all DOM bugs that haven’t been updated in more than 3 years and has no one currently assigned to P5.
If you have questions, please contact :mdaly.
Priority: -- → P5
Assignee | ||
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•