[Webkit-unassigned] [Bug 33191] CDATA sections are merged into Text nodes when normalize() is used

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 5 11:03:38 PST 2010


https://bugs.webkit.org/show_bug.cgi?id=33191


Darin Adler <darin at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |EasyFix




--- Comment #1 from Darin Adler <darin at apple.com>  2010-01-05 11:03:37 PST ---
Looking at Node::normalize it seems the problem is using nodeType which returns
TEXT_NODE for both text nodes and character data nodes. Instead we should call
isTextNode and isElementNode in that function.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list