From 4d5c2a6e24bc7bbc674bfbdb74b5d7f24569b5a1 Mon Sep 17 00:00:00 2001 From: Simon Pieters Date: Tue, 12 Apr 2022 13:45:27 +0200 Subject: [PATCH] Export 'expose legacy touch event APIs' --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 9eee84e..c614217 100644 --- a/index.html +++ b/index.html @@ -951,7 +951,7 @@

Retargeting

Conditionally exposing legacy touch event APIs

-

User agents have an associated boolean expose legacy touch event APIs whose value is implementation-defined.

+

User agents have an associated boolean expose legacy touch event APIs whose value is implementation-defined.

Existing web content often use the existence of these APIs as a signal that the user agent is a touch-enabled "mobile" device, and therefore exposing these APIs on non-mobile devices, even if they are touch-enabled, could lead to a suboptimal user experience for such web content.