hixie: title change (whatwg r5568)

hixie: title change (whatwg r5568)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.4449&r2=1.4450&f=h
http://html5.org/tools/web-apps-tracker?from=5567&to=5568

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.4449
retrieving revision 1.4450
diff -u -d -r1.4449 -r1.4450
--- Overview.html 30 Sep 2010 08:04:01 -0000 1.4449
+++ Overview.html 30 Sep 2010 08:27:00 -0000 1.4450
@@ -551,7 +551,7 @@
        <li><a href="#the-dir-attribute"><span class="secno">3.2.3.5 </span>The <code>dir</code> attribute</a></li>
        <li><a href="#classes"><span class="secno">3.2.3.6 </span>The <code>class</code> attribute</a></li>
        <li><a href="#the-style-attribute"><span class="secno">3.2.3.7 </span>The <code>style</code> attribute</a></li>
-       <li><a href="#embedding-custom-non-visible-data"><span class="secno">3.2.3.8 </span>Embedding custom non-visible data</a></ol></li>
+       <li><a href="#embedding-custom-non-visible-data-with-the-data-attributes"><span class="secno">3.2.3.8 </span>Embedding custom non-visible data with the <code title="attr-data-*">data-*</code> attributes</a></ol></li>
      <li><a href="#element-definitions"><span class="secno">3.2.4 </span>Element definitions</a>
       <ol>
        <li><a href="#attributes"><span class="secno">3.2.4.1 </span>Attributes</a></ol></li>
@@ -8418,7 +8418,7 @@
 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.2.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
+  </div><h5 id="embedding-custom-non-visible-data-with-the-data-attributes"><span class="secno">3.2.3.8 </span><dfn>Embedding custom non-visible data</dfn> with the <code title="attr-data-*"><a href="#attr-data">data-*</a></code> attributes</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 to U+005A (LATIN CAPITAL

Received on Thursday, 30 September 2010 08:27:45 UTC