- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 03 Jun 2009 07:33:49 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv30586
Modified Files:
Overview.html
Log Message:
Names don't contain namsepaces. (whatwg r3181)
Index: Overview.html
===================================================================
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">green</span> and my eyes are <span style="color: blue;
background: transparent">blue</span>.</p></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:33:55 UTC