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

> I don't really understand the objection to making it bi-state. Just modifying [html.spec.whatwg.org/#initialise-the-document-object](https://html.spec.whatwg.org/#initialise-the-document-object) should be fine? That is only used iff the document is created by navigations, so it includes exactly this list:

Ok, done. I converted the tri-state to a boolean, and (because that allowed it) removed the `parser-allow-declarative-shadow-roots` concept completely. I just read back from the intended parent's document's "allow declarative shadow dom".

PTAL.

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

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

Received on Monday, 23 January 2023 23:36:44 UTC