[csswg-drafts] [css-scrollbars][proposal] Pointer events (#3338)

morille has just created a new issue for https://github.com/w3c/csswg-drafts:

== [css-scrollbars][proposal] Pointer events ==
There are variable implementations of scrollbar pointer events behavior in web browsers, and this leads to complicated situations for webdevs.
For example:
-Chrome does not let user catch any pointer event that occured on a scrollbar, like `pointer-events: none`
-Firefox lets events go through the scrollbar, like `pointer-events: all`
It would be nice to have a CSS way to make them consistent.

Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/3338 using your GitHub account

Received on Thursday, 22 November 2018 11:19:52 UTC