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

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

--- Comment #3 from Boris Zbarsky <bzbarsky@mit.edu> ---
Inlines in a flex container don't create anonymous blocks; they just end up
with a computed display of "block".  The only anonymous anything that happens
with flexbox is that text that's a direct child of a flexbox is wrapped in an
anonymous flex item.

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

Received on Monday, 3 March 2014 22:15:21 UTC