[html5] r3029 - [] (0) Prefixes can be adjustd so a prefix with a ':' in it is not really a prob [...]

whatwg at whatwg.org whatwg at whatwg.org
Wed Apr 29 15:13:58 PDT 2009


Author: ianh
Date: 2009-04-29 15:13:58 -0700 (Wed, 29 Apr 2009)
New Revision: 3029

Modified:
   index
   source
Log:
[] (0) Prefixes can be adjustd so a prefix with a ':' in it is not really a problem. (credit: sp)

Modified: index
===================================================================
--- index	2009-04-29 21:53:32 UTC (rev 3028)
+++ index	2009-04-29 22:13:58 UTC (rev 3029)
@@ -61505,8 +61505,9 @@
    system identifier that contains both a U+0022 QUOTATION MARK ('"')
    and a U+0027 APOSTROPHE ("'").</li>
 
-   <li>A node with a prefix or local name containing a U+003A COLON
-   (":").</li>
+   <!--<li>A node with a prefix or local name containing a U+003A
+   COLON (":").</li> (prefixes can get adjusted, so this isn't an
+   excuse) -->
 
    <li>An <code>Attr</code> node, <code>Text</code> node,
    <code>CDATASection</code> node, <code>Comment</code> node, or

Modified: source
===================================================================
--- source	2009-04-29 21:53:32 UTC (rev 3028)
+++ source	2009-04-29 22:13:58 UTC (rev 3029)
@@ -72296,8 +72296,9 @@
    system identifier that contains both a U+0022 QUOTATION MARK ('"')
    and a U+0027 APOSTROPHE ("'").</li>
 
-   <li>A node with a prefix or local name containing a U+003A COLON
-   (":").</li>
+   <!--<li>A node with a prefix or local name containing a U+003A
+   COLON (":").</li> (prefixes can get adjusted, so this isn't an
+   excuse) -->
 
    <li>An <code>Attr</code> node, <code>Text</code> node,
    <code>CDATASection</code> node, <code>Comment</code> node, or




More information about the Commit-Watchers mailing list