Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix dispatch event in BUBBLING_PHASE
As per the standard dispatch event should only invoke the handler if event's buubles is true: if event’s bubbles is true, all the object’s inclusive ancestor event listeners whose capture is false are invoked, now in reverse tree order. https://dom.spec.whatwg.org/#events Signed-off-by: Francis Bouvier <[email protected]>
- Loading branch information