From 587d75d8ebfe5b53835b73c4bc5dc78ec6ffdb2e Mon Sep 17 00:00:00 2001 From: Florian Scholz Date: Wed, 10 Mar 2021 19:40:33 +0100 Subject: [PATCH] Remove mixins that have been removed from MDN content (#3131) --- kumascript/macros/GroupData.json | 8 +------- kumascript/macros/InterfaceData.json | 14 ++++---------- 2 files changed, 5 insertions(+), 17 deletions(-) diff --git a/kumascript/macros/GroupData.json b/kumascript/macros/GroupData.json index df1e328d8f59..bc54207ff160 100644 --- a/kumascript/macros/GroupData.json +++ b/kumascript/macros/GroupData.json @@ -321,7 +321,6 @@ "NodeFilter", "NodeIterator", "NodeList", - "NonDocumentTypeChildNode", "ProcessingInstruction", "PromiseResolver", "Range", @@ -1512,12 +1511,7 @@ }, "URL API": { "overview": ["URL API"], - "interfaces": [ - "URL", - "URLSearchParams", - "HTMLHyperlinkElementUtils", - "URLUtilsReadOnly" - ], + "interfaces": ["URL", "URLSearchParams", "URLUtilsReadOnly"], "methods": [], "properties": [], "events": [] diff --git a/kumascript/macros/InterfaceData.json b/kumascript/macros/InterfaceData.json index 0a113c6b2c1f..60c197534ca7 100644 --- a/kumascript/macros/InterfaceData.json +++ b/kumascript/macros/InterfaceData.json @@ -310,7 +310,7 @@ }, "CharacterData": { "inh": "Node", - "impl": ["ChildNode", "NonDocumentTypeChildNode"] + "impl": ["ChildNode"] }, "ChromeWorker": { "inh": "Worker", @@ -518,13 +518,7 @@ }, "Element": { "inh": "Node", - "impl": [ - "ChildNode", - "NonDocumentTypeChildNode", - "ParentNode", - "Animatable", - "GeometryUtils" - ] + "impl": ["ChildNode", "ParentNode", "Animatable", "GeometryUtils"] }, "EngineeringMode": { "inh": "EventTarget", @@ -608,7 +602,7 @@ }, "HTMLAnchorElement": { "inh": "HTMLElement", - "impl": ["HTMLHyperlinkElementUtils", "URLUtilsSearchParams"] + "impl": [] }, "HTMLAppletElement": { "inh": "HTMLElement", @@ -620,7 +614,7 @@ }, "HTMLAreaElement": { "inh": "HTMLElement", - "impl": ["HTMLHyperlinkElementUtils", "URLUtilsSearchParams"] + "impl": [] }, "HTMLAudioElement": { "inh": "HTMLMediaElement",