TOC PREV NEXT INDEX

Put your logo here!


eventPhase


Indicates which phase of the event flow is currently being evaluated.

Syntax

phase = event.eventPhase 

Parameters

phase is a number with one of the following possible values:

0
CAPTURING_PHASE
1
AT_TARGET
2
BUBBLING_PHASE

Example

// example here 

Notes

Additional notes.

Specification

eventPhase 


mozilla DOM project | mailto:oeschger | bug 93108
TOC PREV NEXT INDEX