- From: Hayato Ito <notifications@github.com>
- Date: Thu, 08 Feb 2018 18:24:40 -0800
- To: w3c/webcomponents <webcomponents@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 9 February 2018 02:25:03 UTC
Can this be resolved by a user-land solution? e.g. ```javascript slot.addEventListener('slotchange', (_) => { slot.assignedElements().forEach((e) => e.setAttribute('cool-attr', slot.getAttribute('cool-attr')); }); ``` -- 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/733#issuecomment-364315739
Received on Friday, 9 February 2018 02:25:03 UTC