From 0f46de5828f35c673119f79ecd44a64da3aac40e Mon Sep 17 00:00:00 2001 From: "Queen Vinyl Da.i'gyu-Kazotetsu" Date: Sun, 17 Apr 2022 22:08:58 -0700 Subject: [PATCH] Remove -moz-context-properties CSS property from BCD This PR removes the irrelevant `-moz-context-properties` CSS property 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 (v5.0.0), even if the current BCD suggests support. --- css/properties/-moz-context-properties.json | 70 --------------------- 1 file changed, 70 deletions(-) delete mode 100644 css/properties/-moz-context-properties.json diff --git a/css/properties/-moz-context-properties.json b/css/properties/-moz-context-properties.json deleted file mode 100644 index 1fd5ba7cb04da1..00000000000000 --- a/css/properties/-moz-context-properties.json +++ /dev/null @@ -1,70 +0,0 @@ -{ - "css": { - "properties": { - "-moz-context-properties": { - "__compat": { - "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/-moz-context-properties", - "support": { - "chrome": { - "version_added": false - }, - "chrome_android": { - "version_added": false - }, - "edge": { - "version_added": false - }, - "firefox": { - "version_added": "55", - "flags": [ - { - "type": "preference", - "name": "svg.context-properties.content.enabled", - "value_to_set": "true" - } - ], - "notes": "With the preference set to false, the property still works with SVGs via chrome:// or resource:// URLs" - }, - "firefox_android": { - "version_added": "55", - "flags": [ - { - "type": "preference", - "name": "svg.context-properties.content.enabled", - "value_to_set": "true" - } - ], - "notes": "With the preference set to false, the property still works with SVGs via chrome:// or resource:// URLs" - }, - "ie": { - "version_added": false - }, - "opera": { - "version_added": false - }, - "opera_android": { - "version_added": false - }, - "safari": { - "version_added": false - }, - "safari_ios": { - "version_added": false - }, - "samsunginternet_android": { - "version_added": false - }, - "webview_android": { - "version_added": false - } - }, - "status": { - "experimental": true, - "standard_track": false, - "deprecated": false - } - } - } - } - } -}