- From: <bugzilla@jessica.w3.org>
- Date: Thu, 27 Nov 2014 09:29:38 +0000
- To: public-webapps-bugzilla@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=27386 --- Comment #12 from Philip Jägenstedt <philipj@opera.com> --- OK, it looks like creating a single text nodes was easier than I thought. Simon was kind enough to grep some real data for createCDATASection: http://krijnhoetmer.nl/irc-logs/whatwg/20141127#l-355 It's all "targetNode.appendChild(document.createCDATASection(elementsObject[key]));" which would work if createCDATASection() returns a Text node, so that's promising. -- You are receiving this mail because: You are the QA Contact for the bug.
Received on Thursday, 27 November 2014 09:29:40 UTC