Skip to content

Commit

Permalink
Add Chromium versions for WebKitCSSMatrix API (#10773)
Browse files Browse the repository at this point in the history
This PR adds real values for Chromium (Chrome, Opera, Samsung Internet, WebView Android) for the `WebKitCSSMatrix` API, based upon results from the [mdn-bcd-collector](https://mdn-bcd-collector.appspot.com) project (v3.1.4).  Results are manually confirmed for accuracy.

Tests Used: https://mdn-bcd-collector.appspot.com/tests/api/WebKitCSSMatrix
  • Loading branch information
queengooborg authored Jun 4, 2021
1 parent c4d21dc commit d62a8aa
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions api/WebKitCSSMatrix.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
"spec_url": "https://drafts.fxtf.org/geometry/#DOMMatrix",
"support": {
"chrome": {
"version_added": null
"version_added": "2"
},
"chrome_android": {
"version_added": null
"version_added": "18"
},
"edge": [
{
Expand Down Expand Up @@ -38,10 +38,10 @@
}
],
"opera": {
"version_added": null
"version_added": "15"
},
"opera_android": {
"version_added": null
"version_added": "14"
},
"safari": {
"version_added": true
Expand All @@ -50,10 +50,10 @@
"version_added": true
},
"samsunginternet_android": {
"version_added": null
"version_added": "1.0"
},
"webview_android": {
"version_added": null
"version_added": "2"
}
},
"status": {
Expand Down

0 comments on commit d62a8aa

Please sign in to comment.