html5/spec-author-view Overview.html,1.641,1.642 interactive-elements.html,1.564,1.565 spec.html,1.646,1.647

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>
    &#169; 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 @@
  &lt;menu type="toolbar"&gt;
   &lt;label for="goto"&gt;Go to...&lt;/label&gt;
   &lt;menu label="Go"&gt;
-   &lt;select id="goto"
+   &lt;select id="goto"<!--
            onchange="if (this.options[this.selectedIndex].value)
-                     window.location = this.options[this.selectedIndex].value"&gt;
+                     window.location = this.options[this.selectedIndex].value"-->&gt;
     &lt;option value="" selected="selected"&gt; Select site: &lt;/option&gt;
     &lt;option value="http://www.apple.com/"&gt; Apple &lt;/option&gt;
     &lt;option value="http://www.mozilla.org/"&gt; Mozilla &lt;/option&gt;

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 @@
  &lt;menu type="toolbar"&gt;
   &lt;label for="goto"&gt;Go to...&lt;/label&gt;
   &lt;menu label="Go"&gt;
-   &lt;select id="goto"
+   &lt;select id="goto"<!--
            onchange="if (this.options[this.selectedIndex].value)
-                     window.location = this.options[this.selectedIndex].value"&gt;
+                     window.location = this.options[this.selectedIndex].value"-->&gt;
     &lt;option value="" selected="selected"&gt; Select site: &lt;/option&gt;
     &lt;option value="http://www.apple.com/"&gt; Apple &lt;/option&gt;
     &lt;option value="http://www.mozilla.org/"&gt; Mozilla &lt;/option&gt;

Received on Friday, 5 February 2010 23:07:17 UTC