Re: [csswg-drafts] [css-scrollbars] Add to Scope section that we intend not to spec WebKit pseudo-element approach for reasons

I think, the webkit version is better than IE varsion but not ideal. Webmaster shall be possible to change position, shape and other properties of INTERNAL scrollbars. Internal means here: scrollbars of elements with set `overflow:auto` and `overflow:scroll` (including `<textarea/>`).  Without it website looks weird or webmaster must use DHTML JS to emulate scrollbars. No longer DHTML!

There shall be specified as little as needed pseudoelements for scrollbar to be possible style the scrollbars like mac, MSIE, EDGE and chrome versions (including mobile versions). **No `scrollbar` element but `::scrollbar-____` pseudoelements applicable to all elements.** 

Additionally emulation od scrollbars is hard due to lack of resize event for elements. There is only resize event for window. 

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

Received on Monday, 27 November 2017 23:41:26 UTC