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

That all makes sense to me, with one exception:

> Replace the above with call-site parameters for all but DOMParser, which gets a constructor parameter.

Sorry, I wasn't clear. I think it should be a third options argument to parseFromString(), not an option to the constructor. Currently DOMParser is completely stateless, and IMO it should stay that way.

-- 
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-725668853

Received on Wednesday, 11 November 2020 21:23:50 UTC