[Bug 12958] 'textinput' event should be renamed to 'input'

https://www.w3.org/Bugs/Public/show_bug.cgi?id=12958

--- Comment #7 from Aryeh Gregor <ayg@aryeh.name> 2012-03-12 17:13:08 UTC ---
If the idea is to have a cancelable event that fires before input, I suggest
making sure it matches the beforeinput event that I specified for
contenteditable.  See bug 13118 comment 33, and the spec, changeset, and test:

http://dvcs.w3.org/hg/editing/raw-file/tip/editing.html#methods-to-query-and-execute-commands
http://dvcs.w3.org/hg/editing/rev/a089a5315642
http://dvcs.w3.org/hg/editing/raw-file/tip/conformancetest/event.html

Of course, the use of the EditingBeforeInputEvent interface wouldn't be
appropriate for input/textarea, since the .command and .value properties
wouldn't make sense.

-- 
Configure bugmail: https://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Monday, 12 March 2012 17:13:14 UTC