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

Firefox seems the only browser that supports `clip`, under the name `-moz-hidden-unscrollable`. Effectively it seems to compute to `hidden` if one of `overflow-x` or `overflow-y` is not `-moz-hidden-unscrollable`.

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

Received on Monday, 13 November 2017 15:50:37 UTC