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