- From: Ryosuke Niwa <notifications@github.com>
- Date: Wed, 02 Sep 2015 08:03:06 -0700
- To: w3c/webcomponents <webcomponents@noreply.github.com>
Received on Wednesday, 2 September 2015 15:03:35 UTC
I don't think we want to do this just for the styling use cases mentioned here. I think we just need to set [`display: contents`](http://www.w3.org/TR/css-display-3/#box-generation) as the default sheet sheet on slot elements as follows and that should address both use cases mentioned here. ```css slot { display: contents; } ``` --- Reply to this email directly or view it on GitHub: https://github.com/w3c/webcomponents/issues/308#issuecomment-137115467
Received on Wednesday, 2 September 2015 15:03:35 UTC