Skip to content

Commit

Permalink
Merge branch 'master' into master-scoped-package
Browse files Browse the repository at this point in the history
  • Loading branch information
ddbeck committed Sep 24, 2020
2 parents 38c32f9 + d0d517e commit 13f58b4
Show file tree
Hide file tree
Showing 44 changed files with 960 additions and 243 deletions.
35 changes: 35 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,3 +89,38 @@ Here are some projects using the data, as an [npm module](https://www.npmjs.com/
- [webhint.io](https://webhint.io/docs/user-guide/hints/hint-compat-api/) - Hints to check if your CSS HTML and JavaScript have deprecated or not broadly supported features.
- [WebStorm](https://www.jetbrains.com/webstorm/whatsnew/#v2019-1-html-and-css) - JavaScript IDE allowing you to check whether all CSS properties you use are supported in the target browser version.
- [Hexo Plugin: hexo-compat-report](https://github.com/TimDaub/hexo-compat-report) - Allows to embed MDN's compatibility table in a hexo blog post.

## Acknowledgments

Thanks to:

<table>
<tr align="center">
<td>
<img
src="https://user-images.githubusercontent.com/498917/52569900-852b3080-2e12-11e9-9bd0-f1e256b13e53.png"
height="86"
alt="BrowserStack"
/>
<p>
The
<a href="https://www.browserstack.com/open-source"
>BrowserStack Open Source Program</a
>
for testing services
</p>
</td>
<td>
<img
src="https://opensource.saucelabs.com/images/opensauce/powered-by-saucelabs-badge-white.png?sanitize=true"
height="86"
alt="Testing Powered By Sauce Labs"
/>
<p>
<a href="https://opensource.saucelabs.com/">Sauce Labs Open Source</a
>
for testing services
</p>
</td>
</tr>
</table>
2 changes: 1 addition & 1 deletion api/DOMQuad.json
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@
"version_added": "11"
},
"samsunginternet_android": {
"version_added": true
"version_added": "8.0"
},
"webview_android": {
"version_added": "61"
Expand Down
Loading

0 comments on commit 13f58b4

Please sign in to comment.