html5/spec Overview.html,1.3135,1.3136

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

Modified Files:
	Overview.html 
Log Message:
Apparently CSS is now immune to HTML vs XML differences. (whatwg r3974)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.3135
retrieving revision 1.3136
diff -u -d -r1.3135 -r1.3136
--- Overview.html	22 Sep 2009 11:39:52 -0000	1.3135
+++ Overview.html	22 Sep 2009 11:44:42 -0000	1.3136
@@ -5959,7 +5959,7 @@
   documents</dfn> unless they are flagged as being <dfn id="html-documents">HTML
   documents</dfn> when they are created. Whether a document is an
   <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
+  certain APIs and the case-sensitivity of some selectors.<p class="note">A <code>Document</code> object created by the <code title="">createDocument()</code> API on the
   <code>DOMImplementation</code> object is flagged as an <a href="#xml-documents" title="XML documents">XML document</a>. 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>.<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

Received on Tuesday, 22 September 2009 11:44:55 UTC