[whatwg] [html5] r5928 - [acgiow] (0) Drop forminput and formchange events, and their associated machiner [...]

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


> -  &lt;ul&gt;
> +  &lt;ul onchange="calculate(form)"&gt;

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