ACTION-78: Remove initTouchEvent from the Touch Events spec v1
authorMatt Brubeck <mbrubeck@mozilla.com>
Wed, 05 Oct 2011 17:28:51 -0700
branchv1
changeset 120 d0547035b97c
parent 115 a4ba6867d4d0
child 121 df403a9b8ba6
ACTION-78: Remove initTouchEvent from the Touch Events spec
touchevents.html
--- a/touchevents.html	Wed Sep 21 11:30:32 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:
@@ -284,27 +284,6 @@
           <code>true</code> if the shift (Shift) key modifier is activated;
           otherwise <code>false</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">