Skip to content

Commit

Permalink
Remove duplicate/misplaced api.Element.attachInternals entry
Browse files Browse the repository at this point in the history
We accidentally added both:
#8112
#11245
  • Loading branch information
foolip authored and sideshowbarker committed Jul 17, 2021
1 parent b08053c commit 4aa6a75
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 49 deletions.
49 changes: 0 additions & 49 deletions api/Element.json
Original file line number Diff line number Diff line change
Expand Up @@ -1110,55 +1110,6 @@
}
}
},
"attachInternals": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/Element/attachInternals",
"spec_url": "https://html.spec.whatwg.org/multipage/custom-elements.html#dom-attachinternals",
"support": {
"chrome": {
"version_added": "77"
},
"chrome_android": {
"version_added": "77"
},
"edge": {
"version_added": "79"
},
"firefox": {
"version_added": false
},
"firefox_android": {
"version_added": false
},
"ie": {
"version_added": false
},
"opera": {
"version_added": "64"
},
"opera_android": {
"version_added": "55"
},
"safari": {
"version_added": false
},
"safari_ios": {
"version_added": false
},
"samsunginternet_android": {
"version_added": "12.0"
},
"webview_android": {
"version_added": "77"
}
},
"status": {
"experimental": false,
"standard_track": true,
"deprecated": false
}
}
},
"attachShadow": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/Element/attachShadow",
Expand Down
2 changes: 2 additions & 0 deletions api/HTMLElement.json
Original file line number Diff line number Diff line change
Expand Up @@ -378,6 +378,8 @@
},
"attachInternals": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLElement/attachInternals",
"spec_url": "https://html.spec.whatwg.org/multipage/custom-elements.html#dom-attachinternals",
"support": {
"chrome": {
"version_added": "77"
Expand Down

0 comments on commit 4aa6a75

Please sign in to comment.