Re: [WICG/webcomponents] [scoped-registries] Element upgrade ordering (#923)

FWIW, traversing documents in their creation order isn't a thing so we'd need a way to sort documents in that order, which could be quite expensive. Furthermore, each scoped registry needs to remember the set of documents that contain a shadow tree which uses the registry anyway since otherwise UA would have to traverse through all documents in the creation order and filter those that do (e.g. by having a set of all scoped registries per document).

My preference is to still use the ordering we agreed to during TPAC since it's a lot simpler to spec and implement.

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

Message ID: <WICG/webcomponents/issues/923/1741843854@github.com>

Received on Saturday, 30 September 2023 19:35:12 UTC