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
--- 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>