We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1dd7fd1 commit 2ee2ac9Copy full SHA for 2ee2ac9
2 files changed
inputfiles/overridingTypes.jsonc
@@ -1467,16 +1467,6 @@
1467
]
1468
}
1469
},
1470
- "HTMLTableRowElement": {
1471
- "properties": {
1472
- "property": {
1473
- "cells": {
1474
- "name": "cells",
1475
- "overrideType": "HTMLCollectionOf<HTMLTableCellElement>"
1476
- }
1477
1478
1479
- },
1480
"XMLHttpRequestEventTarget": {
1481
"properties": {
1482
"property": {
inputfiles/patches/html.kdl
@@ -36,6 +36,14 @@ interface HTMLTableSectionElement {
36
37
38
39
+interface HTMLTableRowElement {
40
+ property cells {
41
+ type HTMLCollectionOf {
42
+ type HTMLTableCellElement
43
+ }
44
45
+}
46
+
47
interface HTMLMeterElement {
48
property labels {
49
type NodeListOf {
0 commit comments