Merge editorial changes from v2 to v1 v1
authorMatt Brubeck <mbrubeck@mozilla.com>
Fri, 12 Aug 2011 13:53:33 -0700
branchv1
changeset 104 01190a01b4cf
parent 101 2d830a098494 (current diff)
parent 103 1a996def96f5 (diff)
child 106 ede041c4799e
Merge editorial changes from v2 to v1
touchevents.html
--- a/touchevents.html	Thu Aug 11 15:27:48 2011 -0700
+++ b/touchevents.html	Fri Aug 12 13:53:33 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-08-11",
+          publishDate:  "2011-08-12",
 
           // if the specification's copyright date is a range of years, specify
           // the start date here:
@@ -95,7 +95,7 @@
   </head>
   <body>
     <section id='abstract'>
-      The Touch Interface specification defines a set of low-level events that
+      The Touch Events specification defines a set of low-level events that
       represent one or more points of contact with a touch-sensitive surface,
       and changes of those points with respect to the surface and any DOM
       elements displayed upon it (e.g. for touch screens) or associated with it
@@ -213,15 +213,13 @@
         <dd>
           returns the number of <a>Touch</a>es in the list
         </dd>
-        <dt>getter <a>Touch</a> item (in unsigned long <a>index</a>)</dt>
+        <dt>getter <a>Touch</a> item (in unsigned long index)</dt>
         <dd>
-          returns the <a>Touch</a> with index <a>index</a> from the list,
-          sorted in order from latest to earliest
+          returns the <a>Touch</a> at the specified index in the list
         </dd>
-        <dt><a>Touch</a> identifiedTouch (in long <a>identifier</a>)</dt>
+        <dt><a>Touch</a> identifiedTouch (in long identifier)</dt>
         <dd>
-          returns the first <a>Touch</a> with long <a>identifier</a> from the
-          list
+          returns the first <a>Touch</a> item in the list whose <a>identifier</a> property matches the specified identifier
         </dd>
       </dl>
     </section>