Re: [w3c/webcomponents] Allow customizing base of a shadow root (#581)

@annevk : I don't think implicitly preloading scripts while it's not connected to a document is a good pattern because that can easily lead to unintentional / accidental fetches users of the elements didn't intend.  It's much better to manually `Fetch` or do it when the element is inserted into a document.  For example, `link` element supports `preload` attribute but it doesn't start preloading immediately when the attribute is added; it needs to be inserted into a document.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/webcomponents/issues/581#issuecomment-252405397

Received on Saturday, 8 October 2016 06:01:06 UTC