- From: Hayato Ito <notifications@github.com>
- Date: Tue, 04 Oct 2016 00:50:43 -0700
- To: w3c/webcomponents <webcomponents@noreply.github.com>
Received on Tuesday, 4 October 2016 07:51:25 UTC
Slotting indirect children does not make sense. The parent of such children is *no-op*, isn't it? You can omit such the parent in any case, and put children as direct children of the shadow host. > My first attempt was to attach a shadow to my-tabs and use a named slot for the titles and contents: @joelrich You might want to attach a shadow to `<my-tab>` too. You should have two components: `<my-tabs>` and `<my-tab>`. Nested components are a common technique, I think. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/w3c/webcomponents/issues/574#issuecomment-251318420
Received on Tuesday, 4 October 2016 07:51:25 UTC