Re: [whatwg/dom] [Declarative Shadow DOM] How should we build the "opt-in" for fragment parsing of declarative Shadow DOM? (#912)

Also when at all possible it'd be better to avoid global toggles in favor of method parameters. So e.g. instead of `document.allowDeclarativeShadowDOM = true` you'd do `div.setInnerHTML(html, { allowDeclarativeShadowDOM: true })`.

-- 
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/912#issuecomment-722699514

Received on Thursday, 5 November 2020 23:16:00 UTC