ISSUE-7: Event targets should be Elements.
authorMatt Brubeck <mbrubeck@mozilla.com>
Fri, 25 Mar 2011 16:04:52 -0700
changeset 19 f6cda6b9d1ae
parent 18 1ea45991d3e9
child 20 3a04fe9b8ef2
ISSUE-7: Event targets should be Elements.
touchevents.html
--- a/touchevents.html	Fri Mar 25 15:59:03 2011 -0700
+++ b/touchevents.html	Fri Mar 25 16:04:52 2011 -0700
@@ -107,11 +107,11 @@
           <ol>
             <li>if there are no other <a>active touch event session</a>s, the value of <a>identifier</a> must be <code>0</code></li>
             <li>if there is at least one <a>active touch event session</a>, the value of <a>identifier</a> must be the lowest integer not currently used by any active <a>TouchPoint</a> object in any <a>active touch event session</a></li>
-          </ol> 
+          </ol>
         </dd>
         <dt>readonly attribute EventTarget target</dt>
         <dd>
-          the original proximal event target for this <a>touch point</a> 
+          the original proximal event target for this <a>touch point</a>.  The target must be an <a>Element</a>.
         </dd>
         <dt>readonly attribute DOMTimeStamp timestamp</dt>
         <dd>