Skip to content

Commit

Permalink
Update Safari data for api.Element.gesture*_event (#21800)
Browse files Browse the repository at this point in the history
This PR updates and corrects version values for Safari (Desktop and iOS/iPadOS) for the `gesture*_event` member of the `Element` API. The data comes from the [mdn-bcd-collector](https://mdn-bcd-collector.gooborg.com) project (v10.6.4).

_Check out the [collector's guide on how to review this PR](https://github.com/openwebdocs/mdn-bcd-collector#reviewing-bcd-changes)._

Tests Used: https://mdn-bcd-collector.gooborg.com/tests/api/Element/gesture*_event

Additional Notes: In WebKit/WebKit@4b98457#diff-5062a30a774512ad7d02525d4670935d55330194d9ba2d9f00bdf31b83e38002R181-R183, an "IOS_GESTURE_EVENTS" was added to the Element interface (and had been present on other interfaces).
  • Loading branch information
queengooborg authored Jan 2, 2024
1 parent 293857c commit 1909b44
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions api/Element.json
Original file line number Diff line number Diff line change
Expand Up @@ -4377,7 +4377,7 @@
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": "9.1"
"version_added": false
},
"safari_ios": {
"version_added": "2"
Expand Down Expand Up @@ -4413,7 +4413,7 @@
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": "9.1"
"version_added": false
},
"safari_ios": {
"version_added": "2"
Expand Down Expand Up @@ -4449,7 +4449,7 @@
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": "9.1"
"version_added": false
},
"safari_ios": {
"version_added": "2"
Expand Down

0 comments on commit 1909b44

Please sign in to comment.