- From: Joe Pea <notifications@github.com>
- Date: Mon, 06 Sep 2021 22:19:15 -0700
- To: WICG/webcomponents <webcomponents@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 7 September 2021 05:19:27 UTC
Element upgrade order with a document registry already changes depending on various factors (f.e. whether elements come before a script tag that runs all customElements.define calls, etc), so authors already _must_ design their elements such that upgrade order _does not matter_ if they wish for their elements to be robust and to work properly regardless in which order some end user may load things. Threfore, specifying a specific order for ShadowRoot registries that does not match document registries is totally acceptable, and an author's robust elements will probably already just work regardless. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/WICG/webcomponents/issues/923#issuecomment-913998136
Received on Tuesday, 7 September 2021 05:19:27 UTC