-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Changes from 1 commit
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
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": { | ||
"version_added": null | ||
}, | ||
"chrome": { | ||
"version_added": null | ||
}, | ||
"chrome_android": { | ||
"version_added": null | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. All 3 versions of Chrome should be |
||
}, | ||
"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 | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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 | ||
} | ||
} | ||
} | ||
} | ||
} |
There was a problem hiding this comment.
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 😬There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.