00:00
<nox>
Heh. Nah I planned to do it, but thanks anyway I'm happy to not have things to do. :D
13:31
<nox>
I think I found a bug in the event dispatcher in the spec.
13:31
<nox>
Does the spec ever says to reset the stop propagation flag once dispatch is done?
13:32
<nox>
Maybe it's a test and Firefox bug though.
13:32
<nox>
http://w3c-test.org/dom/events/Event-dispatch-multiple-stopPropagation.html Can someone check that on IE11 and Edge?
13:32
<nox>
Safari, Chrome and Servo pass it,
13:32
<nox>
err, fail it.
13:33
<nox>
Firefox is the only one to pass it so far.
13:35
<Domenic>
nox: that is a known open bug yeah. There are open bugs on wpt and on dom for it
13:35
<Domenic>
The spec and wpt don't match, which is bad