Skip to content

Commit

Permalink
Add Firefox versions for Touch API (#12893)
Browse files Browse the repository at this point in the history
This PR adds real values for Firefox and Firefox Android for the `Touch` API, based upon commit history and date.

Commit: mozilla/gecko-dev@2cc83ff#diff-9467c209feb61705449ffb3249617afb5a307556efbf55ad23efbec9155401e6 (when the Touch interface was first added)
  • Loading branch information
queengooborg authored Oct 21, 2021
1 parent 51dc0ce commit ea482a5
Showing 1 changed file with 44 additions and 16 deletions.
60 changes: 44 additions & 16 deletions api/Touch.json
Original file line number Diff line number Diff line change
Expand Up @@ -325,11 +325,18 @@
"edge": {
"version_added": "≤79"
},
"firefox": {
"version_added": true
},
"firefox": [
{
"version_added": "52"
},
{
"version_added": "18",
"version_removed": "24",
"notes": "Removed in <a href='https://bugzil.la/888304'>bug 888304</a> due to web compatibility issues."
}
],
"firefox_android": {
"version_added": true
"version_added": "6"
},
"ie": {
"version_added": false
Expand Down Expand Up @@ -542,11 +549,18 @@
"edge": {
"version_added": "≤79"
},
"firefox": {
"version_added": null
},
"firefox": [
{
"version_added": "52"
},
{
"version_added": "18",
"version_removed": "24",
"notes": "Removed in <a href='https://bugzil.la/888304'>bug 888304</a> due to web compatibility issues."
}
],
"firefox_android": {
"version_added": true
"version_added": "6"
},
"ie": {
"version_added": false
Expand Down Expand Up @@ -591,11 +605,18 @@
"edge": {
"version_added": "≤79"
},
"firefox": {
"version_added": null
},
"firefox": [
{
"version_added": "52"
},
{
"version_added": "18",
"version_removed": "24",
"notes": "Removed in <a href='https://bugzil.la/888304'>bug 888304</a> due to web compatibility issues."
}
],
"firefox_android": {
"version_added": true
"version_added": "6"
},
"ie": {
"version_added": false
Expand Down Expand Up @@ -640,11 +661,18 @@
"edge": {
"version_added": "≤79"
},
"firefox": {
"version_added": null
},
"firefox": [
{
"version_added": "52"
},
{
"version_added": "18",
"version_removed": "24",
"notes": "Removed in <a href='https://bugzil.la/888304'>bug 888304</a> due to web compatibility issues."
}
],
"firefox_android": {
"version_added": true
"version_added": "6"
},
"ie": {
"version_added": false
Expand Down

0 comments on commit ea482a5

Please sign in to comment.