Summary:
The onevent element binds a task to a particular intrinsic event for the immediately enclosing element. For example, specifying an onevent element inside a card element associates an intrinsic event binding with that card element. The browser will ignore any onevent element specifying a type that does not correspond to a legal intrinsic event for the immediately enclosing element.
Attributes:
| Name | Data type | Mandatory | Default | Description |
| id | String | X | A unique name for the tag within the deck | |
| class | String | X | A name of a class of which the tag is a member | |
| type | String | Indicates the name of the intrinsic event |