hixie: xref fix (whatwg r4665)

hixie: xref fix (whatwg r4665)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.3718&r2=1.3719&f=h
http://html5.org/tools/web-apps-tracker?from=4664&to=4665

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.3718
retrieving revision 1.3719
diff -u -d -r1.3718 -r1.3719
--- Overview.html 5 Feb 2010 23:07:23 -0000 1.3718
+++ Overview.html 5 Feb 2010 23:09:59 -0000 1.3719
@@ -7226,7 +7226,7 @@
   </dl></div><div class="example">
 
    <p>If a Web page wanted an element to represent a space ship,
-   e.g. as part of a game, it would have to use the <code class="attr-class">class</code> attribute along with <code title="attr-data-*"><a href="#attr-data">data-*</a></code> attributes:</p>
+   e.g. as part of a game, it would have to use the <code title="attr-class"><a href="#classes">class</a></code> attribute along with <code title="attr-data-*"><a href="#attr-data">data-*</a></code> attributes:</p>
 
    <pre>&lt;div class="spaceship" data-id="92432"
      data-weapons="laser 2" data-shields="50%"

Received on Friday, 5 February 2010 23:10:39 UTC