Skip to content

Commit

Permalink
[c] (0) Allow xmlns='...' anywhere in HTML. (bug: 5801) (blame: hs)
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@1834 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jun 30, 2008
1 parent 7bd90b4 commit 09f5e4f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 9 deletions.
6 changes: 2 additions & 4 deletions index
Expand Up @@ -7353,10 +7353,8 @@ http://software.hixie.ch/utilities/js/live-dom-viewer/?%3C%21DOCTYPE%20html%3E..
title="">data-msgid</code>) can be specified on any <span>HTML
element</span>, to store custom data specific to the page.

<p>In <a href="#html-">HTML documents</a>, the <code><a
href="#html">html</a></code> element, and any other elements in the <a
href="#html-namespace0">HTML namespace</a> whose parent element is not in
the <a href="#html-namespace0">HTML namespace</a>, may have an <code
<p>In <a href="#html-">HTML documents</a>, elements in the <a
href="#html-namespace0">HTML namespace</a> may have an <code
title="">xmlns</code> attribute specified, if, and only if, it has the
exact value "<code>http://www.w3.org/1999/xhtml</code>". This does not
apply to <a href="#xml-documents">XML documents</a>.
Expand Down
8 changes: 3 additions & 5 deletions source
Expand Up @@ -5519,11 +5519,9 @@ http://software.hixie.ch/utilities/js/live-dom-viewer/?%3C%21DOCTYPE%20html%3E..
<code title="">data-msgid</code>) can be specified on any <span>HTML
element</span>, to store custom data specific to the page.</p>

<p>In <span>HTML documents</span>, the <code>html</code> element,
and any other elements in the <span>HTML namespace</span> whose
parent element is not in the <span>HTML namespace</span>, may have
an <code title="">xmlns</code> attribute specified, if, and only if,
it has the exact value
<p>In <span>HTML documents</span>, elements in the <span>HTML
namespace</span> may have an <code title="">xmlns</code> attribute
specified, if, and only if, it has the exact value
"<code>http://www.w3.org/1999/xhtml</code>". This does not apply to
<span>XML documents</span>.</p>

Expand Down

0 comments on commit 09f5e4f

Please sign in to comment.