Re: [webcomponents] [Custom Elements]: Custom elements should be display: block by default (#224)

Fwiw, I have the same experience as @ebidel. The `display:inline` default is just not what people expect. Often they put block-level elements inside a host and don't even realize there is a problem until the host reports 0 height, or exhibits strange (to them) rendering behavior.

With respect to #224, I agree with @esprehn:

> I think having registerElement make it become block is fine, you should already be managing FOUC using :unresolved.

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

Received on Tuesday, 8 March 2016 18:24:44 UTC