- From: Oriol Brufau via GitHub <sysbot+gh@w3.org>
- Date: Tue, 06 Mar 2018 16:29:35 +0000
- To: public-css-archive@w3.org
@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