[html5] r3974 - [e] (0) Apparently CSS is now immune to HTML vs XML differences. Fixing http://w [...]
whatwg at whatwg.org
whatwg at whatwg.org
Tue Sep 22 04:51:39 PDT 2009
Author: ianh
Date: 2009-09-22 04:51:37 -0700 (Tue, 22 Sep 2009)
New Revision: 3974
Modified:
index
source
Log:
[e] (0) Apparently CSS is now immune to HTML vs XML differences.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=7618
Modified: index
===================================================================
--- index 2009-09-22 11:46:47 UTC (rev 3973)
+++ index 2009-09-22 11:51:37 UTC (rev 3974)
@@ -6589,7 +6589,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>
+ certain APIs and the case-sensitivity of some selectors.</p>
<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>
Modified: source
===================================================================
--- source 2009-09-22 11:46:47 UTC (rev 3973)
+++ source 2009-09-22 11:51:37 UTC (rev 3974)
@@ -6497,8 +6497,7 @@
documents</dfn> when they are created. Whether a document is an
<span title="HTML documents">HTML document</span> or an <span
title="XML documents">XML document</span> affects the behavior of
- certain APIs, as well as a few CSS rendering rules. <a
- href="#refsCSS">[CSS]</a></p>
+ certain APIs and the case-sensitivity of some selectors.</p>
<p class="note">A <code>Document</code> object created by the <code
title="">createDocument()</code> API on the
More information about the Commit-Watchers
mailing list