From ad040387ed5e2644987a298f8fbebc33ecee10cd Mon Sep 17 00:00:00 2001 From: Yury Semikhatsky Date: Mon, 24 Feb 2025 11:48:07 -0800 Subject: [PATCH] Update docs/src/touch-events.md Co-authored-by: Dmitry Gozman Signed-off-by: Yury Semikhatsky --- docs/src/touch-events.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/touch-events.md b/docs/src/touch-events.md index 3e5dd5562c..bf52314efb 100644 --- a/docs/src/touch-events.md +++ b/docs/src/touch-events.md @@ -5,7 +5,7 @@ title: "Emulating touch events" ## Introduction -Touch gestures on a webpage can generate both legacy [TouchEvent]((https://developer.mozilla.org/en-US/docs/Web/API/TouchEvent/TouchEvent)s) and modern [PointerEvent](https://developer.mozilla.org/en-US/docs/Web/API/PointerEvent)s. Depending on which type your application relies on, you can emulate touch interactions using different approaches. The following guide explains how to simulate both PointerEvent-based and TouchEvent-based gestures for testing purposes. +Touch gestures on a webpage can generate both legacy [TouchEvent](https://developer.mozilla.org/en-US/docs/Web/API/TouchEvent/TouchEvent)s and modern [PointerEvent](https://developer.mozilla.org/en-US/docs/Web/API/PointerEvent)s. Depending on which type your application relies on, you can emulate touch interactions using different approaches. The following guide explains how to simulate both PointerEvent-based and TouchEvent-based gestures for testing purposes. ### Dispatching PointerEvent