Skip to content

Commit

Permalink
Remove the api.CharacterData.ChildNode entry (#8052)
Browse files Browse the repository at this point in the history
ChildNode is a mixin, not an interface as described, and mixins are
completely invisible to web developers; they're a spec author
convenience.

This is a bit of cleanup that makes sense regardless of the outcome of
#472 more broadly.
  • Loading branch information
foolip authored Jan 13, 2021
1 parent e8df993 commit 90cc105
Showing 1 changed file with 0 additions and 50 deletions.
50 changes: 0 additions & 50 deletions api/CharacterData.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,56 +47,6 @@
"deprecated": false
}
},
"ChildNode": {
"__compat": {
"description": "Implements the <code>ChildNode</code> interface",
"support": {
"chrome": {
"version_added": true
},
"chrome_android": {
"version_added": true
},
"edge": {
"version_added": "≤18"
},
"firefox": {
"version_added": "25",
"notes": "Two properties, <code>nextElementSibling</code> and <code>previousElementSibling</code>, have been moved to the <a href='https://developer.mozilla.org/docs/Web/API/NonDocumentTypeChildNode'><code>NonDocumentTypeChildNode</code></a> interface, also implemented by <code>CharacterData</code>."
},
"firefox_android": {
"version_added": "25",
"notes": "Two properties, <code>nextElementSibling</code> and <code>previousElementSibling</code>, have been moved to the <a href='https://developer.mozilla.org/docs/Web/API/NonDocumentTypeChildNode'><code>NonDocumentTypeChildNode</code></a> interface, also implemented by <code>CharacterData</code>."
},
"ie": {
"version_added": false
},
"opera": {
"version_added": true
},
"opera_android": {
"version_added": true
},
"safari": {
"version_added": false
},
"safari_ios": {
"version_added": null
},
"samsunginternet_android": {
"version_added": true
},
"webview_android": {
"version_added": true
}
},
"status": {
"experimental": false,
"standard_track": false,
"deprecated": false
}
}
},
"appendData": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/CharacterData/appendData",
Expand Down

0 comments on commit 90cc105

Please sign in to comment.