ID: W##
Technology: General
Type: Technique
This Technique applies to all technologies that contain interactive elements. It can be especially helpful when evaluating the accessibility of third-party extensions, plugins, or developer frameworks to be used embedded in content.
The objective of this technique is to ensure that all interactive elements can be operated with a pointer using single-point activation (i.e, without path-based or multipoint gestures). When all functions can be triggered by clicks or taps at the same point (this may include right-click, double click or tap, or long presses), they are more accessible to motor-impaired pointer users.
Developers frequently choose third-party frameworks and plugins to implement specific functionality or data types such as maps or videos to reduce development time. Third-party functions implemented in this way may fail 2.5.1 Pointer gestures because they may require operation via path-based or multipoint gestures. For example:
Note that many of these third-party functions may also fail other Success Criteria sich as 2.1.1 Keyboard or 4.1.2 Name, Role, Value.
Note that making all functionality available to single point activation does not rule out the additional support of complex pointer gestures for operation.