use partial interface instead of new one for Document extension
authorScott Graham <scottmg@google.com>
Tue, 20 Sep 2011 14:00:12 -0700
changeset 112 867f493eeb09
parent 111 fa6eba984b7f
child 113 5bc8759a9f5f
use partial interface instead of new one for Document extension
gamepad.html
--- a/gamepad.html	Tue Sep 20 13:54:10 2011 -0700
+++ b/gamepad.html	Tue Sep 20 14:00:12 2011 -0700
@@ -168,7 +168,7 @@
 
         <dt>readonly attribute long index</dt>
         <dd>
-          The index of the gamepad in the <a>DocumentGamepads</a>.
+          The index of the gamepad in the <a>Document</a>.
 
           When multiple gamepads are connected to a <a>user agent</a>,
           indices MUST be assigned on a first-come, first-serve basis,
@@ -248,18 +248,17 @@
     </section>
 
     <section>
-      <h2><a>DocumentGamepads</a> Interface</h2>
+      <h2><a>Document</a> Interface extension</h2>
 
       <p>
 
-        This interface defines a collection of Gamepads. The
-        <a>DocumentGamepads</a> interface MUST be implemented on the
-        <a>Document</a> object.
+        This partial interface defines an extension to the <a>Document</a>
+        interface.
 
       </p>
 
 
-      <dl title='interface DocumentGamepads' class='idl'>
+      <dl title='partial interface Document' class='idl'>
         <dt>readonly attribute Gamepad[] gamepads</dt>
 
         <dd>