Skip to content

Commit 198a68c

Browse files
committed
tr.cells now returns HTMLCollectionOf<HTMLTableDataCellElement | HTMLTableHeaderCellElement>
1 parent 944d8b8 commit 198a68c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inputfiles/overridingTypes.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,7 @@
366366
"kind": "property",
367367
"interface": "HTMLTableRowElement",
368368
"name": "cells",
369-
"type": "HTMLCollectionOf<HTMLTableCellElement>"
369+
"type": "HTMLCollectionOf<HTMLTableDataCellElement | HTMLTableHeaderCellElement>"
370370
},
371371
{
372372
"kind": "method",

0 commit comments

Comments
 (0)