Skip to content

Commit

Permalink
Add missing features for Ink API (#13457)
Browse files Browse the repository at this point in the history
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
queengooborg authored Nov 12, 2021
1 parent 76e555b commit 279e01a
Show file tree
Hide file tree
Showing 2 changed files with 148 additions and 0 deletions.
100 changes: 100 additions & 0 deletions api/Ink.json
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
}
}
}
}
}
}
48 changes: 48 additions & 0 deletions api/Navigator.json
Original file line number Diff line number Diff line change
Expand Up @@ -1766,6 +1766,54 @@
}
}
},
"ink": {
"__compat": {
"spec_url": "https://wicg.github.io/ink-enhancement/#navigator-interface-extensions",
"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
}
}
},
"javaEnabled": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/Navigator/javaEnabled",
Expand Down

0 comments on commit 279e01a

Please sign in to comment.