This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.
I want to suggest changing the spec for createCDATASection() method such that a string that contains "]]>" transforms into two <CDATA> sections. For example: > My blow up ]]> example Becomes > My blow up ]]]><![CDATA[]> example Any ideas against this? I've been trying to find them but I just can't see how this can be something wrong...