[whatwg] will all event types bubble? e.g. focus

Using delegate listeners in JavaScript is a technique that has grown
quite popular. Not all event types bubble, however, so using pure
delegate solutions is impossible. Will the DOM2 non-bubbling event
types, like focus, bubble in the new DOM standard?

Thanks,
Peter

Received on Wednesday, 13 February 2008 22:51:45 UTC