From 4b0d4ab6f066397bf7a87ff4493e9ff246cfe34c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philip=20J=C3=A4genstedt?= Date: Thu, 11 Mar 2021 18:49:11 +0100 Subject: [PATCH] Fix the capitalization of two SVG API entries (#9387) These were in older versions of SVG: https://www.w3.org/TR/SVG11/types.html#InterfaceSVGTests https://www.w3.org/TR/SVG11/linking.html#InterfaceSVGViewElement --- api/SVGTests.json | 2 +- api/SVGViewElement.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/api/SVGTests.json b/api/SVGTests.json index f5bc47433fab3d..85d53d3062ddca 100644 --- a/api/SVGTests.json +++ b/api/SVGTests.json @@ -47,7 +47,7 @@ "deprecated": false } }, - "hasextension": { + "hasExtension": { "__compat": { "support": { "chrome": { diff --git a/api/SVGViewElement.json b/api/SVGViewElement.json index f4073a8e68f03f..5f3b71bcbc7203 100644 --- a/api/SVGViewElement.json +++ b/api/SVGViewElement.json @@ -47,7 +47,7 @@ "deprecated": false } }, - "viewtarget": { + "viewTarget": { "__compat": { "support": { "chrome": {