Re: DOM L3 Spec

2007-04-25 Thread Bjoern Hoehrmann
* Jean-Yves Bitterlich wrote: >now that ProgressEvent is Public, we could maybe also update the >"Complete list of event types" (Chapt. 1.5.2) with those new events. It's not meant to be a complete list of all W3C-defined types, but only of those defined in DOM Level 3 Events. Having a "complete

DOM L3 Spec

2007-04-25 Thread Jean-Yves Bitterlich
Hi all and Bjoern, now that ProgressEvent is Public, we could maybe also update the "Complete list of event types" (Chapt. 1.5.2) with those new events. what would it be ?: (type, bubbling phase, cancelable, target node type, DOM Interface) { |loadstart, No, Yes, Element, ||ProgressEvent }