From 1675396392a0d31c92a87ccbb0bf060f1464e68d Mon Sep 17 00:00:00 2001 From: Queen Vinyl Darkscratch Date: Sun, 25 Jul 2021 11:14:57 -0700 Subject: [PATCH] Remove irrelevant api.TouchList.identifiedTouch feature This PR removes the irrelevant `identifiedTouch` member of the `TouchList` API as per the corresponding [data guidelines](https://github.com/mdn/browser-compat-data/blob/main/docs/data-guidelines.md#removal-of-irrelevant-features). The lack of current support has been confirmed by the [mdn-bcd-collector](https://mdn-bcd-collector.appspot.com) project (v3.2.2), even if the current BCD suggests support. --- api/TouchList.json | 48 ---------------------------------------------- 1 file changed, 48 deletions(-) diff --git a/api/TouchList.json b/api/TouchList.json index d29043a0fdf3c0..4ac99351eeda2f 100644 --- a/api/TouchList.json +++ b/api/TouchList.json @@ -54,54 +54,6 @@ "deprecated": false } }, - "identifiedTouch": { - "__compat": { - "mdn_url": "https://developer.mozilla.org/docs/Web/API/TouchList/identifiedTouch", - "support": { - "chrome": { - "version_added": false - }, - "chrome_android": { - "version_added": false - }, - "edge": { - "version_added": false - }, - "firefox": { - "version_added": false - }, - "firefox_android": { - "version_added": false - }, - "ie": { - "version_added": false - }, - "opera": { - "version_added": false - }, - "opera_android": { - "version_added": false - }, - "safari": { - "version_added": false - }, - "safari_ios": { - "version_added": null - }, - "samsunginternet_android": { - "version_added": false - }, - "webview_android": { - "version_added": false - } - }, - "status": { - "experimental": false, - "standard_track": false, - "deprecated": true - } - } - }, "item": { "__compat": { "mdn_url": "https://developer.mozilla.org/docs/Web/API/TouchList/item",