- From: poot <cvsmail@w3.org>
- Date: Sat, 6 Feb 2010 08:00:43 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: Comment out the onchange='' handler since it's poor practice. (whatwg r4663) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.3716&r2=1.3717&f=h http://html5.org/tools/web-apps-tracker?from=4662&to=4663 =================================================================== 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:01:14 UTC