- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 05 Feb 2010 23:10:03 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv24393
Modified Files:
Overview.html
Log Message:
xref fix (whatwg r4665)
Index: Overview.html
===================================================================
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><div class="spaceship" data-id="92432"
data-weapons="laser 2" data-shields="50%"
Received on Friday, 5 February 2010 23:10:05 UTC