- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 05 Feb 2010 23:07:13 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec-author-view
In directory hutz:/tmp/cvs-serv23737
Modified Files:
Overview.html interactive-elements.html spec.html
Log Message:
Comment out the onchange='' handler since it's poor practice. (whatwg r4663)
[updated by splitter]
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/Overview.html,v
retrieving revision 1.641
retrieving revision 1.642
diff -u -d -r1.641 -r1.642
--- Overview.html 5 Feb 2010 21:16:55 -0000 1.641
+++ Overview.html 5 Feb 2010 23:07:10 -0000 1.642
@@ -302,7 +302,7 @@
</dl><p>This specification is available in the following formats:
<a href="spec.html">single page HTML</a>,
<a href="Overview.html">multipage HTML</a>.
-This is revision 1.3716.
+This is revision 1.3717.
</p>
<p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a>
© 2009 <a href="http://www.w3.org/"><abbr title="World Wide
Index: interactive-elements.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/interactive-elements.html,v
retrieving revision 1.564
retrieving revision 1.565
diff -u -d -r1.564 -r1.565
--- interactive-elements.html 1 Feb 2010 23:27:19 -0000 1.564
+++ interactive-elements.html 5 Feb 2010 23:07:10 -0000 1.565
@@ -3165,9 +3165,9 @@
<menu type="toolbar">
<label for="goto">Go to...</label>
<menu label="Go">
- <select id="goto"
+ <select id="goto"<!--
onchange="if (this.options[this.selectedIndex].value)
- window.location = this.options[this.selectedIndex].value">
+ window.location = this.options[this.selectedIndex].value"-->>
<option value="" selected="selected"> Select site: </option>
<option value="http://www.apple.com/"> Apple </option>
<option value="http://www.mozilla.org/"> Mozilla </option>
Index: spec.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/spec.html,v
retrieving revision 1.646
retrieving revision 1.647
diff -u -d -r1.646 -r1.647
--- spec.html 5 Feb 2010 21:16:55 -0000 1.646
+++ spec.html 5 Feb 2010 23:07:11 -0000 1.647
@@ -300,7 +300,7 @@
</dl><p>This specification is available in the following formats:
<a href=spec.html>single page HTML</a>,
<a href=Overview.html>multipage HTML</a>.
-This is revision 1.3716.
+This is revision 1.3717.
</p>
<p class=copyright><a href=http://www.w3.org/Consortium/Legal/ipr-notice#Copyright>Copyright</a>
© 2009 <a href=http://www.w3.org/><abbr title="World Wide
@@ -20276,9 +20276,9 @@
<menu type="toolbar">
<label for="goto">Go to...</label>
<menu label="Go">
- <select id="goto"
+ <select id="goto"<!--
onchange="if (this.options[this.selectedIndex].value)
- window.location = this.options[this.selectedIndex].value">
+ window.location = this.options[this.selectedIndex].value"-->>
<option value="" selected="selected"> Select site: </option>
<option value="http://www.apple.com/"> Apple </option>
<option value="http://www.mozilla.org/"> Mozilla </option>
Received on Friday, 5 February 2010 23:07:17 UTC