From 8c413be0b0b9621b67696569adae8ef3de53a0f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philip=20J=C3=A4genstedt?= Date: Wed, 8 Sep 2021 12:26:22 +0200 Subject: [PATCH] Remove irrelevant documentURI.readonly feature (#12276) The original behavior, being able to set document.documentURI, is a superset of the current behavior, and there isn't anything worth noting to users of the API today. The mutable behavior, if seen as its own feature, has been removed for long enough that it's irrelevant. https://mdn-bcd-collector.appspot.com/tests/api/Document/documentURI/readonly was used to determine that documentURI was made readonly in Edge 17, the only part of the data that could make this change <2 years. --- api/Document.json | 48 ----------------------------------------------- 1 file changed, 48 deletions(-) diff --git a/api/Document.json b/api/Document.json index f316924ec74585..c7fc092c63972b 100644 --- a/api/Document.json +++ b/api/Document.json @@ -3380,54 +3380,6 @@ "standard_track": true, "deprecated": false } - }, - "readonly": { - "__compat": { - "description": "Read-only behavior", - "support": { - "chrome": { - "version_added": "43" - }, - "chrome_android": { - "version_added": "43" - }, - "edge": { - "version_added": "≤79" - }, - "firefox": { - "version_added": "10" - }, - "firefox_android": { - "version_added": "10" - }, - "ie": { - "version_added": false - }, - "opera": { - "version_added": "30" - }, - "opera_android": { - "version_added": "30" - }, - "safari": { - "version_added": false - }, - "safari_ios": { - "version_added": false - }, - "samsunginternet_android": { - "version_added": "4.0" - }, - "webview_android": { - "version_added": "43" - } - }, - "status": { - "experimental": false, - "standard_track": true, - "deprecated": false - } - } } }, "domain": {