This document provides an introduction to touch and pointer events on websites. It discusses how mobile browsers emulate mouse events on touch, limitations of this emulation like delayed event dispatch, and introduces native touch events. It provides examples of the events fired during different touch interactions and strategies for handling touch and mouse input hybrid devices. The document explores issues like double tap to zoom delays and ways browsers are addressing these.