device; hixie: forgot to remove the NoInterfaceObject (whatwg r5018)

device; hixie: forgot to remove the NoInterfaceObject (whatwg r5018)

http://dev.w3.org/cvsweb/html5/html-device/Overview.html?r1=1.34&r2=1.35&f=h
http://html5.org/tools/web-apps-tracker?from=5017&to=5018

===================================================================
RCS file: /sources/public/html5/html-device/Overview.html,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -d -r1.34 -r1.35
--- Overview.html 9 Apr 2010 00:26:05 -0000 1.34
+++ Overview.html 13 Apr 2010 05:57:44 -0000 1.35
@@ -285,7 +285,7 @@
    <h1>HTML Device</h1>
    <h2 class="no-num no-toc" id="an-addition-to-html">An addition to HTML</h2>
 
-   <h2 class="no-num no-toc" id="editor-s-draft-9-april-2010">Editor's Draft 9 April 2010</h2>
+   <h2 class="no-num no-toc" id="editor-s-draft-13-april-2010">Editor's Draft 13 April 2010</h2>
    <dl><dt>Latest Published Version:</dt>
     <dd><a href="http://www.w3.org/TR/html-device/">http://www.w3.org/TR/html-device/</a></dd>
     <dt>Latest Editor's Draft:</dt>
@@ -364,7 +364,7 @@
   specification's progress along the W3C Recommendation
   track.
 
-  This specification is the 9 April 2010 Editor's Draft.
+  This specification is the 13 April 2010 Editor's Draft.
   </p><!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- relationship to other work (required) --><p>This specification is part of <a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/">a
   larger specification</a> being produced by the <a href="http://www.whatwg.org/">WHATWG</a>.
   <!-- UNDER NO CIRCUMSTANCES IS THE FOLLOWING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST -->
@@ -471,8 +471,7 @@
   supported by the user agent for use in <code>audio</code> and
   <code>video</code> elements.<p class="XXX">This again will be pinned down to a specific codec.<h3 id="peer-to-peer-connections"><span class="secno">2.2 </span>Peer-to-peer connections</h3><p class="XXX">This section will be moved to a more appropriate
   location in due course; it is here currently to keep it near the
-  <code><a href="#devices">device</a></code> element to allow reviewers to look at it.<pre class="idl">[NoInterfaceObject]
-[Constructor(in DOMString serverConfiguration)]
+  <code><a href="#devices">device</a></code> element to allow reviewers to look at it.<pre class="idl">[Constructor(in DOMString serverConfiguration)]
 interface <dfn id="connectionpeer">ConnectionPeer</dfn> {
   void sendText(in DOMString text);
   attribute <span>Function</span> ontext; // receiving

Received on Tuesday, 13 April 2010 05:58:23 UTC