-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Specify the textInput event Fixes #353 * void -> undefined in IDL * Move textInput spec into event-algo.bs * Try to fix build errors * Second attempt with build errors * Third attempt with build errors, remove slashes * Fourth attempt, slash more slashes * Don't fire textInput for delete. Fire it on paste. * Fire textInput before compositionend * Set .data for insertParagraph/insertLineBreak * Don't set data to null Also fix a typo (and infinite recursion) in initialize a TextEvent. * Move IDL back to the main spec so that wpt will pick it up * Don't fire textInput when pressing Enter in <input>
- Loading branch information
Showing
8 changed files
with
2,362 additions
and
1,895 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
Oops, something went wrong.