Re: [webcomponents] Should shadow host have `display: block` by default? (#426)

This would still result in a flush of contents when custom elements are upgraded but its behavior is a lot more easier to understand as simply having UA stylesheet with:

```css
:host { display: block; }
```

and it's probably less confusing for authors.

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

Received on Tuesday, 8 March 2016 21:33:48 UTC