- From: <bugzilla@jessica.w3.org>
- Date: Thu, 04 Jul 2013 07:35:40 +0000
- To: public-webapps-bugzilla@w3.org
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 the QA Contact for the bug.
Received on Thursday, 4 July 2013 07:35:41 UTC