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

While the fullscreen events aren't in https://dom.spec.whatwg.org/#concept-event-listener-invoke, I think it might make sense to change this in general so that's it's possible to implement Fullscreen in the same way pending some conclusion on whether we need to spec prefixed Fullscreen (after successfully unprefixing it).

@upsuper, maybe you could test whether script-dispatched events of the type mentioned in the spec fall back to the prefixed events in various engines? I'm guessing not, and if so perhaps the fix is to make it depend on `isTrusted`?

-- 
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-276297749

Received on Tuesday, 31 January 2017 07:58:07 UTC