Skip to content

Commit

Permalink
Mark -moz-context-properties as not supported in non-Gecko browsers (
Browse files Browse the repository at this point in the history
…#3651)

This was discovered by testing for the support of the property in
Chrome 16-57 and finding it not supported. The non-support of the
property in other browsers is assumed.
  • Loading branch information
foolip authored and Elchi3 committed Mar 21, 2019
1 parent ac56d18 commit 2195849
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions css/properties/-moz-context-properties.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/-moz-context-properties",
"support": {
"chrome": {
"version_added": null
"version_added": false
},
"chrome_android": {
"version_added": null
"version_added": false
},
"edge": {
"version_added": null
"version_added": false
},
"edge_mobile": {
"version_added": null
"version_added": false
},
"firefox": {
"version_added": "55",
Expand Down Expand Up @@ -43,19 +43,19 @@
"version_added": false
},
"opera": {
"version_added": null
"version_added": false
},
"opera_android": {
"version_added": null
"version_added": false
},
"safari": {
"version_added": null
"version_added": false
},
"safari_ios": {
"version_added": null
"version_added": false
},
"samsunginternet_android": {
"version_added": null
"version_added": false
},
"webview_android": {
"version_added": false
Expand Down

0 comments on commit 2195849

Please sign in to comment.