diff --git a/guidelines/terms/21/single-pointer.html b/guidelines/terms/21/single-pointer.html index b88717f315..31d6d8e51f 100644 --- a/guidelines/terms/21/single-pointer.html +++ b/guidelines/terms/21/single-pointer.html @@ -1,5 +1,6 @@
an input that only targets a single point on the page/screen at a time – such as a mouse, stylus, or single finger on a touch screen – as opposed to multi-pointer/multi-touch scenarios
+an input that only targets a single point on the page/screen at a time – such as a mouse, stylus, or single finger on a touch screen.
+In contrast to single pointer inputs, multipoint interactions involve the use of two or more pointers at the same time – such as two finger interactions on a touchscreen, or the simultaneous use of a mouse and stylus.