Minor editorial changes to the initTouchEvent note v1
authorMatt Brubeck <mbrubeck@mozilla.com>
Thu, 04 Apr 2013 13:55:01 -0700
branchv1
changeset 202 a892e79887ab
parent 201 6294f7949a33
child 203 b216e6e1e450
Minor editorial changes to the initTouchEvent note
touchevents.html
--- a/touchevents.html	Thu Apr 04 11:34:27 2013 -0700
+++ b/touchevents.html	Thu Apr 04 13:55:01 2013 -0700
@@ -685,10 +685,12 @@
 
       <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.
+        <a>TouchEvent</a> interface.  When this method is available, scripts
+        can use it to initialize the properties of a <a>TouchEvent</a> object,
+        including its <a>TouchList</a> properties (which can be initialized
+        with values returned from <a>createTouchList</a>).  The
+        <a>initTouchEvent</a> method is not yet standardized, but it may appear
+        in some form in a future specification.
       </p>
     </section>