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

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

--- Comment #9 from Ojan Vafai <ojan@chromium.org> 2012-03-13 02:47:19 UTC ---
(In reply to comment #7)
> 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.

I think command and value make perfect sense for textInput as well. "value"
would replace textInput's current "data" property and "command" would replace
the "inputMethod" property.

As I've said on the mailing list, the list of inputMethods should be truncated
to not include things like "handwriting", "multimodal" and "option". They
should be a strict subset of the commands used for beforeInput/input events.

-- 
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 Tuesday, 13 March 2012 02:47:25 UTC