Names don't contain namsepaces. (whatwg r3181)

Names don't contain namsepaces. (whatwg r3181)

Diffs for this change per section: 
http://people.w3.org/mike/diffs/html5/spec/Overview.1.2335.html#status-of-this-document
http://people.w3.org/mike/diffs/html5/spec/Overview.1.2335.html#a-vocabulary-and-associated-apis-for-html-and-xhtml
http://people.w3.org/mike/diffs/html5/spec/Overview.1.2335.html#editor-s-draft-date-1-january-1970
http://people.w3.org/mike/diffs/html5/spec/Overview.1.2335.html#dom-style
http://people.w3.org/mike/diffs/html5/spec/Overview.1.2335.html#attr-data
http://people.w3.org/mike/diffs/html5/spec/Overview.1.2335.html#embedding-custom-non-visible-data

http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html
http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.2334&r2=1.2335&f=h
http://html5.org/tools/web-apps-tracker?from=3180&to=3181

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.2334
retrieving revision 1.2335
diff -u -d -r1.2334 -r1.2335
--- Overview.html 2 Jun 2009 09:24:00 -0000 1.2334
+++ Overview.html 3 Jun 2009 07:33:46 -0000 1.2335
@@ -152,7 +152,7 @@
    <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
    <!--ZZZ:-->
    <!--<h2 class="no-num no-toc">W3C Working Draft 23 April 2009</h2>-->
-   <h2 class="no-num no-toc" id="editor-s-draft-date-1-january-1970">Editor's Draft 2 June 2009</h2>
+   <h2 class="no-num no-toc" id="editor-s-draft-date-1-january-1970">Editor's Draft 3 June 2009</h2>
    <!--:ZZZ-->
    <dl><!-- ZZZ: update the month/day (twice), (un)comment out
     <dt>This Version:</dt>
@@ -245,7 +245,7 @@
   track.
   <!--ZZZ:-->
   <!--This specification is the 23 April 2009 Working Draft.-->
-  This specification is the 2 June 2009 Editor's Draft.
+  This specification is the 3 June 2009 Editor's Draft.
   <!--:ZZZ-->
   </p><!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- relationship to other work (required) --><p>This specification is also being produced by the <a href="http://www.whatwg.org/">WHATWG</a>. The two specifications are
   identical from the table of contents onwards.</p><!-- UNDER NO CIRCUMSTANCES IS THE FOLLOWING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- context and rationale (required) --><p>This specification is intended to replace (be a new version of)
@@ -7801,11 +7801,11 @@
 transparent"&gt;green&lt;/span&gt; and my eyes are &lt;span style="color: blue;
 background: transparent"&gt;blue&lt;/span&gt;.&lt;/p&gt;</pre>
 
-  </div><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 class="note">All attributes in <a href="#html-documents">HTML documents</a> get
+  </div><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 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 class="note">All attributes in <a href="#html-documents">HTML documents</a> get
   lowercased automatically, so the restriction on uppercase letters
   doesn't affect such documents.<p><a href="#custom-data-attribute" title="custom data attribute">Custom data attributes</a>
   are intended to store custom data private to the page or

Received on Wednesday, 3 June 2009 07:35:57 UTC