merge
authorScott Graham <scottmg@google.com>
Tue, 04 Oct 2011 14:52:23 -0700
changeset 118 ad4d02614e51
parent 117 fd9ea2f17eaa (current diff)
parent 116 4153b586295c (diff)
child 119 0c5a27a88b04
merge
--- a/touchevents.html	Tue Oct 04 14:52:02 2011 -0700
+++ b/touchevents.html	Tue Oct 04 14:52:23 2011 -0700
@@ -23,7 +23,7 @@
           // subtitle   :  "an excellent document",
 
           // if you wish the publication date to be other than today, set this
-          publishDate:  "2011-09-02",
+          publishDate:  "2011-09-22",
 
           // if the specification's copyright date is a range of years, specify
           // the start date here:
@@ -590,15 +590,14 @@
     </section>
 
     <section>
-      <h2><a>DocumentTouch</a> Interface</h2>
+      <h2>Extensions to the <a>Document</a> Interface</h2>
       <p>
-        The <a>DocumentTouch</a> interface provides a mechanism by which the
-        user can create <a>Touch</a> and <a>TouchList</a> objects. The
-        <a>DocumentTouch</a> interface must be implemented on the
-        <a>Document</a> object.
+        The <a>Document</a> interface [[!DOM-LEVEL-3-CORE]] contains methods
+        by which the user can create <a>Touch</a> and <a>TouchList</a>
+        objects.
       </p>
 
-      <dl title='interface DocumentTouch' class='idl'>
+      <dl title='partial interface Document' class='idl'>
         <dt>Touch createTouch()</dt>
         <dd>
           Creates a <a>Touch</a> object with the specified attributes.