[Bug 27386] Removing createCDATASection() unlikely to be successful

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