Re: [whatwg/dom] Proposal: a DocumentFragment whose nodes do not get removed once inserted (#736)

> I'm not sure how much this matters, but this would be the first node type in the tree (but not tree-of-trees) that can't survive a serialize/parse round-trip.

Actually CData sections and processing nodes are simply completely broken in `text/html` because they don't deserialize (instead they just become text nodes) but do serialize. Not that anyone really cares about them.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/dom/issues/736#issuecomment-481973716

Received on Thursday, 11 April 2019 05:45:17 UTC