Re: [csswg-drafts] [css-overflow] Add mechanism for disabling scrollbars

So what we want is:
* No visible browser-provided UI
* layout/painting identical to `overflow:hidden` (probably including the interactions with `scrollbar-gutter`)
* Desipte the lack of visible scrolling UI, the element reacts any  kind of user activated scrolling, such as panning on a touch screen, two-finger scrolling on a touchpad, scrollwheels...

Right?

I don't think this belongs in the `scrollbar-gutter` property. Maybe it could go into `overflow`, but I am not 100% sure what to call it there. Another alternative might be `scrollbar-style: auto | manual`.
I'm calling it `manual` rather than `none` as a hint to authors that this is meant to let them manually provide the UI they want, rather than as a mean to have no UI at all, but the behavior is the same.

>From there, we could:
* add a `scrollbar: <scrollbar-gutter> || <scrollbar-style>` shorthand
* potentially add more values later `scrollbar-style: auto | manual | overlay | classic | bunch-of-dots`

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

Received on Monday, 5 June 2017 08:46:32 UTC