[whatwg] onchange attribute on output elements?

Hey all,

There's no onchange attribute on output elements, in stead the spec 
tells you to use DOM mutation events. Thsoe are a pain to use, and 
there's no declarative way to register handlers (in HTML at least). Why 
not support what developers are used to when dealing with form controls, 
onchange="..."?

-- 
jst

Received on Thursday, 10 June 2004 12:34:00 UTC