Re: [w3c/DOM-Parsing] Restore serialization of CDATASection nodes (#38)

The serialization steps were in a comment which was removed, but they can still be found at
https://github.com/w3c/DOM-Parsing/blob/ab8d1ac9699ed43ae6de9f4be2b0f3cfc5f3709e/index.html#L1510
(and in the code for w3c-xmlserializer, which github has helpfully linked above).

Do we need to throw an exception if requireWellFormed is set and the node data contains the string `]]>` ?  That wasn't in the previous commented-out version of the spec, but it seems consistent.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/DOM-Parsing/issues/38#issuecomment-873204034

Received on Friday, 2 July 2021 19:02:44 UTC