<?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>14052</bug_id>
          
          <creation_ts>2011-09-06 18:40:35 +0000</creation_ts>
          <short_desc>Need a spec for KeyboardEvent constructor</short_desc>
          <delta_ts>2012-03-19 19:32:23 +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 - DOM3 Events</component>
          <version>unspecified</version>
          <rep_platform>PC</rep_platform>
          <op_sys>All</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>LATER</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords>needsReview</keywords>
          <priority>P3</priority>
          <bug_severity>enhancement</bug_severity>
          <target_milestone>---</target_milestone>
          <dependson>14051</dependson>
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Kentaro Hara">haraken</reporter>
          <assigned_to name="Travis Leithead [MSFT]">travil</assigned_to>
          <cc>annevk</cc>
    
    <cc>dominicc</cc>
    
    <cc>mike</cc>
    
    <cc>www-dom</cc>
          
          <qa_contact>public-webapps-bugzilla</qa_contact>

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>56424</commentid>
    <comment_count>0</comment_count>
    <who name="Kentaro Hara">haraken</who>
    <bug_when>2011-09-06 18:40:35 +0000</bug_when>
    <thetext>Background: We are planning to make all Events constructible. For example,
CustomEvent already has the spec for its constructor
(http://dvcs.w3.org/hg/domcore/raw-file/tip/Overview.html#interface-customevent).

We propose a spec for KeyboardEvent constructor as follows:

dictionary KeyboardEventInit : UIEventInit {
  DOMString char;
  DOMString key;
  unsigned long location;
  boolean ctrlKey;
  boolean shiftKey;
  boolean altKey;
  boolean metaKey;
  boolean repeat;
  DOMString locale;
}</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>57409</commentid>
    <comment_count>1</comment_count>
    <who name="Kentaro Hara">haraken</who>
    <bug_when>2011-09-27 13:42:09 +0000</bug_when>
    <thetext>Correction:

[Constructor(DOMString type, optional KeyboardEventInit eventInitDict)]
interface KeyboardEvent : UIEvent {
  ...
}

dictionary KeyboardEventInit : UIEventInit {
  DOMString char;
  DOMString key;
  unsigned long location;
  boolean ctrlKey;
  boolean shiftKey;
  boolean altKey;
  boolean metaKey;
  boolean repeat;
  DOMString locale;
}</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>65165</commentid>
    <comment_count>2</comment_count>
    <who name="Travis Leithead [MSFT]">travil</who>
    <bug_when>2012-03-08 21:16:53 +0000</bug_when>
    <thetext>Assigning to myself to take action on these open bugs.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>65192</commentid>
    <comment_count>3</comment_count>
    <who name="Travis Leithead [MSFT]">travil</who>
    <bug_when>2012-03-09 01:19:36 +0000</bug_when>
    <thetext>Assigned to me; pri 3 (excluding the tracking bug), and sev: enhancement</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>65766</commentid>
    <comment_count>4</comment_count>
    <who name="Travis Leithead [MSFT]">travil</who>
    <bug_when>2012-03-19 19:32:23 +0000</bug_when>
    <thetext>(Resolving dependent bugs based on 14051.)</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>