Re: [csswg-drafts] [css-overflow] Is the box a scroll container if only one of 'overflow-x' or 'overflow-y' is 'clip'?

@fantasai With your wording I understand that `overflow-x: visible; overflow-y: clip` remains as specified. But on Firefox `overflow-x: visible; overflow-y: -moz-hidden-unscrollable` computes to `overflow-x: auto; overflow-y: hidden`. Is this deliberate? Consider

> Computed value: as specified, except with `visible`/`clip` computing to `auto`/`hidden` (respectively) if `overflow-x` and `overflow-y` have different values.

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

Received on Tuesday, 6 March 2018 16:29:38 UTC