The click event occurs when the pointing device button is
clicked over an element. A click is defined as a mousedown and
mouseup over the same screen location. The sequence of these events
is:
mousedown
mouseup
click
If multiple clicks occur at the same screen location, the sequence
repeats with the detail attribute incrementing with
each repetition. This event is valid for most elements.