- From: Simon Pieters <simonp@opera.com>
- Date: Fri, 04 Mar 2011 10:12:11 +0100
On Fri, 04 Mar 2011 00:22:16 +0100, <whatwg at whatwg.org> wrote: > Author: ianh > Date: 2011-03-03 15:22:14 -0800 (Thu, 03 Mar 2011) > New Revision: 5928 > > Modified: > complete.html > index > source > Log: > [acgiow] (0) Drop forminput and formchange events, and their associated > machinery, since you can now put oninput and onchange everywhere which > makes them far less compelling. > Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=11129 > - <ul> > + <ul onchange="calculate(form)"> This wouldn't actually work right? Would need to be document.forms.pricecalc or so. -- Simon Pieters Opera Software
Received on Friday, 4 March 2011 01:12:11 UTC