Remove TouchPoint attributes from initTouchEvent.
authorMatt Brubeck <mbrubeck@mozilla.com>
Thu, 31 Mar 2011 11:07:40 -0700
changeset 24 a9d08bdce9dc
parent 23 4958878564b1
child 25 2cc15ae86d1d
Remove TouchPoint attributes from initTouchEvent.

These should be in createTouchPoint (or initTouchPoint, or whatever) instead.
See http://www.w3.org/2010/webevents/track/issues/8

Keeping altKey/ctrlKey/metaKey/shiftKey for now, until we decide on
http://www.w3.org/2010/webevents/track/issues/12
touchevents.html
--- a/touchevents.html	Tue Mar 29 17:10:00 2011 -0700
+++ b/touchevents.html	Thu Mar 31 11:07:40 2011 -0700
@@ -244,10 +244,6 @@
             <dt>boolean cancelable</dt> <dd></dd>
             <dt>DOMWindow view</dt> <dd></dd>
             <dt>long detail</dt> <dd></dd>
-            <dt>long screenX</dt> <dd></dd>
-            <dt>long screenY</dt> <dd></dd>
-            <dt>long clientX</dt> <dd></dd>
-            <dt>long clientY</dt> <dd></dd>
             <dt>boolean ctrlKey</dt> <dd></dd>
             <dt>boolean altKey</dt> <dd></dd>
             <dt>boolean shiftKey</dt> <dd></dd>
@@ -255,10 +251,6 @@
             <dt>TouchList touches</dt> <dd></dd>
             <dt>TouchList targetTouches</dt> <dd></dd>
             <dt>TouchList changedTouches</dt> <dd></dd>
-            <dt>long radiusX</dt> <dd></dd>
-            <dt>long radiusY</dt> <dd></dd>
-            <dt>float rotationAngle</dt> <dd></dd>
-            <dt>float force</dt> <dd></dd>
           </dl>
         </dd>
       </dl>