[Bug 22094] Add 'target' in InputMethodContext

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

--- Comment #4 from Travis Leithead [MSFT] <travil@microsoft.com> ---
We should change
Returns an InputMethodContext interface associated with this element,
regardless of whether it's editable or not.

To

Returns an InputMethodContext interface associated with this element,
regardless of whether it's editable or not. If this element is a child element
of an editable region, then returns an InputMethodContext interface associated
with the containing element of the editable region.

Turning something on the page into editable shouldn’t change the existing
InputMethodContext instances of its child or parent elements, otherwise it’ll
be too complicated to dynamically switch all the existing contexts. The
developer should get those contexts again if he changes something into
editable.

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

Received on Tuesday, 28 May 2013 22:10:55 UTC