Re: [whatwg/dom] Declarative Shadow DOM (#831)

> What would happen in this situation then? :D

the same thing that happens if SSR produces invalid HTML, except it's the only issue ever, compared with everything else discussed in here:

  * backward compatible
  * content as text, no issues with parsers, it's just text

the only issue it has it that it needs to escape `-->`, so we could start from there, also we could find a better convention to define the comment boundaries.

It's hacky as hell, but it seems like it could address most painful points in this thread.


-- 
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/831#issuecomment-717478311

Received on Tuesday, 27 October 2020 19:18:57 UTC