Add a non-normative note about initTouchEvent v1
authorMatt Brubeck <mbrubeck@mozilla.com>
Thu, 04 Apr 2013 11:34:27 -0700
branchv1
changeset 201 6294f7949a33
parent 200 504e8b9d4fa0
child 202 a892e79887ab
Add a non-normative note about initTouchEvent
touchevents.html
--- a/touchevents.html	Wed Apr 03 12:02:11 2013 -0400
+++ b/touchevents.html	Thu Apr 04 11:34:27 2013 -0700
@@ -682,6 +682,14 @@
           </dl>
         </dd>
       </dl>
+
+      <p class="note">
+        Some user agents implement an initTouchEvent method as part of the
+        <a>TouchEvent</a> interface.  This method can attach <a>TouchList</a>
+        objects returned by <a>createTouchList</a> to a <a>TouchEvent</a>
+        object.  The <a>initTouchEvent</a> method is not yet standardized, but
+        it may appear in some form in future specifications.
+      </p>
     </section>
 
     <section id="mouse-events">