[Bug 22094] Add 'target' in InputMethodContext

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

--- Comment #2 from Travis Leithead [MSFT] <travil@microsoft.com> ---
(In reply to comment #1)
> 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.

Yes, this is the intent. We expect that the InputMethodContext for a
contenteditable region should be the "host element" of the editing context, not
any of the dynamic content inside. This same "host element" also forms the root
for index parameters like the offsets of the composition text.

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

Received on Monday, 20 May 2013 19:17:54 UTC