Page - AddHandler - TestCases #22 - Event Cancelation

$Id: test_22_cancel_listener.html,v 1.1 2005/10/23 07:57:32 james Exp $

Instructions

Click on some of text between square brackets. You will see a series of alerts, the sequence of letters the alert spells out should match the sequence of letters in the square bracketm if not, something is broken.

Bubble - No Cancel

[A][B,C,D,A][E,B,C,D,A]

Capture - No Cancel

[A][A,B,C,D][A,B,C,D,E]

Bubble - Cancel On Event 'X'

[A][B,X,D][E,B,X,D]

Capture - Cancel On Event 'X'

[A][A,B,X,D][A,B,X,D]