Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
DOM: listeners on target are now copied twice
We changed event dispatch to have a "capturing" and "bubbling" phase. Each phase does AT_TARGET handling. Each phase also copies listeners. This means that listeners added during "capturing", now run during "bubbling", where they previously did not. See whatwg/dom#746 for additional context.
- Loading branch information