Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[e] (0) add a note that xmlns='' doesn't 'work' in HTML.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=11338

git-svn-id: http://svn.whatwg.org/webapps@5880 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Feb 12, 2011
1 parent dfce3bf commit 7b85080
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
7 changes: 6 additions & 1 deletion complete.html
Expand Up @@ -239,7 +239,7 @@

<header class=head id=head><p><a class=logo href=http://www.whatwg.org/ rel=home><img alt=WHATWG height=101 src=/images/logo width=101></a></p>
<hgroup><h1>Web Applications 1.0</h1>
<h2 class="no-num no-toc">Living Standard &mdash; Last Updated 11 February 2011</h2>
<h2 class="no-num no-toc">Living Standard &mdash; Last Updated 12 February 2011</h2>
</hgroup><p>You can take part in this work. <a href=http://www.whatwg.org/mailing-list>Join the working group's discussion list.</a></p>
<p><strong>Web designers!</strong> We have a <a href=http://blog.whatwg.org/faq/>FAQ</a>, a <a href=http://forums.whatwg.org/>forum</a>, and a <a href=http://www.whatwg.org/mailing-list#help>help mailing list</a> for you!</p>
<!--<p class="impl"><strong>Implementors!</strong> We have a <a href="http://www.whatwg.org/mailing-list#implementors">mailing list</a> for you too!</p>-->
Expand Down Expand Up @@ -8173,6 +8173,11 @@ <h3 id=namespaces><span class=secno>2.9 </span>Namespaces</h3>
node analogues are in certain namespaces, without actually exposing
the above strings.</p>

<hr><p class=note>In <a href=#syntax>the HTML syntax</a>, namespace prefixes
and namespace declarations do not have the same effect as in XML.
For instance, the colon has no special meaning in HTML element
names.</p>


<h2 id=dom><span class=secno>3 </span>Semantics, structure, and APIs of HTML documents</h2>

Expand Down
7 changes: 6 additions & 1 deletion index
Expand Up @@ -243,7 +243,7 @@

<header class=head id=head><p><a class=logo href=http://www.whatwg.org/ rel=home><img alt=WHATWG height=101 src=/images/logo width=101></a></p>
<hgroup><h1 class=allcaps>HTML</h1>
<h2 class="no-num no-toc">Living Standard &mdash; Last Updated 11 February 2011</h2>
<h2 class="no-num no-toc">Living Standard &mdash; Last Updated 12 February 2011</h2>
</hgroup><p>You can take part in this work. <a href=http://www.whatwg.org/mailing-list>Join the working group's discussion list.</a></p>
<p><strong>Web designers!</strong> We have a <a href=http://blog.whatwg.org/faq/>FAQ</a>, a <a href=http://forums.whatwg.org/>forum</a>, and a <a href=http://www.whatwg.org/mailing-list#help>help mailing list</a> for you!</p>
<!--<p class="impl"><strong>Implementors!</strong> We have a <a href="http://www.whatwg.org/mailing-list#implementors">mailing list</a> for you too!</p>-->
Expand Down Expand Up @@ -8153,6 +8153,11 @@ interface <dfn id=propertynodelist>PropertyNodeList</dfn> : <a href=#nodelist>No
node analogues are in certain namespaces, without actually exposing
the above strings.</p>

<hr><p class=note>In <a href=#syntax>the HTML syntax</a>, namespace prefixes
and namespace declarations do not have the same effect as in XML.
For instance, the colon has no special meaning in HTML element
names.</p>


<h2 id=dom><span class=secno>3 </span>Semantics, structure, and APIs of HTML documents</h2>

Expand Down
7 changes: 7 additions & 0 deletions source
Expand Up @@ -8041,6 +8041,13 @@ interface <dfn>PropertyNodeList</dfn> : <span>NodeList</span> {
node analogues are in certain namespaces, without actually exposing
the above strings.</p>

<hr>

<p class="note">In <span>the HTML syntax</span>, namespace prefixes
and namespace declarations do not have the same effect as in XML.
For instance, the colon has no special meaning in HTML element
names.</p>


<h2 id="dom">Semantics, structure, and APIs of HTML documents</h2>

Expand Down

0 comments on commit 7b85080

Please sign in to comment.