html5/spec Overview.html,1.4898,1.4899

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv21987

Modified Files:
	Overview.html 
Log Message:
correct example (whatwg r6095)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.4898
retrieving revision 1.4899
diff -u -d -r1.4898 -r1.4899
--- Overview.html	6 May 2011 00:38:27 -0000	1.4898
+++ Overview.html	6 May 2011 00:41:20 -0000	1.4899
@@ -13454,12 +13454,12 @@
    form.elements.result.value = price;
  }
 </script>
-<form name="pricecalc" onsubmit="return false">
+<form name="pricecalc" onsubmit="return false" onchange="calculate(this)">
  <fieldset>
   <legend>Work out the price of your car</legend>
   <p>Base cost: £52000.</p>
   <p>Select additional options:</p>
-  <ul onchange="calculate(form)">
+  <ul>
    <li><label><input type=checkbox name=brakes> Ceramic brakes (£1000)</label></li>
    <li><label><input type=checkbox name=radio> Satellite radio (£2500)</label></li>
    <li><label><input type=checkbox name=turbo> Turbo charger (£5000)</label></li>

Received on Friday, 6 May 2011 00:41:26 UTC