[Bug 22094] Add 'target' in InputMethodContext

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

Masayuki Nakano <masayuki@d-toybox.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |masayuki@d-toybox.com

--- Comment #1 from Masayuki Nakano <masayuki@d-toybox.com> ---
As I said in bug 22093 comment 2, I believe that the target should be the
editing host element of the element. I.e., if the InputMethodContext instance
is created for <input> or <textarea>, then, it must refer the element itself.
Otherwise, i.e., created for an element in HTML editor, it must refer the
editing host because editing host is the usual event target of key and
composition DOM events.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Monday, 20 May 2013 11:15:21 UTC