-
Notifications
You must be signed in to change notification settings - Fork 299
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Define special dispatch behavior for click events
User agents have always had special behavior for synthetic click events. This is discussed to great extent in https://www.w3.org/Bugs/Public/show_bug.cgi?id=12230. This change introduces the hooks to no longer make that magical, but an understood and integral part of the processing model, ugly as it is. This changes requires corresponding changes and cleanup in HTML. See whatwg/html#1394 for that discussion. Fixes #325.
- Loading branch information
Showing
2 changed files
with
102 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters