[whatwg] [html5] r5928 - [acgiow] (0) Drop forminput and formchange events, and their associated machiner [...]
Simon Pieters
simonp at opera.com
Fri Mar 4 01:12:11 PST 2011
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
More information about the whatwg
mailing list