hixie: copy/paste error (whatwg r3839)

hixie: copy/paste error (whatwg r3839)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.3005&r2=1.3006&f=h
http://html5.org/tools/web-apps-tracker?from=3838&to=3839

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.3005
retrieving revision 1.3006
diff -u -d -r1.3005 -r1.3006
--- Overview.html 14 Sep 2009 07:13:23 -0000 1.3005
+++ Overview.html 14 Sep 2009 07:49:04 -0000 1.3006
@@ -8532,11 +8532,6 @@
 
   </dl><div class="impl">
 
-
-   <li>If the <code>Document</code> object is not flagged as an <a href="#html-documents" title="HTML documents">HTML document</a>, throw an
-   <code><a href="#invalid_state_err">INVALID_STATE_ERR</a></code> exception and abort these
-   steps.</li>
-
   <p>The <dfn id="dom-document-close" title="dom-document-close"><code>close()</code></dfn>
   method must throw an <code><a href="#invalid_state_err">INVALID_STATE_ERR</a></code> exception if the
   <code>Document</code> object is not flagged as an <a href="#html-documents" title="HTML

Received on Monday, 14 September 2009 07:50:02 UTC