From 1644ac0b7b1622bcbd3dc6f36f9b1bab42ec6504 Mon Sep 17 00:00:00 2001 From: Alnis Smidchens Date: Tue, 4 Nov 2025 06:58:48 +0000 Subject: [PATCH] Add Safari moveBefore bug --- api/Document.json | 3 ++- api/DocumentFragment.json | 3 ++- api/Element.json | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/api/Document.json b/api/Document.json index 9b05b3632baa35..5e856a96c4a2e2 100644 --- a/api/Document.json +++ b/api/Document.json @@ -5753,7 +5753,8 @@ "opera": "mirror", "opera_android": "mirror", "safari": { - "version_added": false + "version_added": false, + "impl_url": "https://webkit.org/b/281223" }, "safari_ios": "mirror", "samsunginternet_android": "mirror", diff --git a/api/DocumentFragment.json b/api/DocumentFragment.json index 7dc377be9c0c46..0616725f85d76c 100644 --- a/api/DocumentFragment.json +++ b/api/DocumentFragment.json @@ -326,7 +326,8 @@ "opera": "mirror", "opera_android": "mirror", "safari": { - "version_added": false + "version_added": false, + "impl_url": "https://webkit.org/b/281223" }, "safari_ios": "mirror", "samsunginternet_android": "mirror", diff --git a/api/Element.json b/api/Element.json index 1dc73b4156e632..a2bcc5f41557b8 100644 --- a/api/Element.json +++ b/api/Element.json @@ -7184,7 +7184,8 @@ "opera": "mirror", "opera_android": "mirror", "safari": { - "version_added": false + "version_added": false, + "impl_url": "https://webkit.org/b/281223" }, "safari_ios": "mirror", "samsunginternet_android": "mirror",