Re: [css3-flexbox] Should "overflow: [scroll, hidden, auto]" apply to a flex container?

On 01/25/2013 03:13 PM, Tab Atkins Jr. wrote:
> Overflow definitely needs to apply, imo.

Why, out of curiosity?  If an author needs custom "overflow" behavior on
a flex container, wouldn't they be able to get that effect by wrapping
it in a block and styling the block with "overflow"?  Why would the flex
container itself need to support overflow?

For comparison: "overflow" doesn't have any effect on the <table>
element anywhere, nor does it apply to "display:inline" elements, and it
doesn't to <fieldset> in Gecko at least.


~Daniel

Received on Friday, 25 January 2013 23:30:26 UTC