ACTION-78: Remove initTouchEvent from the Touch Events spec
authorMatt Brubeck <mbrubeck@mozilla.com>
Wed, 05 Oct 2011 17:28:51 -0700
changeset 119 0c5a27a88b04
parent 118 ad4d02614e51
child 122 27fbd77a632a
ACTION-78: Remove initTouchEvent from the Touch Events spec
touchevents.html
--- a/touchevents.html	Tue Oct 04 14:52:23 2011 -0700
+++ b/touchevents.html	Wed Oct 05 17:28:51 2011 -0700
@@ -23,7 +23,7 @@
           // subtitle   :  "an excellent document",
 
           // if you wish the publication date to be other than today, set this
-          publishDate:  "2011-09-22",
+          publishDate:  "2011-10-05",
 
           // if the specification's copyright date is a range of years, specify
           // the start date here:
@@ -350,27 +350,6 @@
           point entered.  For other event types, this attribute must be
           <code>null</code>.
         </dd>
-
-        <!-- Methods -->
-        <dt>void initTouchEvent()</dt>
-        <dd>
-          initializes a TouchEvent created through the <a>DocumentEvent</a>
-          interface.
-          <dl class='parameters'>
-            <dt>DOMString type</dt> <dd></dd>
-            <dt>boolean canBubble</dt> <dd></dd>
-            <dt>boolean cancelable</dt> <dd></dd>
-            <dt>AbstractView view</dt> <dd></dd>
-            <dt>long detail</dt> <dd></dd>
-            <dt>boolean ctrlKey</dt> <dd></dd>
-            <dt>boolean altKey</dt> <dd></dd>
-            <dt>boolean shiftKey</dt> <dd></dd>
-            <dt>boolean metaKey</dt> <dd></dd>
-            <dt>TouchList touches</dt> <dd></dd>
-            <dt>TouchList targetTouches</dt> <dd></dd>
-            <dt>TouchList changedTouches</dt> <dd></dd>
-          </dl>
-        </dd>
       </dl>
       
       <section class="informative">