[Bug 24876] [Custom Elements]: Custom elements should be display: block by default

https://www.w3.org/Bugs/Public/show_bug.cgi?id=24876

--- Comment #2 from Elliott Sprehn <esprehn@gmail.com> ---
(In reply to Boris Zbarsky from comment #1)
> Custom form controls presumably wouldn't be display:block...

Indeed, they probably want to be display: inline-block. What I've observed is
that in many modern applications custom elements are placed inside flex boxes
so display: block is fine since they end up flexed anyway (if they were inline
they end up inside anonymous blocks instead).

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Monday, 3 March 2014 21:35:41 UTC