[html5] r3181 - [e] (0) Names don't contain namsepaces.

whatwg at whatwg.org whatwg at whatwg.org
Wed Jun 3 00:33:42 PDT 2009


Author: ianh
Date: 2009-06-03 00:33:39 -0700 (Wed, 03 Jun 2009)
New Revision: 3181

Modified:
   index
   source
Log:
[e] (0) Names don't contain namsepaces.

Modified: index
===================================================================
--- index	2009-06-02 09:23:55 UTC (rev 3180)
+++ index	2009-06-03 07:33:39 UTC (rev 3181)
@@ -39,7 +39,7 @@
   <div class=head>
    <p><a class=logo href=http://www.whatwg.org/ rel=home><img alt=WHATWG src=/images/logo></a></p>
    <h1>HTML 5</h1>
-   <h2 class="no-num no-toc" id=draft-standard-—-date:-01-jan-1901>Draft Standard — 2 June 2009</h2>
+   <h2 class="no-num no-toc" id=draft-standard-—-date:-01-jan-1901>Draft Standard — 3 June 2009</h2>
    <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>
    <dl><dt>Multiple-page version:</dt>
@@ -8676,11 +8676,11 @@
 
   <h5 id=embedding-custom-non-visible-data><span class=secno>3.3.3.8 </span><dfn>Embedding custom non-visible data</dfn></h5>
 
-  <p>A <dfn id=custom-data-attribute>custom data attribute</dfn> is an attribute whose name
-  starts with the string "<dfn id=attr-data-* title=attr-data-*><code>data-</code></dfn>", has at least one
-  character after the hyphen, is <a href=#xml-compatible>XML-compatible</a>, has no
-  namespace, and contains no characters in the range U+0041 .. U+005A
-  (LATIN CAPITAL LETTER A .. LATIN CAPITAL LETTER Z).</p>
+  <p>A <dfn id=custom-data-attribute>custom data attribute</dfn> is an attribute in no
+  namespace whose name starts with the string "<dfn id=attr-data-* title=attr-data-*><code>data-</code></dfn>", has at least one
+  character after the hyphen, is <a href=#xml-compatible>XML-compatible</a>, and
+  contains no characters in the range U+0041 .. U+005A (LATIN CAPITAL
+  LETTER A .. LATIN CAPITAL LETTER Z).</p>
 
   <p class=note>All attributes in <a href=#html-documents>HTML documents</a> get
   lowercased automatically, so the restriction on uppercase letters

Modified: source
===================================================================
--- source	2009-06-02 09:23:55 UTC (rev 3180)
+++ source	2009-06-03 07:33:39 UTC (rev 3181)
@@ -8948,12 +8948,12 @@
 
   <h5><dfn>Embedding custom non-visible data</dfn></h5>
 
-  <p>A <dfn>custom data attribute</dfn> is an attribute whose name
-  starts with the string "<dfn
+  <p>A <dfn>custom data attribute</dfn> is an attribute in no
+  namespace whose name starts with the string "<dfn
   title="attr-data-*"><code>data-</code></dfn>", has at least one
-  character after the hyphen, is <span>XML-compatible</span>, has no
-  namespace, and contains no characters in the range U+0041 .. U+005A
-  (LATIN CAPITAL LETTER A .. LATIN CAPITAL LETTER Z).</p>
+  character after the hyphen, is <span>XML-compatible</span>, and
+  contains no characters in the range U+0041 .. U+005A (LATIN CAPITAL
+  LETTER A .. LATIN CAPITAL LETTER Z).</p>
 
   <p class="note">All attributes in <span>HTML documents</span> get
   lowercased automatically, so the restriction on uppercase letters




More information about the Commit-Watchers mailing list