This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 21993 - Change .getInputContext() to .inputMethodContext
Summary: Change .getInputContext() to .inputMethodContext
Status: RESOLVED FIXED
Alias: None
Product: WebAppsWG
Classification: Unclassified
Component: HISTORICAL - IME API (show other bugs)
Version: unspecified
Hardware: PC All
: P2 normal
Target Milestone: ---
Assignee: Takayoshi Kochi
QA Contact: public-webapps-bugzilla
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-05-10 05:01 UTC by Takayoshi Kochi
Modified: 2013-05-29 03:34 UTC (History)
3 users (show)

See Also:


Attachments

Description Takayoshi Kochi 2013-05-10 05:01:23 UTC
As the method always return the same object for the same
HTMLElement, getInputContext() may sound wrong that it may
create a new context every time it is invoked.

In the meantime, the return type 'InputMethodContext' doesn't
match the method name, thus .inputMethodContext property
will be appropriate.
Comment 1 Travis Leithead [MSFT] 2013-05-28 21:56:37 UTC
We are still discussing this internally, but from my perspective, this sounds reasonable.
Comment 2 Takayoshi Kochi 2013-05-29 03:34:16 UTC
Changed Editor's draft to .inputMethodContext.

https://dvcs.w3.org/hg/ime-api/raw-file/default/Overview.html

Reopen this or file a new bug if this doesn't work.