Re: [WICG/webcomponents] [exportparts] support exporting via wildcards `exportparts="*, primary-*"` (Issue #1051)

A big place where `exportparts="thing-*"` will play out to a big benefit of developers is with View Transitions. If you've got a list of things, say a grid of images, that you want to allow View Transitions to manage, you need to surface ALL of those element to the root and not having `thing-*` means you need to track the pass through data at every shadow DOM boundary. It _works_, but it sure is ornery. 

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

Message ID: <WICG/webcomponents/issues/1051/2617071901@github.com>

Received on Monday, 27 January 2025 22:57:48 UTC