From 32ed7dfd1ff799092f9b75b2b3da6e535d78c496 Mon Sep 17 00:00:00 2001 From: "Queen Vinyl Da.i'gyu-Kazotetsu" Date: Thu, 1 May 2025 06:18:56 -0700 Subject: [PATCH] Update Firefox data for api.SVGElement.load_event This PR updates and corrects version values for Firefox and Firefox Android for the `load_event` member of the `SVGElement` API. The `alternative_name` property was incorrectly used in this context. --- api/SVGElement.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api/SVGElement.json b/api/SVGElement.json index 57d1d4d16d8dab..b55d6910fef58e 100644 --- a/api/SVGElement.json +++ b/api/SVGElement.json @@ -409,9 +409,9 @@ "version_added": "12" }, "firefox": { - "alternative_name": "SVGLoad", "version_added": "4", - "notes": "See [bug 620002](https://bugzil.la/620002) for implementation status of the standard `load` event." + "partial_implementation": true, + "notes": "Firefox uses a non-standard `SVGLoad` event. See [bug 620002](https://bugzil.la/620002) for implementation status of the standard `load` event." }, "firefox_android": "mirror", "ie": {