[html5] r5880 - [e] (0) add a note that xmlns='' doesn't 'work' in HTML. Fixing http://www.w3.or [...]

whatwg at whatwg.org whatwg at whatwg.org
Fri Feb 11 16:20:28 PST 2011


Author: ianh
Date: 2011-02-11 16:20:27 -0800 (Fri, 11 Feb 2011)
New Revision: 5880

Modified:
   complete.html
   index
   source
Log:
[e] (0) add a note that xmlns='' doesn't 'work' in HTML.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=11338

Modified: complete.html
===================================================================
--- complete.html	2011-02-11 23:50:31 UTC (rev 5879)
+++ complete.html	2011-02-12 00:20:27 UTC (rev 5880)
@@ -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 — Last Updated 11 February 2011</h2>
+    <h2 class="no-num no-toc">Living Standard — 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>-->
@@ -8173,7 +8173,12 @@
   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>
 
   <h3 id=documents><span class=secno>3.1 </span>Documents</h3>

Modified: index
===================================================================
--- index	2011-02-11 23:50:31 UTC (rev 5879)
+++ index	2011-02-12 00:20:27 UTC (rev 5880)
@@ -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 — Last Updated 11 February 2011</h2>
+    <h2 class="no-num no-toc">Living Standard — 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>-->
@@ -8153,7 +8153,12 @@
   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>
 
   <h3 id=documents><span class=secno>3.1 </span>Documents</h3>

Modified: source
===================================================================
--- source	2011-02-11 23:50:31 UTC (rev 5879)
+++ source	2011-02-12 00:20:27 UTC (rev 5880)
@@ -8041,7 +8041,14 @@
   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>
 
   <h3>Documents</h3>




More information about the Commit-Watchers mailing list