Skip to content

Commit

Permalink
Remove mixins that have been removed from MDN content (#3131)
Browse files Browse the repository at this point in the history
  • Loading branch information
Elchi3 committed Mar 10, 2021
1 parent 90cc798 commit 587d75d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 17 deletions.
8 changes: 1 addition & 7 deletions kumascript/macros/GroupData.json
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,6 @@
"NodeFilter",
"NodeIterator",
"NodeList",
"NonDocumentTypeChildNode",
"ProcessingInstruction",
"PromiseResolver",
"Range",
Expand Down Expand Up @@ -1512,12 +1511,7 @@
},
"URL API": {
"overview": ["URL API"],
"interfaces": [
"URL",
"URLSearchParams",
"HTMLHyperlinkElementUtils",
"URLUtilsReadOnly"
],
"interfaces": ["URL", "URLSearchParams", "URLUtilsReadOnly"],
"methods": [],
"properties": [],
"events": []
Expand Down
14 changes: 4 additions & 10 deletions kumascript/macros/InterfaceData.json
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@
},
"CharacterData": {
"inh": "Node",
"impl": ["ChildNode", "NonDocumentTypeChildNode"]
"impl": ["ChildNode"]
},
"ChromeWorker": {
"inh": "Worker",
Expand Down Expand Up @@ -518,13 +518,7 @@
},
"Element": {
"inh": "Node",
"impl": [
"ChildNode",
"NonDocumentTypeChildNode",
"ParentNode",
"Animatable",
"GeometryUtils"
]
"impl": ["ChildNode", "ParentNode", "Animatable", "GeometryUtils"]
},
"EngineeringMode": {
"inh": "EventTarget",
Expand Down Expand Up @@ -608,7 +602,7 @@
},
"HTMLAnchorElement": {
"inh": "HTMLElement",
"impl": ["HTMLHyperlinkElementUtils", "URLUtilsSearchParams"]
"impl": []
},
"HTMLAppletElement": {
"inh": "HTMLElement",
Expand All @@ -620,7 +614,7 @@
},
"HTMLAreaElement": {
"inh": "HTMLElement",
"impl": ["HTMLHyperlinkElementUtils", "URLUtilsSearchParams"]
"impl": []
},
"HTMLAudioElement": {
"inh": "HTMLMediaElement",
Expand Down

0 comments on commit 587d75d

Please sign in to comment.