From db7ac7f4e393f15bc465fe7e4011a2a5ce7aa2d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philip=20J=C3=A4genstedt?= Date: Tue, 10 Aug 2021 10:54:11 +0200 Subject: [PATCH] Fix some subfeature names that were unnecessarily uppercased --- api/CanvasRenderingContext2D.json | 2 +- api/HTMLCanvasElement.json | 4 ++-- api/OfflineAudioContext.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/api/CanvasRenderingContext2D.json b/api/CanvasRenderingContext2D.json index b5310165b2518b..e4060035bf9621 100644 --- a/api/CanvasRenderingContext2D.json +++ b/api/CanvasRenderingContext2D.json @@ -1180,7 +1180,7 @@ } } }, - "Smoothing_downscaling": { + "smoothing_downscaling": { "__compat": { "description": "Smoothing when downscaling", "support": { diff --git a/api/HTMLCanvasElement.json b/api/HTMLCanvasElement.json index 83c78cb0a31968..826aa02adba690 100644 --- a/api/HTMLCanvasElement.json +++ b/api/HTMLCanvasElement.json @@ -819,9 +819,9 @@ "deprecated": false } }, - "Image_quality": { + "quality_parameter": { "__compat": { - "description": "Image quality parameter", + "description": "quality parameter", "support": { "chrome": { "version_added": "50" diff --git a/api/OfflineAudioContext.json b/api/OfflineAudioContext.json index e02717b4965d65..6eef8783d3dc90 100644 --- a/api/OfflineAudioContext.json +++ b/api/OfflineAudioContext.json @@ -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": {