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

How else are we going to implement slot elements?  One way or another, browser engines need to support semantics similar to `display: contents`.  We don't need to consider what happens with other elements with `display: contents` since we're talking about slot elements here.

In fact, it's fine for initial implementations of slot elements to not fully respect `display: contents`-ness. For the purpose of writing specifications, however, we should assume `display: contents` exist.  If Blink has issues with `display: contents`, then you guys should bring that up on www-style instead.

---
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/308#issuecomment-200697176

Received on Thursday, 24 March 2016 06:46:46 UTC