Skip to content

Commit

Permalink
Fix some subfeature names that were unnecessarily uppercased
Browse files Browse the repository at this point in the history
  • Loading branch information
foolip committed Aug 11, 2021
1 parent de36a99 commit 443da1c
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 31 deletions.
56 changes: 28 additions & 28 deletions api/CanvasRenderingContext2D.json
Original file line number Diff line number Diff line change
Expand Up @@ -1180,47 +1180,47 @@
}
}
},
"Smoothing_downscaling": {
"SVGImageElement_source_image": {
"__compat": {
"description": "Smoothing when downscaling",
"description": "SVGImageElement as source image",
"support": {
"chrome": {
"version_added": "54"
"version_added": "59"
},
"chrome_android": {
"version_added": "54"
"version_added": "59"
},
"edge": {
"version_added": "79"
},
"firefox": {
"version_added": "56",
"notes": "See <a href='https://bugzil.la/1360415'>bug 1360415</a> for details."
"version_added": "56"
},
"firefox_android": {
"version_added": "56",
"notes": "See <a href='https://bugzil.la/1360415'>bug 1360415</a> for details."
"version_added": "56"
},
"ie": {
"version_added": false
},
"opera": {
"version_added": "41"
"version_added": "46"
},
"opera_android": {
"version_added": "41"
"version_added": "43"
},
"safari": {
"version_added": null
"version_added": false,
"notes": "See <a href='https://webkit.org/b/226964'>bug 226964</a>."
},
"safari_ios": {
"version_added": null
"version_added": false,
"notes": "See <a href='https://webkit.org/b/226964'>bug 226964</a>."
},
"samsunginternet_android": {
"version_added": "6.0"
"version_added": "7.0"
},
"webview_android": {
"version_added": "54"
"version_added": "59"
}
},
"status": {
Expand All @@ -1230,47 +1230,47 @@
}
}
},
"SVGImageElement_source_image": {
"smoothing_downscaling": {
"__compat": {
"description": "SVGImageElement as source image",
"description": "Smoothing when downscaling",
"support": {
"chrome": {
"version_added": "59"
"version_added": "54"
},
"chrome_android": {
"version_added": "59"
"version_added": "54"
},
"edge": {
"version_added": "79"
},
"firefox": {
"version_added": "56"
"version_added": "56",
"notes": "See <a href='https://bugzil.la/1360415'>bug 1360415</a> for details."
},
"firefox_android": {
"version_added": "56"
"version_added": "56",
"notes": "See <a href='https://bugzil.la/1360415'>bug 1360415</a> for details."
},
"ie": {
"version_added": false
},
"opera": {
"version_added": "46"
"version_added": "41"
},
"opera_android": {
"version_added": "43"
"version_added": "41"
},
"safari": {
"version_added": false,
"notes": "See <a href='https://webkit.org/b/226964'>bug 226964</a>."
"version_added": null
},
"safari_ios": {
"version_added": false,
"notes": "See <a href='https://webkit.org/b/226964'>bug 226964</a>."
"version_added": null
},
"samsunginternet_android": {
"version_added": "7.0"
"version_added": "6.0"
},
"webview_android": {
"version_added": "59"
"version_added": "54"
}
},
"status": {
Expand Down
4 changes: 2 additions & 2 deletions api/HTMLCanvasElement.json
Original file line number Diff line number Diff line change
Expand Up @@ -819,9 +819,9 @@
"deprecated": false
}
},
"Image_quality": {
"quality_parameter": {
"__compat": {
"description": "Image quality parameter",
"description": "<code>quality</code> parameter",
"support": {
"chrome": {
"version_added": "50"
Expand Down
2 changes: 1 addition & 1 deletion api/OfflineAudioContext.json
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@
"deprecated": false
}
},
"Parameters_accepted_in_an_object": {
"parameters_accepted_in_an_object": {
"__compat": {
"description": "Parameters accepted as a single object, as well as being passed in individually",
"support": {
Expand Down

0 comments on commit 443da1c

Please sign in to comment.