[Bug 22059] Composition dictionary should be changed

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

Takayoshi Kochi <kochi@google.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #1 from Takayoshi Kochi <kochi@google.com> ---
As suggested by James Su, I'd like to incorporate composition dictionary
within InputMethodContext.

It would look like:
interface InputMethodContext {
    ...
    readonly    attribute DOMString   text;
    readonly    attribute long        selectionStart;
    readonly    attribute long        selectionEnd;
    readonly    attribute Uint32Array segments;
    ....
}

where selectionStart/End means identical to that for <input>/<textarea>,
and added segments information for dividing the text into clauses.

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

Received on Thursday, 4 July 2013 07:35:41 UTC