Re: [ime-api] Composition dictionary should be changed [Bug 22059] (#4)

Comment #1 from <https://www.w3.org/Bugs/Public/show_bug.cgi?id=22059> @TakayoshiKochi 

 Takayoshi Kochi 2013-07-04 03:35:40 EDT

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.

---
Reply to this email directly or view it on GitHub:
https://github.com/w3c/ime-api/issues/4#issuecomment-147405620

Received on Monday, 12 October 2015 13:52:55 UTC