Re: [css-flexbox] what overflow should be scrollable in flexbox?
Christian Biesinger <[email protected]> Wed, 15 Jun 2016 17:59:53 +0200
| Newsgroups | gmane.comp.web.css.general |
|---|---|
| Message-ID | <CAPTJ0XEhOzv6ogwZOZ4YQSvXtV2Vy1GxOJpkRdYt79t3=TZZPA@mail.gmail.com> |
On Tue, Jun 14, 2016 at 11:22 PM, fantasai <[email protected]> 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