- From: Arthur Barstow <notifications@github.com>
- Date: Mon, 12 Oct 2015 06:52:11 -0700
- To: w3c/ime-api <ime-api@noreply.github.com>
Received on Monday, 12 October 2015 13:52:55 UTC
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