html5/spec Overview.html,1.2874,1.2875

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv6399

Modified Files:
	Overview.html 
Log Message:
Add a note about text/html making HTML documents also. (whatwg r3696)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.2874
retrieving revision 1.2875
diff -u -d -r1.2874 -r1.2875
--- Overview.html	29 Aug 2009 21:51:53 -0000	1.2874
+++ Overview.html	29 Aug 2009 22:10:17 -0000	1.2875
@@ -5897,7 +5897,9 @@
   <a href="#html-documents" title="HTML documents">HTML document</a> or an <a href="#xml-documents" title="XML documents">XML document</a> affects the behavior of
   certain APIs, as well as a few CSS rendering rules. <a href="#refsCSS">[CSS]</a><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.<h4 id="documents-in-the-dom"><span class="secno">3.1.1 </span>Documents in the DOM</h4><p>All <code>Document</code> objects (in user agents implementing
+  <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.<h4 id="documents-in-the-dom"><span class="secno">3.1.1 </span>Documents in the DOM</h4><p>All <code>Document</code> objects (in user agents implementing
   this specification) <span class="impl">must</span> also implement
   the <code><a href="#htmldocument">HTMLDocument</a></code> interface, available using
   binding-specific methods. (This is the case whether or not the
@@ -17588,7 +17590,7 @@
   <a href="#reflect">reflect</a> the respective content attributes of the same
   name.</p>
 
-  </div><h4 id="video"><span class="secno">4.8.7 </span>The <dfn><code>video</code></dfn> element</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments. </i><span><a href="http://www.w3.org/html/wg/tracker/issues/10">ISSUE-10</a> (video-smil), <a href="http://www.w3.org/html/wg/tracker/issues/7">ISSUE-7</a> (video-codecs) and <a href="http://www.w3.org/html/wg/tracker/issues/9">ISSUE-9</a> (video-synchronization) block progress to Last Call</span><dl class="element"><dt>Categories</dt>
+  </div><h4 id="video"><span class="secno">4.8.7 </span>The <dfn><code>video</code></dfn> element</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments. </i><span><a href="http://www.w3.org/html/wg/tracker/issues/7">ISSUE-7</a> (video-codecs), <a href="http://www.w3.org/html/wg/tracker/issues/9">ISSUE-9</a> (video-synchronization) and <a href="http://www.w3.org/html/wg/tracker/issues/10">ISSUE-10</a> (video-smil) block progress to Last Call</span><dl class="element"><dt>Categories</dt>
    <dd><a href="#flow-content">Flow content</a>.</dd>
    <dd><a href="#phrasing-content">Phrasing content</a>.</dd>
    <dd><a href="#embedded-content">Embedded content</a>.</dd>

Received on Saturday, 29 August 2009 22:10:30 UTC