Re: [whatwg/dom] Event not dispatched by the user agent should not fallback to legacy (#404)

The change itself makes sense, but I had some questions in https://github.com/w3c/web-platform-tests/pull/4687 and would like to see if Edge passes the tests, to make sure there are no surprises. It looks like it'd be a one-liner to change in Blink, so I can give it a try once the test is imported if I don't forget.

> @foolip would you align Chrome with this if it works so we can do fullscreen in a similar fashion?

This would also requiring changing the Fullscreen spec to fire events at the elements again. There are some silly things that happen if the element is removed, but I think it could be made fairly sane, so I could attempt to change the spec. Unfortunately, IIRC, Gecko fires the prefixed events at the document only, so if we try to standardize the prefixed APIs, someone is going to have to take on some risk in changing their model.

-- 
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/404#issuecomment-277170691

Received on Friday, 3 February 2017 05:57:03 UTC