Skip to content

Commit 4bdc58a

Browse files
committed
Revert "Replicating the 2.2 errata (#3742)"
This reverts commit b24abad. This was not properly replicated - it updated the wrong file
1 parent 5bab83b commit 4bdc58a

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed
Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
<dt><dfn id="dfn-pointer-inputs" data-lt="pointer inputs">pointer input</dfn></dt>
22
<dd>
33

4-
<p>an input that only targets a single point on the page/screen at a time - such as a mouse, single finger on a touch screen, or stylus.</p>
5-
<p class="note">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.</p>
4+
<p>input from a device that can target a specific coordinate (or set of coordinates) on a screen,
5+
such as a mouse, pen, or touch contact
6+
</p>
7+
<p class="note">See the <a href="https://www.w3.org/TR/pointerevents/#dfn-pointer">Pointer Events
8+
definition for "pointer"</a> [[pointerevents]].</p>
69

710
</dd>

0 commit comments

Comments
 (0)