From 82d13bea991f0aae738201b42bb514f7aea25416 Mon Sep 17 00:00:00 2001 From: Martin Suchan Date: Thu, 21 Dec 2017 09:39:22 +0100 Subject: [PATCH] Changed the status of Touch Events to Preview to reflect the actual state of this API. --- status.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/status.json b/status.json index 2134d9fd..8610fa9b 100644 --- a/status.json +++ b/status.json @@ -2700,8 +2700,9 @@ "summary": "Touchscreen input API, originally introduced by Apple on iOS. Support is currently limited to only devices with a touchscreen (can be overridden in about:flags). See Pointer Events for touch, pen, and mouse input across all device types.", "standardStatus": "Established standard", "ieStatus": { - "text": "Shipped", - "ieUnprefixed": "10240" + "text": "Preview Release", + "ieUnprefixed": "10240", + "flag": true }, "spec": "touch-events", "msdn": "https://developer.mozilla.org/docs/Web/API/Touch_events",