From b4e10a2d30c57992798efe913ab3d78a6ba88f3c Mon Sep 17 00:00:00 2001 From: Claas Augner Date: Fri, 10 Jan 2025 00:05:04 +0100 Subject: [PATCH] fixup! fixup! Add Document member support notes for Safari --- api/Document.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api/Document.json b/api/Document.json index ff34c15c4151dc..53d7e054304759 100644 --- a/api/Document.json +++ b/api/Document.json @@ -223,8 +223,8 @@ "version_added": "7" }, { - "version_added": "7", - "version_removed": "4", + "version_added": "4", + "version_removed": "7", "partial_implementation": true, "notes": "Only supported for [`HTMLDocument`](https://developer.mozilla.org/docs/Web/API/HTMLDocument), not all `Document` objects." }