Skip to content

Commit

Permalink
Remove irrelevant documentURI.readonly feature (#12276)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
foolip authored Sep 8, 2021
1 parent a3ef91a commit 8c413be
Showing 1 changed file with 0 additions and 48 deletions.
48 changes: 0 additions & 48 deletions api/Document.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit 8c413be

Please sign in to comment.