click-cancel.html |
Default action is canceled if the click event is canceled. |
1154 |
click-on-body.html |
Clicking on the body element itself fires a click event |
1974 |
click-on-div.html |
Clicking on a div element that has no click event handler fires a click event |
1681 |
click-on-html.html |
Clicking on the html element itself fires a click event |
2479 |
click-order.html |
Click-related events should fire in the correct order |
2514 |
mouseevents-mousemove.htm |
MouseEvent - mousemove event order |
3279 |
mousemove-across.html |
Mousemove handling across elements |
4608 |
mousemove-between.html |
Mousemove handling between elements |
3606 |
mouseover-out.html |
Mouseover/mouseout handling |
3585 |
wheel-basic.html |
WheelEvent - basic wheel event |
3232 |
wheel-scrolling.html |
WheelEvent - scrolling wheel event |
8286 |