Re: [pointerevents] Pointer events & disabled form elements

Related to this is also <audio>/<video> handling. https://html.spec.whatwg.org/#user-interface vaguely says that some events (but which?) should be suppressed. But the current implementation for example in blink is odd, since if there is mousedown outside <video>, and mouseup happens on top of <video>, page never gets the mouseup.

-- 
GitHub Notification of comment by smaug----
Please view or discuss this issue at https://github.com/w3c/pointerevents/issues/177#issuecomment-286411020 using your GitHub account

Received on Tuesday, 14 March 2017 12:50:23 UTC