Re: [w3c/webcomponents] Consider adding user-defined attributes to slots (#733)

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