|
318 | 318 | "createImageBitmap(image: HTMLImageElement | SVGImageElement | HTMLVideoElement | HTMLCanvasElement | ImageBitmap | ImageData | Blob, options?: ImageBitmapOptions): Promise<ImageBitmap>",
|
319 | 319 | "createImageBitmap(image: HTMLImageElement | SVGImageElement | HTMLVideoElement | HTMLCanvasElement | ImageBitmap | ImageData | Blob, sx: number, sy: number, sw: number, sh: number, options?: ImageBitmapOptions): Promise<ImageBitmap>"
|
320 | 320 | ]
|
321 |
| - }, |
322 |
| - "scroll": { |
323 |
| - "name": "scroll", |
324 |
| - "additional-signatures": [ |
325 |
| - "scroll(options?: ScrollToOptions): void" |
326 |
| - ] |
327 |
| - }, |
328 |
| - "scrollTo": { |
329 |
| - "name": "scrollTo", |
330 |
| - "additional-signatures": [ |
331 |
| - "scrollTo(options?: ScrollToOptions): void" |
332 |
| - ] |
333 |
| - }, |
334 |
| - "scrollBy": { |
335 |
| - "name": "scrollBy", |
336 |
| - "additional-signatures": [ |
337 |
| - "scrollBy(options?: ScrollToOptions): void" |
338 |
| - ] |
339 | 321 | }
|
340 | 322 | }
|
341 | 323 | },
|
|
532 | 514 | "closest(selector: string): Element | null"
|
533 | 515 | ]
|
534 | 516 | },
|
535 |
| - "scrollIntoView": { |
536 |
| - "name": "scrollIntoView", |
537 |
| - "override-signatures": [ |
538 |
| - "scrollIntoView(arg?: boolean | ScrollIntoViewOptions): void" |
539 |
| - ] |
540 |
| - }, |
541 |
| - "scroll": { |
542 |
| - "name": "scroll", |
543 |
| - "override-signatures": [ |
544 |
| - "scroll(options?: ScrollToOptions): void", |
545 |
| - "scroll(x: number, y: number): void" |
546 |
| - ] |
547 |
| - }, |
548 |
| - "scrollTo": { |
549 |
| - "name": "scrollTo", |
550 |
| - "override-signatures": [ |
551 |
| - "scrollTo(options?: ScrollToOptions): void", |
552 |
| - "scrollTo(x: number, y: number): void" |
553 |
| - ] |
554 |
| - }, |
555 |
| - "scrollBy": { |
556 |
| - "name": "scrollBy", |
557 |
| - "override-signatures": [ |
558 |
| - "scrollBy(options?: ScrollToOptions): void", |
559 |
| - "scrollBy(x: number, y: number): void" |
560 |
| - ] |
561 |
| - }, |
562 | 517 | "insertAdjacentElement": {
|
563 | 518 | "name": "insertAdjacentElement",
|
564 | 519 | "override-signatures": [
|
|
751 | 706 | "extends": "Array<IDBValidKey>",
|
752 | 707 | "no-interface-object": "1"
|
753 | 708 | },
|
754 |
| - "HTMLInputElement": { |
755 |
| - "name": "HTMLInputElement", |
756 |
| - "properties": { |
757 |
| - "property": { |
758 |
| - "minLength": { |
759 |
| - "name": "minLength", |
760 |
| - "override-type": "number" |
761 |
| - } |
762 |
| - } |
763 |
| - } |
764 |
| - }, |
765 | 709 | "HTMLIFrameElement": {
|
766 | 710 | "name": "HTMLIFrameElement",
|
767 | 711 | "properties": {
|
|
1336 | 1280 | }
|
1337 | 1281 | }
|
1338 | 1282 | },
|
1339 |
| - "HTMLFormElement": { |
1340 |
| - "name": "HTMLFormElement", |
1341 |
| - "methods": { |
1342 |
| - "method": { |
1343 |
| - "reportValidity": { |
1344 |
| - "name": "reportValidity", |
1345 |
| - "exposed": "Window", |
1346 |
| - "override-signatures": [ |
1347 |
| - "reportValidity(): boolean" |
1348 |
| - ] |
1349 |
| - } |
1350 |
| - } |
1351 |
| - } |
1352 |
| - }, |
1353 | 1283 | "OES_vertex_array_object": {
|
1354 | 1284 | "name": "OES_vertex_array_object",
|
1355 | 1285 | "exposed": "Window",
|
|
1842 | 1772 | },
|
1843 | 1773 | "no-interface-object": "1"
|
1844 | 1774 | },
|
1845 |
| - "HTMLLabelElement": { |
1846 |
| - "name": "HTMLLabelElement", |
1847 |
| - "properties": { |
1848 |
| - "property": { |
1849 |
| - "control": { |
1850 |
| - "name": "control", |
1851 |
| - "read-only": 1, |
1852 |
| - "override-type": "HTMLInputElement | null" |
1853 |
| - } |
1854 |
| - } |
1855 |
| - } |
1856 |
| - }, |
1857 | 1775 | "HTMLObjectElement": {
|
1858 | 1776 | "name": "HTMLObjectElement",
|
1859 | 1777 | "properties": {
|
|
1943 | 1861 | },
|
1944 | 1862 | "no-interface-object": "1"
|
1945 | 1863 | },
|
| 1864 | + "HTMLAreaElement": { |
| 1865 | + "element": [ |
| 1866 | + { |
| 1867 | + "name": "area" |
| 1868 | + } |
| 1869 | + ] |
| 1870 | + }, |
1946 | 1871 | "HTMLBaseElement": {
|
1947 | 1872 | "element": [
|
1948 | 1873 | {
|
|
1971 | 1896 | }
|
1972 | 1897 | ]
|
1973 | 1898 | },
|
| 1899 | + "HTMLFormElement": { |
| 1900 | + "element": [ |
| 1901 | + { |
| 1902 | + "name": "form" |
| 1903 | + } |
| 1904 | + ] |
| 1905 | + }, |
1974 | 1906 | "HTMLHeadElement": {
|
1975 | 1907 | "element": [
|
1976 | 1908 | {
|
|
1992 | 1924 | }
|
1993 | 1925 | ]
|
1994 | 1926 | },
|
| 1927 | + "HTMLInputElement": { |
| 1928 | + "properties": { |
| 1929 | + "property": { |
| 1930 | + "labels": { |
| 1931 | + "override-type": "NodeListOf<HTMLLabelElement> | null" |
| 1932 | + } |
| 1933 | + } |
| 1934 | + }, |
| 1935 | + "element": [ |
| 1936 | + { |
| 1937 | + |
| 1938 | + "name": "input" |
| 1939 | + } |
| 1940 | + ] |
| 1941 | + }, |
1995 | 1942 | "HTMLLinkElement": {
|
1996 | 1943 | "properties": {
|
1997 | 1944 | "property": {
|
|
2007 | 1954 | }
|
2008 | 1955 | ]
|
2009 | 1956 | },
|
| 1957 | + "HTMLLabelElement": { |
| 1958 | + "element": [ |
| 1959 | + { |
| 1960 | + "name": "label" |
| 1961 | + } |
| 1962 | + ] |
| 1963 | + }, |
2010 | 1964 | "HTMLLIElement": {
|
2011 | 1965 | "element": [
|
2012 | 1966 | {
|
2013 | 1967 | "name": "li"
|
2014 | 1968 | }
|
2015 | 1969 | ]
|
2016 | 1970 | },
|
| 1971 | + "HTMLMapElement": { |
| 1972 | + "element": [ |
| 1973 | + { |
| 1974 | + "name": "map" |
| 1975 | + } |
| 1976 | + ] |
| 1977 | + }, |
2017 | 1978 | "HTMLMenuElement": {
|
2018 | 1979 | "element": [
|
2019 | 1980 | {
|
|
2088 | 2049 | }
|
2089 | 2050 | ]
|
2090 | 2051 | },
|
| 2052 | + "HTMLTableCaptionElement": { |
| 2053 | + "element": [ |
| 2054 | + { |
| 2055 | + "name": "caption" |
| 2056 | + } |
| 2057 | + ] |
| 2058 | + }, |
| 2059 | + "HTMLTableCellElement": { |
| 2060 | + "element": [ |
| 2061 | + { |
| 2062 | + "name": "td" |
| 2063 | + }, |
| 2064 | + { |
| 2065 | + "name": "th" |
| 2066 | + } |
| 2067 | + ] |
| 2068 | + }, |
| 2069 | + "HTMLTableColElement": { |
| 2070 | + "element": [ |
| 2071 | + { |
| 2072 | + "name": "col" |
| 2073 | + }, |
| 2074 | + { |
| 2075 | + "name": "colgroup" |
| 2076 | + } |
| 2077 | + ] |
| 2078 | + }, |
2091 | 2079 | "HTMLTableDataCellElement": {
|
2092 | 2080 | "name": "HTMLTableDataCellElement",
|
2093 | 2081 | "extends": "HTMLTableCellElement",
|
|
2100 | 2088 | }
|
2101 | 2089 | ]
|
2102 | 2090 | },
|
| 2091 | + "HTMLTableElement": { |
| 2092 | + "element": [ |
| 2093 | + { |
| 2094 | + "name": "table" |
| 2095 | + } |
| 2096 | + ] |
| 2097 | + }, |
2103 | 2098 | "HTMLTableHeaderCellElement": {
|
2104 | 2099 | "name": "HTMLTableHeaderCellElement",
|
2105 | 2100 | "extends": "HTMLTableCellElement",
|
|
2125 | 2120 | }
|
2126 | 2121 | ]
|
2127 | 2122 | },
|
| 2123 | + "HTMLTableRowElement": { |
| 2124 | + "element": [ |
| 2125 | + { |
| 2126 | + "name": "tr" |
| 2127 | + } |
| 2128 | + ] |
| 2129 | + }, |
| 2130 | + "HTMLTableSectionElement": { |
| 2131 | + "element": [ |
| 2132 | + { |
| 2133 | + "name": "tbody" |
| 2134 | + }, |
| 2135 | + { |
| 2136 | + "name": "tfoot" |
| 2137 | + }, |
| 2138 | + { |
| 2139 | + "name": "thead" |
| 2140 | + } |
| 2141 | + ] |
| 2142 | + }, |
2128 | 2143 | "HTMLTitleElement": {
|
2129 | 2144 | "element": [
|
2130 | 2145 | {
|
|
2331 | 2346 | },
|
2332 | 2347 | "typedefs": {
|
2333 | 2348 | "typedef": [
|
2334 |
| - { |
2335 |
| - "override-type": "\"auto\" | \"instant\" | \"smooth\"", |
2336 |
| - "new-type": "ScrollBehavior" |
2337 |
| - }, |
2338 |
| - { |
2339 |
| - "override-type": "\"start\" | \"center\" | \"end\" | \"nearest\"", |
2340 |
| - "new-type": "ScrollLogicalPosition" |
2341 |
| - }, |
2342 | 2349 | {
|
2343 | 2350 | "override-type": "WheelEvent",
|
2344 | 2351 | "new-type": "MouseWheelEvent"
|
|
0 commit comments