Closed tdrhq closed 1 year ago
I was dealing with a situation where
<script id="foo" >.... </script>
Was being converted to a text node. This fixes it.
(Side note: it actually converts it to a text node that looks like <cript -- notice the missing s. So there's another bug somewhere in the failover logic for when a node does not parse)
<cript
s
I was dealing with a situation where
Was being converted to a text node. This fixes it.
(Side note: it actually converts it to a text node that looks like
<cript
-- notice the missings
. So there's another bug somewhere in the failover logic for when a node does not parse)