Closed
Bug 212892
Opened 22 years ago
Closed 22 years ago
nsXMLCDATASection::IsContentOfType(nsIContent::eTEXT) claims false
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
People
(Reporter: axel, Assigned: axel)
Details
CDATA sections are text, but the impl claims that it is nothing really.
Gonna make a patch that implements IsContentOfType and returns PR_TRUE for eTEXT.
Assignee | ||
Comment 1•22 years ago
|
||
fixed a few days ago, with
http://bugzilla.mozilla.org/attachment.cgi?id=128313&action=view from bug 151002
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → FIXED
Updated•7 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•