Re: [webcomponents] Composition Algorithm shouldn't unwrap slots (#308)

> For example, do elements that have that applied still match styles? Should slot { color: red } result in assigned elements inheriting red?

It should because box generation is separate from style inheritance

> Will `<slot contenteditable>` do anything?

Contenteditable is a DOM concept.  It won't be affected by display types.

---
Reply to this email directly or view it on GitHub:
https://github.com/w3c/webcomponents/issues/308#issuecomment-144161101

Received on Tuesday, 29 September 2015 19:20:14 UTC