- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 25 Aug 2010 23:36:35 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv2628
Modified Files:
history.html spec.html
Log Message:
fix example (whatwg r5351)
[updated by splitter]
Index: history.html
===================================================================
RCS file: /sources/public/html5/spec/history.html,v
retrieving revision 1.1001
retrieving revision 1.1002
diff -u -d -r1.1001 -r1.1002
--- history.html 25 Aug 2010 00:16:33 -0000 1.1001
+++ history.html 25 Aug 2010 23:36:33 -0000 1.1002
@@ -697,8 +697,8 @@
<title>Line Game - 5</title>
<p>You are at coordinate <span id="coord">5</span> on the line.</p>
<p>
- <a href="?x=6" onclick="go(1)">Advance to 6</a> or
- <a href="?x=4" onclick="go(-1)">retreat to 4</a>?
+ <a href="?x=6" onclick="go(1); return false;">Advance to 6</a> or
+ <a href="?x=4" onclick="go(-1); return false;">retreat to 4</a>?
</p>
<script>
var currentPage = 5; // prefilled by server
Index: spec.html
===================================================================
RCS file: /sources/public/html5/spec/spec.html,v
retrieving revision 1.1179
retrieving revision 1.1180
diff -u -d -r1.1179 -r1.1180
--- spec.html 25 Aug 2010 23:16:34 -0000 1.1179
+++ spec.html 25 Aug 2010 23:36:33 -0000 1.1180
@@ -336,7 +336,7 @@
<a href="Overview.html">single page HTML</a>,
<a href="spec.html">multipage HTML</a>,
<a href="author/">web developer edition</a>.
-This is revision 1.4267.
+This is revision 1.4268.
</p>
<p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a>
© 2010 <a href="http://www.w3.org/"><abbr title="World Wide
Received on Wednesday, 25 August 2010 23:36:37 UTC