- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
 - Date: Fri, 05 Feb 2010 23:00:23 +0000
 - To: public-html-commits@w3.org
 
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv22842
Modified Files:
	Overview.html 
Log Message:
Comment out the onchange='' handler since it's poor practice. (whatwg r4663)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.3716
retrieving revision 1.3717
diff -u -d -r1.3716 -r1.3717
--- Overview.html	5 Feb 2010 21:06:37 -0000	1.3716
+++ Overview.html	5 Feb 2010 23:00:19 -0000	1.3717
@@ -35869,9 +35869,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:00:27 UTC