Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add compat data for SVGZoomAndPan #1936

Merged
merged 2 commits into from
Apr 26, 2018
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
52 changes: 52 additions & 0 deletions api/SVGZoomAndPan.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
{
"api": {
"SVGZoomAndPan": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/SVGZoomAndPan",
"support": {
"webview_android": {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@maboa please put webview_android at the end of the browser list to keep it alphabetical, see #1882. Unfortunately this'll need to be fixed on all your PRs 😬

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Unfortunately this'll need to be fixed on all your PRs .

No, please don't invest time on manual sorting. Please sort alphabetically when opening new PRs, but for the existing code base and PRs we will script and correct this with a single PR at some point.

"version_added": null
},
"chrome": {
"version_added": null
},
"chrome_android": {
"version_added": null
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

},
"edge": {
"version_added": null
},
"edge_mobile": {
"version_added": null
},
"firefox": {
"version_added": null
},
"firefox_android": {
"version_added": null
},
"ie": {
"version_added": null
},
"opera": {
"version_added": null
},
"opera_android": {
"version_added": null
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Both versions of Opera should be true.

},
"safari": {
"version_added": null
},
"safari_ios": {
"version_added": null
}
},
"status": {
"experimental": false,
"standard_track": true,
"deprecated": false
}
}
}
}
}