From e6742af94bccb1eff8657cd83ea187b64f125b49 Mon Sep 17 00:00:00 2001 From: Joshua Byrd Date: Tue, 23 May 2023 16:46:46 +1000 Subject: [PATCH] Update to specify what kind of property this actually is I had to search this --- touch-action.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/touch-action.md b/touch-action.md index ca70083..8570f2c 100644 --- a/touch-action.md +++ b/touch-action.md @@ -4,7 +4,7 @@ title: Touch Action --- # The Touch-action property -Chrome 35+, IE10+ and soon FireFox, support the `touch-action` property. This property tells the browser how to +Chrome 35+, IE10+ and soon FireFox, support the `touch-action` CSS property. This property tells the browser how to handle touches on an element. It improves the detection and experience of the gestures a lot, because it can prevent scrolling of the page without any JavaScript has to be executed, which can be too late in some cases.