Skip to content

Commit 9f32dc6

Browse files
committed
Remove contains from HTMLElement
1 parent 8d5fbfd commit 9f32dc6

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

baselines/dom.generated.d.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3962,7 +3962,6 @@ interface HTMLElement extends Element {
39623962
title: string;
39633963
blur(): void;
39643964
click(): void;
3965-
contains(child: HTMLElement): boolean;
39663965
dragDrop(): boolean;
39673966
focus(): void;
39683967
insertAdjacentElement(position: string, insertedElement: Element): Element;

inputfiles/removedTypes.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,10 @@
1313
"kind": "property",
1414
"interface": "HTMLElement",
1515
"name": "className"
16+
},
17+
{
18+
"kind": "method",
19+
"interface": "HTMLElement",
20+
"name": "contains"
1621
}
1722
]

0 commit comments

Comments
 (0)