Re: [whatwg] HTMLElement.onreadystatechange

2011-05-16 Thread Ian Hickson
On Mon, 14 Feb 2011, David Flanagan wrote:

 The spec says that every HTMLElement has an onreadystatechange idl 
 attribute. But then it never says anything about firing readystatechange 
 events at elements, only at the Document.
 
 Can it be removed from HTMLElement, or does it need to be there for web 
 compatibility?

For consistency, all the event handler attributes on HTMLDocument and 
HTMLElement are the same now.

-- 
Ian Hickson   U+1047E)\._.,--,'``.fL
http://ln.hixie.ch/   U+263A/,   _.. \   _\  ;`._ ,.
Things that are impossible just take longer.   `._.-(,_..'--(,_..'`-.;.'


[whatwg] HTMLElement.onreadystatechange

2011-02-14 Thread David Flanagan
The spec says that every HTMLElement has an onreadystatechange idl 
attribute.  But then it never says anything about firing 
readystatechange events at elements, only at the Document.


Can it be removed from HTMLElement, or does it need to be there for web 
compatibility?


David