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

<bugzilla version="5.0.4.1"
          urlbase="https://bugs.webkit.org/"
          
          maintainer="admin@webkit.org"
>

    <bug>
          <bug_id>97418</bug_id>
          
          <creation_ts>2012-09-23 19:01:25 -0700</creation_ts>
          <short_desc>document.createTouchList should support taking an array of Touch objects</short_desc>
          <delta_ts>2013-02-08 04:54:38 -0800</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WebKit</product>
          <component>UI Events</component>
          <version>528+ (Nightly build)</version>
          <rep_platform>Unspecified</rep_platform>
          <op_sys>Unspecified</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>WONTFIX</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords>WebExposed</keywords>
          <priority>P2</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Rick Byers">rbyers</reporter>
          <assigned_to name="Rick Byers">rbyers</assigned_to>
          <cc>aelias</cc>
    
    <cc>rjkroege</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>726331</commentid>
    <comment_count>0</comment_count>
    <who name="Rick Byers">rbyers</who>
    <bug_when>2012-09-23 19:01:25 -0700</bug_when>
    <thetext>According to the TouchEvents version 1 spec (http://www.w3.org/TR/touch-events/), document.createTouchList should support two forms:
    TouchList createTouchList (Touch[] touches);
    TouchList createTouchList (Touch touch);

Instead, WebKit takes a variable number of Touch parameters (supporting only the 2nd form), not the array form.  We should also add support for the Array form in order to conform to the spec.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>828447</commentid>
    <comment_count>1</comment_count>
    <who name="Rick Byers">rbyers</who>
    <bug_when>2013-02-08 04:54:38 -0800</bug_when>
    <thetext>The specification has been changed to match the implementation, see http://www.w3.org/2010/webevents/track/issues/27.  Mozilla will continue to support the array form, but there&apos;s probably not much value in doing so in WebKit.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>