[html5] r1717 - /

whatwg at whatwg.org whatwg at whatwg.org
Sun Jun 1 03:58:04 PDT 2008


Author: ianh
Date: 2008-06-01 03:58:03 -0700 (Sun, 01 Jun 2008)
New Revision: 1717

Modified:
   index
   source
Log:
[e] (0) s/null/no/ for namespaces; xref typo

Modified: index
===================================================================
--- index	2008-06-01 10:48:26 UTC (rev 1716)
+++ index	2008-06-01 10:58:03 UTC (rev 1717)
@@ -4260,9 +4260,12 @@
    document order. User agents may adjust prefixes and namespace declarations
    in the serialization (and indeed might be forced to do so in some cases to
    obtain namespace-well-formed XML). If any of the elements in the
-   serialization are in the null namespace, the default namespace in scope
-   for those elements must be explicitly declared as the empty string. <a
-   href="#refsXML">[XML]</a> <a href="#refsXMLNS">[XMLNS]</a>
+   serialization are in no namespace, the default namespace in scope for
+   those elements must be explicitly declared as the empty
+   string.<!-- because otherwise
+  round-tripping might break since it'll pick up the surrounding
+  default ns when setting -->
+   <a href="#refsXML">[XML]</a> <a href="#refsXMLNS">[XMLNS]</a>
 
   <p>If any of the following cases are found in the DOM being serialized, the
    user agent must raise an <code>INVALID_STATE_ERR</code> exception:
@@ -6792,13 +6795,13 @@
   <p class=note>In HTML, the <code title="">xmlns</code> attribute has
    absolutely no effect. It is basically a talisman. It is allowed merely to
    make migration to and from XHTML mildly easier. When parsed by an <a
-   href="#html-0">HTML parser</a>, the attribute ends up in the null
-   namespace, not the "<code>http://www.w3.org/2000/xmlns/</code>" namespace
-   like namespace declaration attributes in XML do.
+   href="#html-0">HTML parser</a>, the attribute ends up in no namespace, not
+   the "<code>http://www.w3.org/2000/xmlns/</code>" namespace like namespace
+   declaration attributes in XML do.
 
   <p class=note>In XML, an <code title="">xmlns</code> attribute is part of
    the namespace declaration mechanism, and an element cannot actually have
-   an <code title="">xmlns</code> attribute in the null namespace specified.
+   an <code title="">xmlns</code> attribute in no namespace specified.
 
   <h4 id=the-id><span class=secno>3.4.1 </span>The <dfn id=id
    title=attr-id><code>id</code></dfn> attribute</h4>
@@ -42642,7 +42645,7 @@
 
      <td> Big5
 
-     <td> <a href="#BIG5">[BIG5]</a> <!-- XXX ? -->
+     <td> <a href="#refsBIG5">[BIG5]</a> <!-- XXX ? -->
   </table>
 
   <p class=note>The requirement to treat certain encodings as other encodings

Modified: source
===================================================================
--- source	2008-06-01 10:48:26 UTC (rev 1716)
+++ source	2008-06-01 10:58:03 UTC (rev 1717)
@@ -2596,10 +2596,12 @@
   nodes, in document order. User agents may adjust prefixes and
   namespace declarations in the serialization (and indeed might be
   forced to do so in some cases to obtain namespace-well-formed
-  XML). If any of the elements in the serialization are in the null
+  XML). If any of the elements in the serialization are in no
   namespace, the default namespace in scope for those elements must be
-  explicitly declared as the empty string. <a
-  href="#refsXML">[XML]</a> <a href="#refsXMLNS">[XMLNS]</a></p>
+  explicitly declared as the empty string.<!-- because otherwise
+  round-tripping might break since it'll pick up the surrounding
+  default ns when setting --> <a href="#refsXML">[XML]</a> <a
+  href="#refsXMLNS">[XMLNS]</a></p>
 
   <p>If any of the following cases are found in the DOM being
   serialized, the user agent must raise an
@@ -5211,13 +5213,13 @@
   <p class="note">In HTML, the <code title="">xmlns</code> attribute
   has absolutely no effect. It is basically a talisman. It is allowed
   merely to make migration to and from XHTML mildly easier. When
-  parsed by an <span>HTML parser</span>, the attribute ends up in the
-  null namespace, not the "<code>http://www.w3.org/2000/xmlns/</code>"
+  parsed by an <span>HTML parser</span>, the attribute ends up in no
+  namespace, not the "<code>http://www.w3.org/2000/xmlns/</code>"
   namespace like namespace declaration attributes in XML do.</p>
 
   <p class="note">In XML, an <code title="">xmlns</code> attribute is
   part of the namespace declaration mechanism, and an element cannot
-  actually have an <code title="">xmlns</code> attribute in the null
+  actually have an <code title="">xmlns</code> attribute in no
   namespace specified.</p>
 
 
@@ -40210,7 +40212,7 @@
          <a href="#refsTIS620">[TIS620]</a> <!-- http://www.nectec.or.th/it-standards/std620/std620.htm -->
          <a href="#refsWin874">[WIN874]</a><!-- http://www.microsoft.com/globaldev/reference/sbcs/874.mspx -->
     <tr> <td> x-x-big5 <td> Big5 <td>
-         <a href="#BIG5">[BIG5]</a> <!-- XXX ? -->
+         <a href="#refsBIG5">[BIG5]</a> <!-- XXX ? -->
    </tbody>
   </table>
 




More information about the Commit-Watchers mailing list