[DOM3Events] undefined attribute values

The result of getting attributes on an event object e created through

   var e = document.createEvent("Event")

appears to be completely undefined. What does eventPhase return, what does  
bubbles return, etc? Also after dispatching of an event is finished it is  
unclear what e.g. eventPhase and currentTarget ought to return. DOM Core  
attempts to cover this in detail.


-- 
Anne van Kesteren
http://annevankesteren.nl/

Received on Friday, 4 March 2011 15:01:39 UTC