Re: [WICG/webcomponents] Selector for children of the named slot (Issue #961)

Looks like I can use these approach:

```
<x-example>
  <p slot="top">Top 1</p>
  <p slot="top">Top 2</p>
  <p slot="top">Top 3</p>
</x-example>
``

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

Message ID: <WICG/webcomponents/issues/961/1175240221@github.com>

Received on Tuesday, 5 July 2022 16:15:21 UTC