microdata; hixie: Make HTMLDocument === Document. (whatwg r6718)

microdata; hixie: Make HTMLDocument === Document. (whatwg r6718)

http://dev.w3.org/cvsweb/html5/md/Overview.html?r1=1.170&r2=1.171&f=h
http://html5.org/tools/web-apps-tracker?from=6717&to=6718

===================================================================
RCS file: /sources/public/html5/md/Overview.html,v
retrieving revision 1.170
retrieving revision 1.171
diff -u -d -r1.170 -r1.171
--- Overview.html 18 Oct 2011 22:40:23 -0000 1.170
+++ Overview.html 20 Oct 2011 23:05:03 -0000 1.171
@@ -320,7 +320,7 @@
 
    <h1>HTML Microdata</h1>
    <h2 class="no-num no-toc" id="generatedID"></h2>
-   <h2 class="no-num no-toc" id="editor-s-draft-18-october-2011">Editor's Draft 18 October 2011</h2>
+   <h2 class="no-num no-toc" id="editor-s-draft-20-october-2011">Editor's Draft 20 October 2011</h2>
    <dl><dt>Latest Published Version:</dt>
     <dd><a href="http://www.w3.org/TR/microdata/">http://www.w3.org/TR/microdata/</a></dd>
     <dt>Latest Editor's Draft:</dt>
@@ -454,7 +454,7 @@
   Group</a> is the W3C working group responsible for this
   specification's progress along the W3C Recommendation
   track.
-  This specification is the 18 October 2011 Editor's Draft.
+  This specification is the 20 October 2011 Editor's Draft.
   </p><!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><p>Work on this specification is also done at the <a href="http://www.whatwg.org/">WHATWG</a>. The W3C HTML working group
   actively pursues convergence with the WHATWG, as required by the <a href="http://www.w3.org/2007/03/HTML-WG-charter">W3C HTML working
   group charter</a>.</p><!-- UNDER NO CIRCUMSTANCES IS THE FOLLOWING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><p>This specification is an extension to the HTML5 language. All
@@ -1470,7 +1470,7 @@
    </dl></div>
 
 
-  </div><h2 id="microdata-dom-api"><span class="secno">3 </span>Microdata DOM API</h2><pre class="idl">partial interface <a href="#htmldocument">HTMLDocument</a> { 
+  </div><h2 id="microdata-dom-api"><span class="secno">3 </span>Microdata DOM API</h2><pre class="idl">partial interface <span>Document</span> { 
   NodeList <a href="#dom-document-getitems" title="dom-document-getItems">getItems</a>(optional DOMString typeNames); // <span>microdata</span>
 };

Received on Thursday, 20 October 2011 23:05:36 UTC