Re: [whatwg/dom] Define how script-created click events are special during dispatch (#325)

The non-click based ones are basically a filter to stop propagation of the event. And I'm not sure how interoperable those are because it means that we aren't actually calling the event handlers on the target. It seems to me that the filter probably should be done in the default handler itself.

The MediaControlsElements end up showing a cast overlay when an event occurs. 
The HTMLMediaElement is using DOM events to detect fullscreen change. Kind of odd.

The problem is the pre-dispatch virtual has been conflated and probably can be cleaned up if we target only to be click event oriented.


-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/dom/issues/325#issuecomment-253246181

Received on Wednesday, 12 October 2016 15:37:42 UTC