TOC PREV NEXT INDEX

Put your logo here!


bubbles


Indicates whether the given event bubbles up through the DOM or not.

Syntax

bool = event.bubbles 

Parameters

bool is a boolean true | false.

Example

// example here 

Notes

Additional notes.

Specification

link to spec 


mozilla.org | mailto:oeschger | bug 93108
TOC PREV NEXT INDEX