Skip to content

Commit

Permalink
Remove css.properties.touch-action.double-tap-zoom from BCD (#23576)
Browse files Browse the repository at this point in the history
This PR removes the `double-tap-zoom` member of the `touch-action` CSS property from BCD. Per the [data guidelines](https://github.com/mdn/browser-compat-data/blob/main/docs/data-guidelines/index.md#removal-of-irrelevant-features), this feature can be considered irrelevant and may be removed from BCD accordingly. Even if the current data suggests that the feature is supported, lack of support has been confirmed by the [mdn-bcd-collector](https://mdn-bcd-collector.gooborg.com) project (v10.10.9).

Tests Used: https://mdn-bcd-collector.gooborg.com/tests/css/properties/touch-action/double-tap-zoom
  • Loading branch information
queengooborg committed Jul 3, 2024
1 parent db0d8cb commit 7abe13b
Showing 1 changed file with 0 additions and 41 deletions.
41 changes: 0 additions & 41 deletions css/properties/touch-action.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,47 +50,6 @@
"deprecated": false
}
},
"double-tap-zoom": {
"__compat": {
"support": {
"chrome": {
"version_added": false
},
"chrome_android": "mirror",
"edge": {
"version_added": "12",
"version_removed": "79"
},
"firefox": {
"version_added": false
},
"firefox_android": "mirror",
"ie": [
{
"version_added": "11"
},
{
"prefix": "-ms-",
"version_added": "10"
}
],
"oculus": "mirror",
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": false
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
"webview_android": "mirror"
},
"status": {
"experimental": false,
"standard_track": false,
"deprecated": false
}
}
},
"manipulation": {
"__compat": {
"support": {
Expand Down

0 comments on commit 7abe13b

Please sign in to comment.