[Bug 21993] New: Change .getInputContext() to .inputMethodContext

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

            Bug ID: 21993
           Summary: Change .getInputContext() to .inputMethodContext
    Classification: Unclassified
           Product: WebAppsWG
           Version: unspecified
          Hardware: PC
                OS: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: IME API
          Assignee: mike@w3.org
          Reporter: kochi@google.com
        QA Contact: public-webapps-bugzilla@w3.org
                CC: mike@w3.org, public-webapps@w3.org

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.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Received on Friday, 10 May 2013 05:01:24 UTC