Pointer Cancellation

When activating an interactive element, it SHOULD always get activated on up event. Sometimes, the element gets activated on a down event. This causes unintended actions caused by accidental activation of elements.

screenshot of a registration form
Figure 1 Example of a form that consists of multiple form controls that activates on up event.

NOTE:

  • New to accessibility or uncertain of requirements, it will be helpful to review all sections below.
  • Already familiar with requirements, skip to the “Working Example” section for sample HTML, CSS and JavaScript (when needed), along with a working demo.