-
Notifications
You must be signed in to change notification settings - Fork 2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add missing features for Ink API (#13457)
This PR is a part of a project to add missing interfaces and interface features to BCD that are from an active spec (including WICG specs) and is supported in at least one browser. This particular PR adds the missing features of the Ink API, populating the results using data from the [mdn-bcd-collector](https://mdn-bcd-collector.appspot.com) project (v4.0.0). Tests Used: https://mdn-bcd-collector.appspot.com/tests/api/Ink _Check out the [collector's guide on how to review this PR](https://github.com/foolip/mdn-bcd-collector#reviewing-bcd-changes)._
- Loading branch information
1 parent
76e555b
commit 279e01a
Showing
2 changed files
with
148 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,100 @@ | ||
{ | ||
"api": { | ||
"Ink": { | ||
"__compat": { | ||
"spec_url": "https://wicg.github.io/ink-enhancement/#ink-interface", | ||
"support": { | ||
"chrome": { | ||
"version_added": "94" | ||
}, | ||
"chrome_android": { | ||
"version_added": "94" | ||
}, | ||
"edge": { | ||
"version_added": "94" | ||
}, | ||
"firefox": { | ||
"version_added": false | ||
}, | ||
"firefox_android": { | ||
"version_added": false | ||
}, | ||
"ie": { | ||
"version_added": false | ||
}, | ||
"opera": { | ||
"version_added": "80" | ||
}, | ||
"opera_android": { | ||
"version_added": false | ||
}, | ||
"safari": { | ||
"version_added": false | ||
}, | ||
"safari_ios": { | ||
"version_added": false | ||
}, | ||
"samsunginternet_android": { | ||
"version_added": false | ||
}, | ||
"webview_android": { | ||
"version_added": "94" | ||
} | ||
}, | ||
"status": { | ||
"experimental": true, | ||
"standard_track": true, | ||
"deprecated": false | ||
} | ||
}, | ||
"requestPresenter": { | ||
"__compat": { | ||
"spec_url": "https://wicg.github.io/ink-enhancement/#dom-ink-requestpresenter", | ||
"support": { | ||
"chrome": { | ||
"version_added": "94" | ||
}, | ||
"chrome_android": { | ||
"version_added": "94" | ||
}, | ||
"edge": { | ||
"version_added": "94" | ||
}, | ||
"firefox": { | ||
"version_added": false | ||
}, | ||
"firefox_android": { | ||
"version_added": false | ||
}, | ||
"ie": { | ||
"version_added": false | ||
}, | ||
"opera": { | ||
"version_added": "80" | ||
}, | ||
"opera_android": { | ||
"version_added": false | ||
}, | ||
"safari": { | ||
"version_added": false | ||
}, | ||
"safari_ios": { | ||
"version_added": false | ||
}, | ||
"samsunginternet_android": { | ||
"version_added": false | ||
}, | ||
"webview_android": { | ||
"version_added": "94" | ||
} | ||
}, | ||
"status": { | ||
"experimental": true, | ||
"standard_track": true, | ||
"deprecated": false | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters