[WICG/webcomponents] Provide a mechanism to prevent or coalesce upgrades when defining new custom elements (#922)

From https://github.com/WICG/webcomponents/issues/710, we should provide a mechanism to prevent automatic upgrades when defining a new custom element so that we'll end up with more predictable upgrading order & avoid O(nk) runtime cost of iterating over n DOM nodes for k custom elements.

-- 
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/922

Received on Friday, 16 April 2021 20:06:16 UTC