- From: poot <cvsmail@w3.org>
- Date: Thu, 05 May 2011 20:44:31 -0400
- To: public-html-diffs@w3.org
hixie: correct example (whatwg r6095) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.4898&r2=1.4899&f=h http://html5.org/tools/web-apps-tracker?from=6094&to=6095 =================================================================== 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:44:33 UTC