Skip to content

Commit

Permalink
Remove the api.Node.rootNode entry (#7524)
Browse files Browse the repository at this point in the history
This was in Gecko, but quickly reverted and renamed to getRootNode():
mozilla/gecko-dev@4967a99
mozilla/gecko-dev@9adeb96
mozilla/gecko-dev@9404a17

https://developer.mozilla.org/en-US/docs/Web/API/Node/rootNode
should be redirected to getRootNode instead.
  • Loading branch information
foolip authored Nov 27, 2020
1 parent 2a6abca commit 8aac7fd
Showing 1 changed file with 0 additions and 48 deletions.
48 changes: 0 additions & 48 deletions api/Node.json
Original file line number Diff line number Diff line change
Expand Up @@ -1876,54 +1876,6 @@
}
}
},
"rootNode": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/Node/rootNode",
"support": {
"chrome": {
"version_added": false
},
"chrome_android": {
"version_added": false
},
"edge": {
"version_added": false
},
"firefox": {
"version_added": false
},
"firefox_android": {
"version_added": false
},
"ie": {
"version_added": false
},
"opera": {
"version_added": false
},
"opera_android": {
"version_added": false
},
"safari": {
"version_added": null
},
"safari_ios": {
"version_added": null
},
"samsunginternet_android": {
"version_added": false
},
"webview_android": {
"version_added": false
}
},
"status": {
"experimental": false,
"standard_track": false,
"deprecated": true
}
}
},
"setUserData": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/Node/setUserData",
Expand Down

0 comments on commit 8aac7fd

Please sign in to comment.