Re: [webkit-dev] Event listeners of the same type in DOM Level 0 event handling,

2016-05-13 Thread Myles C. Maxfield
Given that both Mozilla Firefox and Microsoft Edge both agree with WebKit, it is unlikely we would accept a change to this behavior. —Myles > On May 10, 2016, at 7:31 PM, jongdeok.kim wrote: > > Hi Everyone, > > A web page that I'm testing with webkit, uses two event listeners about load >

[webkit-dev] Event listeners of the same type in DOM Level 0 event handling,

2016-05-10 Thread jongdeok.kim
Hi Everyone, A web page that I'm testing with webkit, uses two event listeners about load event. It registered those by assigning to window.onload and setting as an 'onload' attribute of body element. On webkit, last registered one replaces previous one, in this case 'onload' attribute wins.