Re: [whatwg/dom] Add declarative Shadow DOM features (#892)

@annevk commented on this pull request.

Thank you! I think this looks good now, modulo a tiny nit. On reflection it seems unfortunate that we have to store parser state on the document, but it's not too bad and given that invoking the HTML parser isn't formalized all that well it's probably for the best. It's also something we can refactor down the line if it ever does get formalized better.

And "HTML fragment parsing algorithm" creates its own document so there's no potential for issues there.

> + <li><p>Set <var>doc</var>'s <a for=Document>allow declarative shadow roots</a> to false.
+

This is no longer needed, right?


-- 
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/dom/pull/892#pullrequestreview-1269680249
You are receiving this because you are subscribed to this thread.

Message ID: <whatwg/dom/pull/892/review/1269680249@github.com>

Received on Wednesday, 25 January 2023 16:26:01 UTC