Restore missing Touch.target attribute (LC-1).
http://www.w3.org/2010/webevents/wiki/TouchEvents-LCWD-27-Oct-2011#LC-1
--- a/touchevents.html Mon Nov 07 14:32:52 2011 -0800
+++ 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-10",
+ publishDate: "2011-11-14",
// if the specification's copyright date is a range of years, specify
// the start date here:
@@ -153,7 +153,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>
@@ -169,6 +169,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