Restore missing Touch.target attribute (LC-1). v1
authorMatt Brubeck <mbrubeck@mozilla.com>
Mon, 14 Nov 2011 09:44:25 -0800
branchv1
changeset 139 f9d12da970bf
parent 131 a057d31f3cc6
child 142 6130d54c79cd
Restore missing Touch.target attribute (LC-1).

http://www.w3.org/2010/webevents/wiki/TouchEvents-LCWD-27-Oct-2011#LC-1
touchevents.html
--- a/touchevents.html	Mon Oct 24 09:21:02 2011 -0700
+++ b/touchevents.html	Mon Nov 14 09:44:25 2011 -0800
@@ -23,7 +23,7 @@
           // subtitle   :  "an excellent document",
 
           // if you wish the publication date to be other than today, set this
-          publishDate:  "2011-10-27",
+          publishDate:  "2011-11-14",
 
           // if the specification's copyright date is a range of years, specify
           // the start date here:
@@ -31,7 +31,7 @@
 
           // if there is a previously published draft, uncomment this and set its YYYY-MM-DD date
           // and its maturity status
-          previousPublishDate:  "2011-09-13",
+          previousPublishDate:  "2011-10-27",
           previousMaturity:  "WD",
 
           // if there a publicly available Editor's Draft, this is the link
@@ -160,7 +160,7 @@
     <section>
       <h2><a>Touch</a> Interface</h2>
       <p>
-        This interface defines an individual point of contact for a touch
+        This interface describes an individual <a>touch point</a> for a touch
         event.  <a>Touch</a> objects are immutable; after one is created, its
         attributes must not change.
       </p>
@@ -176,6 +176,13 @@
           refer to it must assign it the same <a>identifier</a>.
         </dd>
 
+        <dt>readonly attribute EventTarget target</dt>
+        <dd>
+          The <a>Element</a> on which the <a>touch point</a> started when it
+          was first placed on the surface, even if the <a>touch point</a> has
+          since moved outside the interactive area of that element.
+        </dd>
+
         <dt>readonly attribute long screenX</dt>
         <dd>
           The horizontal coordinate of point relative to the screen in pixels