Re: [csswg-drafts] [css-writing-modes] Orthogonal Flow Constraint: viewport vs scroller

This may not necessarily change our conclusion, but I've found something that wasn't discussed as far as I remember, and doesn't show in the minutes.

Some current implementations go further than what we suggested, and do clamp at non-fixed sized scrollers as well, at least in some cases:

In this example, which has a non fixed sized scrolled with a max-height:
http://jsbin.com/gekebob/edit?html,css,output

* Firefox / Edge do what we said, and reach for the ICB
* Chrome sizes to the scroller at max height
* Safari almost sizes to the scroller at max height, but misses because it forgets to take the child's border into account.

So, are we happy with the resolution as is, or do we want to add "non-fixed height scrollers with a fixed max-height" as well to the list of things you clamp to?

-- 
GitHub Notification of comment by frivoal
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/1391#issuecomment-330713088 using your GitHub account

Received on Wednesday, 20 September 2017 00:46:21 UTC