Re: [whatwg/dom] initEvent should not require three parameters (#387)

One example was web content packaged inside an iOS app.  Only WebKit would ever read it.
One example was web content that opened successfully in Chrome and Safari but not Firefox because Chrome and Safari do not require 3 parameters and Firefox does.
I couldn't easily find the original source of the other example to try loading it in Chrome and Firefox.  WebKit's attempt at matching the current spec broke an iOS app that is very popular in Asia.

All the affected content had one parameter in the call site of initEvent.  I don't see a reason to require the other two, especially if Chrome and Safari don't require them.

-- 
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/387#issuecomment-268466366

Received on Wednesday, 21 December 2016 08:37:15 UTC