Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[e] (0) Apparently CSS is now immune to HTML vs XML differences.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=7618

git-svn-id: http://svn.whatwg.org/webapps@3974 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Sep 22, 2009
1 parent d893007 commit 5a31f40
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion index
Expand Up @@ -6589,7 +6589,7 @@ interface <dfn id=propertynodelist>PropertyNodeList</dfn> : <span>NodeList</span
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>
Expand Down
3 changes: 1 addition & 2 deletions source
Expand Up @@ -6497,8 +6497,7 @@ interface <dfn>PropertyNodeList</dfn> : <span>NodeList</span> {
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
Expand Down

0 comments on commit 5a31f40

Please sign in to comment.