Issue-17: Remove clientX/clientY parameters to createTouch.
authorMatt Brubeck <mbrubeck@mozilla.com>
Mon, 06 Jun 2011 17:35:34 -0700
changeset 94 53491ff3514b
parent 93 29ec4253b862
child 95 80bd73a2e5b2
Issue-17: Remove clientX/clientY parameters to createTouch.
touchevents.html
--- a/touchevents.html	Mon Jun 06 17:33:55 2011 -0700
+++ b/touchevents.html	Mon Jun 06 17:35:34 2011 -0700
@@ -481,8 +481,6 @@
             <dt>long pageY</dt> <dd></dd>
             <dt>long screenX</dt> <dd></dd>
             <dt>long screenY</dt> <dd></dd>
-            <dt>optional long clientX</dt> <dd></dd>
-            <dt>optional long clientY</dt> <dd></dd>
             <dt>optional long radiusX</dt> <dd></dd>
             <dt>optional long radiusY</dt> <dd></dd>
             <dt>optional float rotationAngle</dt> <dd></dd>
@@ -507,12 +505,6 @@
           </dl>
         </dd>
       </dl>
-
-      <p class="issue" id="issue-createTouch-pageXY">
-        <strong>Issue:</strong>
-        Does <a>createTouch</a> need to take both pageX/pageY <em>and</em>
-        clientX/clientY as parameters?  If not, which pair should be removed?
-      </p>
     </section>
 
     <section id="mouse-events">