[html5] r3696 - [e] (0) Add a note about text/html making HTML documents also.

whatwg at whatwg.org whatwg at whatwg.org
Sat Aug 29 15:12:27 PDT 2009


Author: ianh
Date: 2009-08-29 15:12:26 -0700 (Sat, 29 Aug 2009)
New Revision: 3696

Modified:
   index
   source
Log:
[e] (0) Add a note about text/html making HTML documents also.

Modified: index
===================================================================
--- index	2009-08-29 21:54:01 UTC (rev 3695)
+++ index	2009-08-29 22:12:26 UTC (rev 3696)
@@ -6526,7 +6526,9 @@
 
   <p class=note>A <code>Document</code> object created by the <code title="">createDocument()</code> API on the
   <code>DOMImplementation</code> object is initially an <a href=#xml-documents title="XML documents">XML document</a>, but can be made into an
-  <a href=#html-documents title="HTML documents">HTML document</a> by calling <code title=dom-document-open><a href=#dom-document-open>document.open()</a></code> on it.</p>
+  <a href=#html-documents title="HTML documents">HTML document</a> by calling <code title=dom-document-open><a href=#dom-document-open>document.open()</a></code> on it. A
+  <code>Document</code> object created by the <a href=#html-parser>HTML parser</a>
+  for a <code><a href=#text/html>text/html</a></code> resource will be flagged as an <a href=#html-documents title="HTML documents">HTML document</a> also.</p>
 
 
 

Modified: source
===================================================================
--- source	2009-08-29 21:54:01 UTC (rev 3695)
+++ source	2009-08-29 22:12:26 UTC (rev 3696)
@@ -6488,7 +6488,10 @@
   <code>DOMImplementation</code> object is initially an <span
   title="XML documents">XML document</span>, but can be made into an
   <span title="HTML documents">HTML document</span> by calling <code
-  title="dom-document-open">document.open()</code> on it.</p>
+  title="dom-document-open">document.open()</code> on it. A
+  <code>Document</code> object created by the <span>HTML parser</span>
+  for a <code>text/html</code> resource will be flagged as an <span
+  title="HTML documents">HTML document</span> also.</p>
 
 
 




More information about the Commit-Watchers mailing list