Skip to content

Commit

Permalink
Remove the api.Element.name entry (#6751)
Browse files Browse the repository at this point in the history
https://developer.mozilla.org/en-US/docs/Web/API/Element/name has been
redirected, so this data isn't used anywhere.

It can be removed under the irrelevant features guideline:
https://github.com/mdn/browser-compat-data/blob/master/docs/data-guidelines.md#removal-of-irrelevant-features

Part of #6683.
  • Loading branch information
foolip authored Sep 23, 2020
1 parent 3bdb999 commit 3153095
Showing 1 changed file with 0 additions and 48 deletions.
48 changes: 0 additions & 48 deletions api/Element.json
Original file line number Diff line number Diff line change
Expand Up @@ -5769,54 +5769,6 @@
}
}
},
"name": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/Element/name",
"support": {
"chrome": {
"version_added": false
},
"chrome_android": {
"version_added": false
},
"edge": {
"version_added": false
},
"firefox": {
"version_added": null
},
"firefox_android": {
"version_added": null
},
"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": true,
"deprecated": false
}
}
},
"namespaceURI": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/Element/namespaceURI",
Expand Down

0 comments on commit 3153095

Please sign in to comment.