-
Notifications
You must be signed in to change notification settings - Fork 268
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Restore #3536 (probably lost in merge conflicts)
- Loading branch information
1 parent
18ff303
commit 84267c2
Showing
1 changed file
with
2 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,6 @@ | ||
<dt><dfn id="dfn-single-pointer">single pointer</dfn></dt> | ||
<dd> | ||
|
||
<p><a>pointer input</a> that operates with one point of contact with the screen, including single taps and clicks, double-taps and clicks, long presses, and path-based gestures</p> | ||
|
||
<p>a <a>pointer input</a> 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> | ||
<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> | ||
</dd> | ||
|