Extend the Document interface instead of creating a DocumentTouch interface
authorMatt Brubeck <mbrubeck@mozilla.com>
Wed, 21 Sep 2011 11:30:32 -0700
changeset 116 4153b586295c
parent 114 c788513485e5
child 118 ad4d02614e51
Extend the Document interface instead of creating a DocumentTouch interface
touchevents.html
--- a/touchevents.html	Wed Sep 21 09:44:02 2011 -0700
+++ b/touchevents.html	Wed Sep 21 11:30:32 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.