Re: [css-flexbox] what overflow should be scrollable in flexbox?

On Tue, Jun 14, 2016 at 11:22 PM, fantasai
<fantasai.lists@inkedblade.net> wrote:
> On 05/11/2016 05:21 PM, Christian Biesinger wrote:
>>
>> Hi all,
>>
>> consider this bug report:
>> https://bugs.chromium.org/p/chromium/issues/detail?id=503483#makechanges
>>
>> This is a flex-end flexbox that overflows out of the top. Should the
>> overflow be scrollable? More generally, in which cases should which
>> overflow be scrollable for flexbox?
>>
>> We currently implement, basically, that the {row,column}-reverse
>> options change in which direction the overflow is scrollable (but not
>> wrap-reverse)
>
>
> Here's the spec on this:
>   https://www.w3.org/TR/css-align-3/#overflow-scroll-position

Ah thanks. The normative text seems a bit at odd with the example,
since the example says that flex-flow also affects the scrollable
overflow region but the normative text does not.

Thanks,
-Christian

Received on Wednesday, 15 June 2016 16:01:00 UTC