Skip to content

Commit

Permalink
Remove ghost feature: api.HTMLAreaElement.type (#7540)
Browse files Browse the repository at this point in the history
This commit removes the ghost feature: api.HTMLAreaElement.type. This
feature is not supported in any browsers (despite what the current
data indicates), and was never in any spec. The MDN web docs have
already been updated accordingly.
  • Loading branch information
queengooborg authored Nov 30, 2020
1 parent a305123 commit a62b3e4
Showing 1 changed file with 0 additions and 48 deletions.
48 changes: 0 additions & 48 deletions api/HTMLAreaElement.json
Original file line number Diff line number Diff line change
Expand Up @@ -526,54 +526,6 @@
"deprecated": false
}
}
},
"type": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLAreaElement/type",
"support": {
"chrome": {
"version_added": true
},
"chrome_android": {
"version_added": true
},
"edge": {
"version_added": "12"
},
"firefox": {
"version_added": "1"
},
"firefox_android": {
"version_added": "4"
},
"ie": {
"version_added": false
},
"opera": {
"version_added": true
},
"opera_android": {
"version_added": true
},
"safari": {
"version_added": false
},
"safari_ios": {
"version_added": false
},
"samsunginternet_android": {
"version_added": true
},
"webview_android": {
"version_added": true
}
},
"status": {
"experimental": false,
"standard_track": true,
"deprecated": false
}
}
}
}
}
Expand Down

0 comments on commit a62b3e4

Please sign in to comment.