w3c / dom

Moved to https://dom.spec.whatwg.org/
60 stars 18 forks source link

Fix #10: introduce firing an event #163

Closed zqzhang closed 6 years ago

zqzhang commented 6 years ago

Use the relevant realm of the event target when firing an event.

Also note the difference between firing and dispatching an event.