<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://www.w3.org/Bugs/Public/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4"
          urlbase="https://www.w3.org/Bugs/Public/"
          
          maintainer="sysbot+bugzilla@w3.org"
>

    <bug>
          <bug_id>23830</bug_id>
          
          <creation_ts>2013-11-14 08:50:15 +0000</creation_ts>
          <short_desc>Move attributes of Composition interface to CompositionEvent</short_desc>
          <delta_ts>2014-04-08 05:12:44 +0000</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WebAppsWG</product>
          <component>HISTORICAL - IME API</component>
          <version>unspecified</version>
          <rep_platform>All</rep_platform>
          <op_sys>All</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P2</priority>
          <bug_severity>major</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Takayoshi Kochi">kochi</reporter>
          <assigned_to name="Takayoshi Kochi">kochi</assigned_to>
          <cc>masayuki</cc>
    
    <cc>mike</cc>
    
    <cc>public-webapps</cc>
    
    <cc>travil</cc>
          
          <qa_contact>public-webapps-bugzilla</qa_contact>

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>96316</commentid>
    <comment_count>0</comment_count>
    <who name="Takayoshi Kochi">kochi</who>
    <bug_when>2013-11-14 08:50:15 +0000</bug_when>
    <thetext>(Suggested by Travis at TPAC 2013)
As the nature of IME composition, which may change from time to time,
it makes sense to contain a &apos;snapshot&apos; information of an IME composition
to be delivered with CompositionEvent (e.g. compositionupdate).

Rather than having 2 pieces of information separate, it will be more
convenient for application developers.

To do that, instead of the current form of definition:

interface Composition {
    readonly    attribute DOMString text;
    readonly    attribute long      activeSegmentStart;
    readonly    attribute long      activeSegmentEnd;
    sequence&lt;unsigned long&gt; getSegments ();
};

Use:
partial interface CompositionEvent {
...
};</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>103539</commentid>
    <comment_count>1</comment_count>
    <who name="Takayoshi Kochi">kochi</who>
    <bug_when>2014-04-08 05:12:44 +0000</bug_when>
    <thetext>This is done in the IME API annex document.

https://dvcs.w3.org/hg/ime-api/raw-file/default/Annex.html#idl-def-CompositionEvent</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>