effect-start 0.32.0 → 0.33.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (173) hide show
  1. package/dist/Entity.d.ts +3 -0
  2. package/dist/Entity.d.ts.map +1 -1
  3. package/dist/Entity.js +20 -5
  4. package/dist/Entity.js.map +1 -1
  5. package/dist/Html.d.ts +5 -11
  6. package/dist/Html.d.ts.map +1 -1
  7. package/dist/Html.js +21 -1
  8. package/dist/Html.js.map +1 -1
  9. package/dist/KeyValueStore.d.ts +37 -0
  10. package/dist/KeyValueStore.d.ts.map +1 -0
  11. package/dist/KeyValueStore.js +99 -0
  12. package/dist/KeyValueStore.js.map +1 -0
  13. package/dist/Route.d.ts +2 -2
  14. package/dist/Route.d.ts.map +1 -1
  15. package/dist/Route.js +1 -1
  16. package/dist/Route.js.map +1 -1
  17. package/dist/RouteBody.d.ts +2 -2
  18. package/dist/RouteBody.d.ts.map +1 -1
  19. package/dist/RouteMount.d.ts +0 -20
  20. package/dist/RouteMount.d.ts.map +1 -1
  21. package/dist/RouteMount.js +0 -15
  22. package/dist/RouteMount.js.map +1 -1
  23. package/dist/Start.d.ts.map +1 -1
  24. package/dist/Start.js +4 -0
  25. package/dist/Start.js.map +1 -1
  26. package/dist/bun/BunRoute.d.ts.map +1 -1
  27. package/dist/bun/BunRoute.js +90 -78
  28. package/dist/bun/BunRoute.js.map +1 -1
  29. package/dist/bun/BunServer.d.ts +1 -1
  30. package/dist/bun/BunServer.d.ts.map +1 -1
  31. package/dist/bun/BunServer.js +8 -1
  32. package/dist/bun/BunServer.js.map +1 -1
  33. package/dist/datastar/attributes/computed.js +3 -3
  34. package/dist/datastar/attributes/computed.js.map +1 -1
  35. package/dist/datastar/attributes/on.js +11 -36
  36. package/dist/datastar/attributes/on.js.map +1 -1
  37. package/dist/datastar/engine.d.ts +9 -7
  38. package/dist/datastar/engine.d.ts.map +1 -1
  39. package/dist/datastar/engine.js +45 -29
  40. package/dist/datastar/engine.js.map +1 -1
  41. package/dist/datastar/jsx.d.ts +70 -0
  42. package/dist/datastar/jsx.d.ts.map +1 -0
  43. package/dist/datastar/jsx.js +2 -0
  44. package/dist/datastar/jsx.js.map +1 -0
  45. package/dist/datastar/window.d.ts +8 -0
  46. package/dist/datastar/window.d.ts.map +1 -0
  47. package/dist/datastar/window.js +4 -0
  48. package/dist/datastar/window.js.map +1 -0
  49. package/dist/experimental/KeyValueStore.d.ts +37 -0
  50. package/dist/experimental/KeyValueStore.d.ts.map +1 -0
  51. package/dist/experimental/KeyValueStore.js +99 -0
  52. package/dist/experimental/KeyValueStore.js.map +1 -0
  53. package/dist/experimental/SqlCache.d.ts +19 -0
  54. package/dist/experimental/SqlCache.d.ts.map +1 -0
  55. package/dist/experimental/SqlCache.js +35 -0
  56. package/dist/experimental/SqlCache.js.map +1 -0
  57. package/dist/experimental/SqlIntrospect.d.ts +92 -0
  58. package/dist/experimental/SqlIntrospect.d.ts.map +1 -0
  59. package/dist/experimental/SqlIntrospect.js +478 -0
  60. package/dist/experimental/SqlIntrospect.js.map +1 -0
  61. package/dist/index.d.ts +1 -0
  62. package/dist/index.d.ts.map +1 -1
  63. package/dist/index.js +1 -0
  64. package/dist/index.js.map +1 -1
  65. package/dist/jsx-runtime.d.ts +2 -2
  66. package/dist/jsx-runtime.d.ts.map +1 -1
  67. package/dist/jsx.d.ts +3216 -0
  68. package/dist/jsx.d.ts.map +1 -0
  69. package/dist/jsx.js +6 -0
  70. package/dist/jsx.js.map +1 -0
  71. package/dist/lint/plugin.d.ts +4 -3
  72. package/dist/lint/plugin.js +56 -17
  73. package/dist/lint/plugin.js.map +1 -1
  74. package/dist/sql/index.d.ts +0 -2
  75. package/dist/sql/index.d.ts.map +1 -1
  76. package/dist/sql/index.js +0 -2
  77. package/dist/sql/index.js.map +1 -1
  78. package/dist/studio/StudioLogger.d.ts.map +1 -1
  79. package/dist/studio/StudioLogger.js +2 -1
  80. package/dist/studio/StudioLogger.js.map +1 -1
  81. package/dist/studio/StudioStore.d.ts +3 -0
  82. package/dist/studio/StudioStore.d.ts.map +1 -1
  83. package/dist/studio/StudioStore.js +13 -0
  84. package/dist/studio/StudioStore.js.map +1 -1
  85. package/dist/studio/_Pretty.d.ts +4 -0
  86. package/dist/studio/_Pretty.d.ts.map +1 -0
  87. package/dist/studio/_Pretty.js +56 -0
  88. package/dist/studio/_Pretty.js.map +1 -0
  89. package/dist/studio/routes/layout.d.ts +2 -0
  90. package/dist/studio/routes/layout.d.ts.map +1 -1
  91. package/dist/studio/routes/layout.html +3 -12
  92. package/dist/studio/routes/layout.js +6 -1
  93. package/dist/studio/routes/layout.js.map +1 -1
  94. package/dist/studio/routes/traces/route.d.ts.map +1 -1
  95. package/dist/studio/routes/traces/route.js +5 -2
  96. package/dist/studio/routes/traces/route.js.map +1 -1
  97. package/dist/studio/routes/tree.d.ts +22 -0
  98. package/dist/studio/routes/tree.d.ts.map +1 -1
  99. package/dist/studio/ui/Errors.d.ts +1 -1
  100. package/dist/studio/ui/Errors.js +1 -1
  101. package/dist/studio/ui/Errors.js.map +1 -1
  102. package/dist/studio/ui/Fibers.d.ts +2 -2
  103. package/dist/studio/ui/Fibers.d.ts.map +1 -1
  104. package/dist/studio/ui/Fibers.js +4 -3
  105. package/dist/studio/ui/Fibers.js.map +1 -1
  106. package/dist/studio/ui/Logs.d.ts +1 -1
  107. package/dist/studio/ui/Logs.d.ts.map +1 -1
  108. package/dist/studio/ui/Logs.js +2 -1
  109. package/dist/studio/ui/Logs.js.map +1 -1
  110. package/dist/studio/ui/Metrics.d.ts +1 -1
  111. package/dist/studio/ui/Routes.d.ts +1 -1
  112. package/dist/studio/ui/Routes.d.ts.map +1 -1
  113. package/dist/studio/ui/Services.d.ts +1 -1
  114. package/dist/studio/ui/Services.d.ts.map +1 -1
  115. package/dist/studio/ui/Shell.d.ts +2 -2
  116. package/dist/studio/ui/Shell.d.ts.map +1 -1
  117. package/dist/studio/ui/System.d.ts +1 -1
  118. package/dist/studio/ui/Traces.d.ts +3 -3
  119. package/dist/studio/ui/Traces.d.ts.map +1 -1
  120. package/dist/studio/ui/Traces.js +5 -11
  121. package/dist/studio/ui/Traces.js.map +1 -1
  122. package/dist/studio/ui/_PrettyValue.d.ts +10 -0
  123. package/dist/studio/ui/_PrettyValue.d.ts.map +1 -0
  124. package/dist/studio/ui/_PrettyValue.js +27 -0
  125. package/dist/studio/ui/_PrettyValue.js.map +1 -0
  126. package/dist/tailwind/TailwindPlugin.d.ts.map +1 -1
  127. package/dist/tailwind/TailwindPlugin.js +89 -62
  128. package/dist/tailwind/TailwindPlugin.js.map +1 -1
  129. package/dist/ts/import-plugin.cjs +388 -0
  130. package/dist/ts/import-plugin.cjs.map +1 -0
  131. package/dist/ts/import-plugin.d.cts +87 -0
  132. package/dist/ts/import-plugin.d.cts.map +1 -0
  133. package/dist/ts/import-plugin.d.ts +87 -0
  134. package/dist/ts/import-plugin.d.ts.map +1 -0
  135. package/dist/ts/import-plugin.js +390 -0
  136. package/dist/ts/import-plugin.js.map +1 -0
  137. package/package.json +109 -8
  138. package/src/Entity.ts +32 -7
  139. package/src/Html.ts +28 -21
  140. package/src/Route.ts +2 -2
  141. package/src/RouteBody.ts +2 -2
  142. package/src/RouteMount.ts +0 -54
  143. package/src/Start.ts +4 -0
  144. package/src/bun/BunRoute.ts +117 -95
  145. package/src/bun/BunServer.ts +9 -2
  146. package/src/datastar/README.md +24 -8
  147. package/src/datastar/attributes/computed.ts +3 -3
  148. package/src/datastar/attributes/on.ts +11 -37
  149. package/src/datastar/engine.ts +61 -37
  150. package/src/datastar/jsx.d.ts +12 -26
  151. package/src/datastar/types.d.ts +8 -0
  152. package/src/experimental/KeyValueStore.ts +161 -0
  153. package/src/{sql → experimental}/SqlCache.ts +1 -1
  154. package/src/{sql → experimental}/SqlIntrospect.ts +1 -1
  155. package/src/index.ts +1 -0
  156. package/src/jsx-runtime.ts +1 -1
  157. package/src/jsx.d.ts +17 -2
  158. package/src/lint/plugin.js +54 -19
  159. package/src/sql/index.ts +0 -2
  160. package/src/studio/StudioLogger.ts +2 -1
  161. package/src/studio/StudioStore.ts +18 -0
  162. package/src/studio/_Pretty.ts +59 -0
  163. package/src/studio/routes/layout.html +3 -12
  164. package/src/studio/routes/layout.tsx +9 -1
  165. package/src/studio/routes/traces/route.tsx +5 -1
  166. package/src/studio/ui/Errors.tsx +1 -1
  167. package/src/studio/ui/Fibers.tsx +14 -10
  168. package/src/studio/ui/Logs.tsx +15 -10
  169. package/src/studio/ui/Traces.tsx +40 -68
  170. package/src/studio/ui/_PrettyValue.tsx +34 -0
  171. package/src/tailwind/TailwindPlugin.ts +102 -75
  172. package/src/RouteTrie.ts +0 -205
  173. package/src/experimental/index.ts +0 -1
package/dist/jsx.d.ts ADDED
@@ -0,0 +1,3216 @@
1
+ import type * as Html from "./Html.ts";
2
+ import type { DatastarAttributes } from "./datastar/jsx.ts";
3
+ /**
4
+ * Based on JSX types for Surplus, Inferno, and dom-expressions.
5
+ *
6
+ * https://github.com/adamhaile/surplus/blob/master/index.d.ts
7
+ * https://github.com/infernojs/inferno/blob/master/packages/inferno/src/core/types.ts
8
+ * https://github.com/ryansolid/dom-expressions/blob/main/packages/dom-expressions/src/jsx.d.ts
9
+ *
10
+ * MathML typings coming mostly from Preact
11
+ * https://github.com/preactjs/preact/blob/07dc9f324e58569ce66634aa03fe8949b4190358/src/jsx.d.ts#L2575
12
+ *
13
+ * Checked against other frameworks via the following table:
14
+ * https://potahtml.github.io/namespace-jsx-project/index.html
15
+ */
16
+ type DOMElement = never;
17
+ export declare namespace JSX {
18
+ type Element = Html.Element;
19
+ type Child = Element | string | number | bigint;
20
+ type Children = Child | SilentChild | Iterable<Children>;
21
+ type SilentChild = boolean | null | undefined;
22
+ interface EventHandler<T, E extends Event> {
23
+ (e: E & {
24
+ currentTarget: T;
25
+ target: DOMElement;
26
+ }): void;
27
+ }
28
+ interface BoundEventHandler<T, E extends Event, EHandler extends EventHandler<T, any> = EventHandler<T, E>> {
29
+ 0: (data: any, ...e: Parameters<EHandler>) => void;
30
+ 1: any;
31
+ }
32
+ type EventHandlerUnion<T, E extends Event, EHandler extends EventHandler<T, any> = EventHandler<T, E>> = EHandler | BoundEventHandler<T, E, EHandler>;
33
+ interface EventHandlerWithOptions<T, E extends Event, EHandler = EventHandler<T, E>> extends AddEventListenerOptions, EventListenerOptions {
34
+ handleEvent: EHandler;
35
+ }
36
+ type EventHandlerWithOptionsUnion<T, E extends Event, EHandler extends EventHandler<T, any> = EventHandler<T, E>> = EHandler | EventHandlerWithOptions<T, E, EHandler>;
37
+ interface InputEventHandler<T, E extends InputEvent> {
38
+ (e: E & {
39
+ currentTarget: T;
40
+ target: T extends HTMLInputElement | HTMLSelectElement | HTMLTextAreaElement ? T : DOMElement;
41
+ }): void;
42
+ }
43
+ type InputEventHandlerUnion<T, E extends InputEvent> = EventHandlerUnion<T, E, InputEventHandler<T, E>>;
44
+ interface ChangeEventHandler<T, E extends Event> {
45
+ (e: E & {
46
+ currentTarget: T;
47
+ target: T extends HTMLInputElement | HTMLSelectElement | HTMLTextAreaElement ? T : DOMElement;
48
+ }): void;
49
+ }
50
+ type ChangeEventHandlerUnion<T, E extends Event> = EventHandlerUnion<T, E, ChangeEventHandler<T, E>>;
51
+ interface FocusEventHandler<T, E extends FocusEvent> {
52
+ (e: E & {
53
+ currentTarget: T;
54
+ target: T extends HTMLInputElement | HTMLSelectElement | HTMLTextAreaElement ? T : DOMElement;
55
+ }): void;
56
+ }
57
+ type FocusEventHandlerUnion<T, E extends FocusEvent> = EventHandlerUnion<T, E, FocusEventHandler<T, E>>;
58
+ const SERIALIZABLE: unique symbol;
59
+ interface SerializableAttributeValue {
60
+ toString(): string;
61
+ [SERIALIZABLE]: never;
62
+ }
63
+ interface CustomAttributes<T> {
64
+ ref?: T | ((el: T) => void) | undefined;
65
+ children?: Children;
66
+ classList?: {
67
+ [k: string]: boolean | undefined;
68
+ } | undefined;
69
+ }
70
+ type Accessor<T> = () => T;
71
+ interface Directives {
72
+ }
73
+ interface DirectiveFunctions {
74
+ [x: string]: (el: DOMElement, accessor: Accessor<any>) => void;
75
+ }
76
+ interface ExplicitProperties {
77
+ }
78
+ interface ExplicitAttributes {
79
+ }
80
+ interface ExplicitBoolAttributes {
81
+ }
82
+ interface CustomEvents {
83
+ }
84
+ /** @deprecated Replaced by CustomEvents */
85
+ interface CustomCaptureEvents {
86
+ }
87
+ type DirectiveAttributes = {
88
+ [Key in keyof Directives as `use:${Key}`]?: Directives[Key];
89
+ };
90
+ type DirectiveFunctionAttributes<T> = {
91
+ [K in keyof DirectiveFunctions as string extends K ? never : `use:${K}`]?: DirectiveFunctions[K] extends (el: infer E, // will be unknown if not provided
92
+ ...rest: infer R) => void ? T extends E ? R extends [infer A] ? A extends Accessor<infer V> ? V : never : true : never : never;
93
+ };
94
+ type PropAttributes = {
95
+ [Key in keyof ExplicitProperties as `prop:${Key}`]?: ExplicitProperties[Key];
96
+ };
97
+ type AttrAttributes = {
98
+ [Key in keyof ExplicitAttributes as `attr:${Key}`]?: ExplicitAttributes[Key];
99
+ };
100
+ type BoolAttributes = {
101
+ [Key in keyof ExplicitBoolAttributes as `bool:${Key}`]?: ExplicitBoolAttributes[Key];
102
+ };
103
+ type OnAttributes<T> = {
104
+ [Key in keyof CustomEvents as `on:${Key}`]?: EventHandlerWithOptionsUnion<T, CustomEvents[Key]>;
105
+ };
106
+ type OnCaptureAttributes<T> = {
107
+ [Key in keyof CustomCaptureEvents as `oncapture:${Key}`]?: EventHandler<T, CustomCaptureEvents[Key]>;
108
+ };
109
+ /**
110
+ * `Window` events, defined for `<body>`, `<svg>`, `<frameset>` tags.
111
+ *
112
+ * Excluding `Elements events` already defined as globals that all tags share, such as `onblur`.
113
+ */
114
+ interface WindowEventMap<T> {
115
+ onAfterPrint?: EventHandlerUnion<T, Event> | undefined;
116
+ onBeforePrint?: EventHandlerUnion<T, Event> | undefined;
117
+ onBeforeUnload?: EventHandlerUnion<T, BeforeUnloadEvent> | undefined;
118
+ onGamepadConnected?: EventHandlerUnion<T, GamepadEvent> | undefined;
119
+ onGamepadDisconnected?: EventHandlerUnion<T, GamepadEvent> | undefined;
120
+ onHashchange?: EventHandlerUnion<T, HashChangeEvent> | undefined;
121
+ onLanguageChange?: EventHandlerUnion<T, Event> | undefined;
122
+ onMessage?: EventHandlerUnion<T, MessageEvent> | undefined;
123
+ onMessageError?: EventHandlerUnion<T, MessageEvent> | undefined;
124
+ onOffline?: EventHandlerUnion<T, Event> | undefined;
125
+ onOnline?: EventHandlerUnion<T, Event> | undefined;
126
+ onPageHide?: EventHandlerUnion<T, PageTransitionEvent> | undefined;
127
+ onPageReveal?: EventHandlerUnion<T, Event> | undefined;
128
+ onPageShow?: EventHandlerUnion<T, PageTransitionEvent> | undefined;
129
+ onPageSwap?: EventHandlerUnion<T, Event> | undefined;
130
+ onPopstate?: EventHandlerUnion<T, PopStateEvent> | undefined;
131
+ onRejectionHandled?: EventHandlerUnion<T, PromiseRejectionEvent> | undefined;
132
+ onStorage?: EventHandlerUnion<T, StorageEvent> | undefined;
133
+ onUnhandledRejection?: EventHandlerUnion<T, PromiseRejectionEvent> | undefined;
134
+ onUnload?: EventHandlerUnion<T, Event> | undefined;
135
+ onafterprint?: EventHandlerUnion<T, Event> | undefined;
136
+ onbeforeprint?: EventHandlerUnion<T, Event> | undefined;
137
+ onbeforeunload?: EventHandlerUnion<T, BeforeUnloadEvent> | undefined;
138
+ ongamepadconnected?: EventHandlerUnion<T, GamepadEvent> | undefined;
139
+ ongamepaddisconnected?: EventHandlerUnion<T, GamepadEvent> | undefined;
140
+ onhashchange?: EventHandlerUnion<T, HashChangeEvent> | undefined;
141
+ onlanguagechange?: EventHandlerUnion<T, Event> | undefined;
142
+ onmessage?: EventHandlerUnion<T, MessageEvent> | undefined;
143
+ onmessageerror?: EventHandlerUnion<T, MessageEvent> | undefined;
144
+ onoffline?: EventHandlerUnion<T, Event> | undefined;
145
+ ononline?: EventHandlerUnion<T, Event> | undefined;
146
+ onpagehide?: EventHandlerUnion<T, PageTransitionEvent> | undefined;
147
+ onpagereveal?: EventHandlerUnion<T, Event> | undefined;
148
+ onpageshow?: EventHandlerUnion<T, PageTransitionEvent> | undefined;
149
+ onpageswap?: EventHandlerUnion<T, Event> | undefined;
150
+ onpopstate?: EventHandlerUnion<T, PopStateEvent> | undefined;
151
+ onrejectionhandled?: EventHandlerUnion<T, PromiseRejectionEvent> | undefined;
152
+ onstorage?: EventHandlerUnion<T, StorageEvent> | undefined;
153
+ onunhandledrejection?: EventHandlerUnion<T, PromiseRejectionEvent> | undefined;
154
+ onunload?: EventHandlerUnion<T, Event> | undefined;
155
+ "on:afterprint"?: EventHandlerWithOptionsUnion<T, Event> | undefined;
156
+ "on:beforeprint"?: EventHandlerWithOptionsUnion<T, Event> | undefined;
157
+ "on:beforeunload"?: EventHandlerWithOptionsUnion<T, BeforeUnloadEvent> | undefined;
158
+ "on:gamepadconnected"?: EventHandlerWithOptionsUnion<T, GamepadEvent> | undefined;
159
+ "on:gamepaddisconnected"?: EventHandlerWithOptionsUnion<T, GamepadEvent> | undefined;
160
+ "on:hashchange"?: EventHandlerWithOptionsUnion<T, HashChangeEvent> | undefined;
161
+ "on:languagechange"?: EventHandlerWithOptionsUnion<T, Event> | undefined;
162
+ "on:message"?: EventHandlerWithOptionsUnion<T, MessageEvent> | undefined;
163
+ "on:messageerror"?: EventHandlerWithOptionsUnion<T, MessageEvent> | undefined;
164
+ "on:offline"?: EventHandlerWithOptionsUnion<T, Event> | undefined;
165
+ "on:online"?: EventHandlerWithOptionsUnion<T, Event> | undefined;
166
+ "on:pagehide"?: EventHandlerWithOptionsUnion<T, PageTransitionEvent> | undefined;
167
+ "on:pagereveal"?: EventHandlerWithOptionsUnion<T, Event> | undefined;
168
+ "on:pageshow"?: EventHandlerWithOptionsUnion<T, PageTransitionEvent> | undefined;
169
+ "on:pageswap"?: EventHandlerWithOptionsUnion<T, Event> | undefined;
170
+ "on:popstate"?: EventHandlerWithOptionsUnion<T, PopStateEvent> | undefined;
171
+ "on:rejectionhandled"?: EventHandlerWithOptionsUnion<T, PromiseRejectionEvent> | undefined;
172
+ "on:storage"?: EventHandlerWithOptionsUnion<T, StorageEvent> | undefined;
173
+ "on:unhandledrejection"?: EventHandlerWithOptionsUnion<T, PromiseRejectionEvent> | undefined;
174
+ "on:unload"?: EventHandlerWithOptionsUnion<T, Event> | undefined;
175
+ }
176
+ /**
177
+ * Global `Elements events`, defined for all tags.
178
+ *
179
+ * That's events defined and shared by all of the `HTMLElement/SVGElement/MathMLElement`
180
+ * interfaces.
181
+ *
182
+ * Includes events defined for the `Element` interface.
183
+ */
184
+ interface CustomEventHandlersCamelCase<T> {
185
+ onAbort?: EventHandlerUnion<T, UIEvent> | undefined;
186
+ onAnimationCancel?: EventHandlerUnion<T, AnimationEvent> | undefined;
187
+ onAnimationEnd?: EventHandlerUnion<T, AnimationEvent> | undefined;
188
+ onAnimationIteration?: EventHandlerUnion<T, AnimationEvent> | undefined;
189
+ onAnimationStart?: EventHandlerUnion<T, AnimationEvent> | undefined;
190
+ onAuxClick?: EventHandlerUnion<T, PointerEvent> | undefined;
191
+ onBeforeCopy?: EventHandlerUnion<T, ClipboardEvent> | undefined;
192
+ onBeforeCut?: EventHandlerUnion<T, ClipboardEvent> | undefined;
193
+ onBeforeInput?: InputEventHandlerUnion<T, InputEvent> | undefined;
194
+ onBeforeMatch?: EventHandlerUnion<T, Event> | undefined;
195
+ onBeforePaste?: EventHandlerUnion<T, ClipboardEvent> | undefined;
196
+ onBeforeToggle?: EventHandlerUnion<T, ToggleEvent> | undefined;
197
+ onBeforeXRSelect?: EventHandlerUnion<T, Event> | undefined;
198
+ onBlur?: FocusEventHandlerUnion<T, FocusEvent> | undefined;
199
+ onCancel?: EventHandlerUnion<T, Event> | undefined;
200
+ onCanPlay?: EventHandlerUnion<T, Event> | undefined;
201
+ onCanPlayThrough?: EventHandlerUnion<T, Event> | undefined;
202
+ onChange?: ChangeEventHandlerUnion<T, Event> | undefined;
203
+ onClick?: EventHandlerUnion<T, MouseEvent> | undefined;
204
+ onClose?: EventHandlerUnion<T, Event> | undefined;
205
+ onCommand?: EventHandlerUnion<T, Event> | undefined;
206
+ onCompositionEnd?: EventHandlerUnion<T, CompositionEvent> | undefined;
207
+ onCompositionStart?: EventHandlerUnion<T, CompositionEvent> | undefined;
208
+ onCompositionUpdate?: EventHandlerUnion<T, CompositionEvent> | undefined;
209
+ onContentVisibilityAutoStateChange?: EventHandlerUnion<T, ContentVisibilityAutoStateChangeEvent> | undefined;
210
+ onContextLost?: EventHandlerUnion<T, Event> | undefined;
211
+ onContextMenu?: EventHandlerUnion<T, PointerEvent> | undefined;
212
+ onContextRestored?: EventHandlerUnion<T, Event> | undefined;
213
+ onCopy?: EventHandlerUnion<T, ClipboardEvent> | undefined;
214
+ onCueChange?: EventHandlerUnion<T, Event> | undefined;
215
+ onCut?: EventHandlerUnion<T, ClipboardEvent> | undefined;
216
+ onDblClick?: EventHandlerUnion<T, MouseEvent> | undefined;
217
+ onDrag?: EventHandlerUnion<T, DragEvent> | undefined;
218
+ onDragEnd?: EventHandlerUnion<T, DragEvent> | undefined;
219
+ onDragEnter?: EventHandlerUnion<T, DragEvent> | undefined;
220
+ onDragExit?: EventHandlerUnion<T, DragEvent> | undefined;
221
+ onDragLeave?: EventHandlerUnion<T, DragEvent> | undefined;
222
+ onDragOver?: EventHandlerUnion<T, DragEvent> | undefined;
223
+ onDragStart?: EventHandlerUnion<T, DragEvent> | undefined;
224
+ onDrop?: EventHandlerUnion<T, DragEvent> | undefined;
225
+ onDurationChange?: EventHandlerUnion<T, Event> | undefined;
226
+ onEmptied?: EventHandlerUnion<T, Event> | undefined;
227
+ onEnded?: EventHandlerUnion<T, Event> | undefined;
228
+ onError?: EventHandlerUnion<T, ErrorEvent> | undefined;
229
+ onFocus?: FocusEventHandlerUnion<T, FocusEvent> | undefined;
230
+ onFocusIn?: FocusEventHandlerUnion<T, FocusEvent> | undefined;
231
+ onFocusOut?: FocusEventHandlerUnion<T, FocusEvent> | undefined;
232
+ onFormData?: EventHandlerUnion<T, FormDataEvent> | undefined;
233
+ onFullscreenChange?: EventHandlerUnion<T, Event> | undefined;
234
+ onFullscreenError?: EventHandlerUnion<T, Event> | undefined;
235
+ onGotPointerCapture?: EventHandlerUnion<T, PointerEvent> | undefined;
236
+ onInput?: InputEventHandlerUnion<T, InputEvent> | undefined;
237
+ onInvalid?: EventHandlerUnion<T, Event> | undefined;
238
+ onKeyDown?: EventHandlerUnion<T, KeyboardEvent> | undefined;
239
+ onKeyPress?: EventHandlerUnion<T, KeyboardEvent> | undefined;
240
+ onKeyUp?: EventHandlerUnion<T, KeyboardEvent> | undefined;
241
+ onLoad?: EventHandlerUnion<T, Event> | undefined;
242
+ onLoadedData?: EventHandlerUnion<T, Event> | undefined;
243
+ onLoadedMetadata?: EventHandlerUnion<T, Event> | undefined;
244
+ onLoadStart?: EventHandlerUnion<T, Event> | undefined;
245
+ onLostPointerCapture?: EventHandlerUnion<T, PointerEvent> | undefined;
246
+ onMouseDown?: EventHandlerUnion<T, MouseEvent> | undefined;
247
+ onMouseEnter?: EventHandlerUnion<T, MouseEvent> | undefined;
248
+ onMouseLeave?: EventHandlerUnion<T, MouseEvent> | undefined;
249
+ onMouseMove?: EventHandlerUnion<T, MouseEvent> | undefined;
250
+ onMouseOut?: EventHandlerUnion<T, MouseEvent> | undefined;
251
+ onMouseOver?: EventHandlerUnion<T, MouseEvent> | undefined;
252
+ onMouseUp?: EventHandlerUnion<T, MouseEvent> | undefined;
253
+ onPaste?: EventHandlerUnion<T, ClipboardEvent> | undefined;
254
+ onPause?: EventHandlerUnion<T, Event> | undefined;
255
+ onPlay?: EventHandlerUnion<T, Event> | undefined;
256
+ onPlaying?: EventHandlerUnion<T, Event> | undefined;
257
+ onPointerCancel?: EventHandlerUnion<T, PointerEvent> | undefined;
258
+ onPointerDown?: EventHandlerUnion<T, PointerEvent> | undefined;
259
+ onPointerEnter?: EventHandlerUnion<T, PointerEvent> | undefined;
260
+ onPointerLeave?: EventHandlerUnion<T, PointerEvent> | undefined;
261
+ onPointerMove?: EventHandlerUnion<T, PointerEvent> | undefined;
262
+ onPointerOut?: EventHandlerUnion<T, PointerEvent> | undefined;
263
+ onPointerOver?: EventHandlerUnion<T, PointerEvent> | undefined;
264
+ onPointerRawUpdate?: EventHandlerUnion<T, PointerEvent> | undefined;
265
+ onPointerUp?: EventHandlerUnion<T, PointerEvent> | undefined;
266
+ onProgress?: EventHandlerUnion<T, ProgressEvent> | undefined;
267
+ onRateChange?: EventHandlerUnion<T, Event> | undefined;
268
+ onReset?: EventHandlerUnion<T, Event> | undefined;
269
+ onResize?: EventHandlerUnion<T, UIEvent> | undefined;
270
+ onScroll?: EventHandlerUnion<T, Event> | undefined;
271
+ onScrollEnd?: EventHandlerUnion<T, Event> | undefined;
272
+ onScrollSnapChange?: EventHandlerUnion<T, Event> | undefined;
273
+ onScrollSnapChanging?: EventHandlerUnion<T, Event> | undefined;
274
+ onSecurityPolicyViolation?: EventHandlerUnion<T, SecurityPolicyViolationEvent> | undefined;
275
+ onSeeked?: EventHandlerUnion<T, Event> | undefined;
276
+ onSeeking?: EventHandlerUnion<T, Event> | undefined;
277
+ onSelect?: EventHandlerUnion<T, Event> | undefined;
278
+ onSelectionChange?: EventHandlerUnion<T, Event> | undefined;
279
+ onSelectStart?: EventHandlerUnion<T, Event> | undefined;
280
+ onSlotChange?: EventHandlerUnion<T, Event> | undefined;
281
+ onStalled?: EventHandlerUnion<T, Event> | undefined;
282
+ onSubmit?: EventHandlerUnion<T, SubmitEvent> | undefined;
283
+ onSuspend?: EventHandlerUnion<T, Event> | undefined;
284
+ onTimeUpdate?: EventHandlerUnion<T, Event> | undefined;
285
+ onToggle?: EventHandlerUnion<T, ToggleEvent> | undefined;
286
+ onTouchCancel?: EventHandlerUnion<T, TouchEvent> | undefined;
287
+ onTouchEnd?: EventHandlerUnion<T, TouchEvent> | undefined;
288
+ onTouchMove?: EventHandlerUnion<T, TouchEvent> | undefined;
289
+ onTouchStart?: EventHandlerUnion<T, TouchEvent> | undefined;
290
+ onTransitionCancel?: EventHandlerUnion<T, TransitionEvent> | undefined;
291
+ onTransitionEnd?: EventHandlerUnion<T, TransitionEvent> | undefined;
292
+ onTransitionRun?: EventHandlerUnion<T, TransitionEvent> | undefined;
293
+ onTransitionStart?: EventHandlerUnion<T, TransitionEvent> | undefined;
294
+ onVolumeChange?: EventHandlerUnion<T, Event> | undefined;
295
+ onWaiting?: EventHandlerUnion<T, Event> | undefined;
296
+ onWheel?: EventHandlerUnion<T, WheelEvent> | undefined;
297
+ }
298
+ /** @type {GlobalEventHandlers} */
299
+ interface CustomEventHandlersLowerCase<T> {
300
+ onabort?: string | undefined;
301
+ onanimationcancel?: string | undefined;
302
+ onanimationend?: string | undefined;
303
+ onanimationiteration?: string | undefined;
304
+ onanimationstart?: string | undefined;
305
+ onauxclick?: string | undefined;
306
+ onbeforecopy?: string | undefined;
307
+ onbeforecut?: string | undefined;
308
+ onbeforeinput?: Inputstring | undefined;
309
+ onbeforematch?: string | undefined;
310
+ onbeforepaste?: string | undefined;
311
+ onbeforetoggle?: string | undefined;
312
+ onbeforexrselect?: string | undefined;
313
+ onblur?: Focusstring | undefined;
314
+ oncancel?: string | undefined;
315
+ oncanplay?: string | undefined;
316
+ oncanplaythrough?: string | undefined;
317
+ onchange?: Changestring | undefined;
318
+ onclick?: string | undefined;
319
+ onclose?: string | undefined;
320
+ oncommand?: string | undefined;
321
+ oncompositionend?: string | undefined;
322
+ oncompositionstart?: string | undefined;
323
+ oncompositionupdate?: string | undefined;
324
+ oncontentvisibilityautostatechange?: string | undefined;
325
+ oncontextlost?: string | undefined;
326
+ oncontextmenu?: string | undefined;
327
+ oncontextrestored?: string | undefined;
328
+ oncopy?: string | undefined;
329
+ oncuechange?: string | undefined;
330
+ oncut?: string | undefined;
331
+ ondblclick?: string | undefined;
332
+ ondrag?: string | undefined;
333
+ ondragend?: string | undefined;
334
+ ondragenter?: string | undefined;
335
+ ondragexit?: string | undefined;
336
+ ondragleave?: string | undefined;
337
+ ondragover?: string | undefined;
338
+ ondragstart?: string | undefined;
339
+ ondrop?: string | undefined;
340
+ ondurationchange?: string | undefined;
341
+ onemptied?: string | undefined;
342
+ onended?: string | undefined;
343
+ onerror?: string | undefined;
344
+ onfocus?: Focusstring | undefined;
345
+ onfocusin?: Focusstring | undefined;
346
+ onfocusout?: Focusstring | undefined;
347
+ onformdata?: string | undefined;
348
+ onfullscreenchange?: string | undefined;
349
+ onfullscreenerror?: string | undefined;
350
+ ongotpointercapture?: string | undefined;
351
+ oninput?: Inputstring | undefined;
352
+ oninvalid?: string | undefined;
353
+ onkeydown?: string | undefined;
354
+ onkeypress?: string | undefined;
355
+ onkeyup?: string | undefined;
356
+ onload?: string | undefined;
357
+ onloadeddata?: string | undefined;
358
+ onloadedmetadata?: string | undefined;
359
+ onloadstart?: string | undefined;
360
+ onlostpointercapture?: string | undefined;
361
+ onmousedown?: string | undefined;
362
+ onmouseenter?: string | undefined;
363
+ onmouseleave?: string | undefined;
364
+ onmousemove?: string | undefined;
365
+ onmouseout?: string | undefined;
366
+ onmouseover?: string | undefined;
367
+ onmouseup?: string | undefined;
368
+ onpaste?: string | undefined;
369
+ onpause?: string | undefined;
370
+ onplay?: string | undefined;
371
+ onplaying?: string | undefined;
372
+ onpointercancel?: string | undefined;
373
+ onpointerdown?: string | undefined;
374
+ onpointerenter?: string | undefined;
375
+ onpointerleave?: string | undefined;
376
+ onpointermove?: string | undefined;
377
+ onpointerout?: string | undefined;
378
+ onpointerover?: string | undefined;
379
+ onpointerrawupdate?: string | undefined;
380
+ onpointerup?: string | undefined;
381
+ onprogress?: string | undefined;
382
+ onratechange?: string | undefined;
383
+ onreset?: string | undefined;
384
+ onresize?: string | undefined;
385
+ onscroll?: string | undefined;
386
+ onscrollend?: string | undefined;
387
+ onscrollsnapchange?: string | undefined;
388
+ onscrollsnapchanging?: string | undefined;
389
+ onsecuritypolicyviolation?: string | undefined;
390
+ onseeked?: string | undefined;
391
+ onseeking?: string | undefined;
392
+ onselect?: string | undefined;
393
+ onselectionchange?: string | undefined;
394
+ onselectstart?: string | undefined;
395
+ onslotchange?: string | undefined;
396
+ onstalled?: string | undefined;
397
+ onsubmit?: string | undefined;
398
+ onsuspend?: string | undefined;
399
+ ontimeupdate?: string | undefined;
400
+ ontoggle?: string | undefined;
401
+ ontouchcancel?: string | undefined;
402
+ ontouchend?: string | undefined;
403
+ ontouchmove?: string | undefined;
404
+ ontouchstart?: string | undefined;
405
+ ontransitioncancel?: string | undefined;
406
+ ontransitionend?: string | undefined;
407
+ ontransitionrun?: string | undefined;
408
+ ontransitionstart?: string | undefined;
409
+ onvolumechange?: string | undefined;
410
+ onwaiting?: string | undefined;
411
+ onwheel?: string | undefined;
412
+ }
413
+ /**
414
+ * Global `Element` keys, defined for all tags regardless of their namespace.
415
+ *
416
+ * That's `keys` that are defined BY ALL `HTMLElement/SVGElement/MathMLElement` interfaces.
417
+ *
418
+ * Includes `keys` defined for the `Element` and `Node` interfaces.
419
+ */
420
+ interface DOMAttributes<T> extends CustomAttributes<T>, DirectiveAttributes, DirectiveFunctionAttributes<T>, PropAttributes, AttrAttributes, BoolAttributes, OnAttributes<T>, OnCaptureAttributes<T>, CustomEventHandlersCamelCase<T>, CustomEventHandlersLowerCase<T>, AriaAttributes, DatastarAttributes {
421
+ dangerouslySetInnerHTML?: {
422
+ __html: string;
423
+ };
424
+ textContent?: string | number;
425
+ autofocus?: boolean | undefined;
426
+ class?: string | undefined;
427
+ elementtiming?: string | undefined;
428
+ id?: string | undefined;
429
+ nonce?: string | undefined;
430
+ slot?: string | undefined;
431
+ style?: string | undefined;
432
+ tabindex?: number | string | undefined;
433
+ tabIndex?: number | string | undefined;
434
+ }
435
+ type HTMLAutocapitalize = "off" | "none" | "on" | "sentences" | "words" | "characters";
436
+ type HTMLAutocomplete = "additional-name" | "address-level1" | "address-level2" | "address-level3" | "address-level4" | "address-line1" | "address-line2" | "address-line3" | "bday" | "bday-day" | "bday-month" | "bday-year" | "billing" | "cc-additional-name" | "cc-csc" | "cc-exp" | "cc-exp-month" | "cc-exp-year" | "cc-family-name" | "cc-given-name" | "cc-name" | "cc-number" | "cc-type" | "country" | "country-name" | "current-password" | "email" | "family-name" | "fax" | "given-name" | "home" | "honorific-prefix" | "honorific-suffix" | "impp" | "language" | "mobile" | "name" | "new-password" | "nickname" | "off" | "on" | "organization" | "organization-title" | "pager" | "photo" | "postal-code" | "sex" | "shipping" | "street-address" | "tel" | "tel-area-code" | "tel-country-code" | "tel-extension" | "tel-local" | "tel-local-prefix" | "tel-local-suffix" | "tel-national" | "transaction-amount" | "transaction-currency" | "url" | "username" | "work" | (string & {});
437
+ type HTMLDir = "ltr" | "rtl" | "auto";
438
+ type HTMLFormEncType = "application/x-www-form-urlencoded" | "multipart/form-data" | "text/plain";
439
+ type HTMLFormMethod = "post" | "get" | "dialog";
440
+ type HTMLCrossorigin = "anonymous" | "use-credentials" | "";
441
+ type HTMLReferrerPolicy = "no-referrer" | "no-referrer-when-downgrade" | "origin" | "origin-when-cross-origin" | "same-origin" | "strict-origin" | "strict-origin-when-cross-origin" | "unsafe-url";
442
+ type HTMLIframeSandbox = "allow-downloads-without-user-activation" | "allow-downloads" | "allow-forms" | "allow-modals" | "allow-orientation-lock" | "allow-pointer-lock" | "allow-popups" | "allow-popups-to-escape-sandbox" | "allow-presentation" | "allow-same-origin" | "allow-scripts" | "allow-storage-access-by-user-activation" | "allow-top-navigation" | "allow-top-navigation-by-user-activation" | "allow-top-navigation-to-custom-protocols";
443
+ type HTMLLinkAs = "audio" | "document" | "embed" | "fetch" | "font" | "image" | "object" | "script" | "style" | "track" | "video" | "worker";
444
+ interface AriaAttributes {
445
+ /**
446
+ * Identifies the currently active element when DOM focus is on a composite widget, textbox,
447
+ * group, or application.
448
+ */
449
+ "aria-activedescendant"?: string | undefined;
450
+ /**
451
+ * Indicates whether assistive technologies will present all, or only parts of, the changed
452
+ * region based on the change notifications defined by the aria-relevant attribute.
453
+ */
454
+ "aria-atomic"?: boolean | "false" | "true" | undefined;
455
+ /**
456
+ * Similar to the global aria-label. Defines a string value that labels the current element,
457
+ * which is intended to be converted into Braille.
458
+ *
459
+ * @see aria-label.
460
+ */
461
+ "aria-braillelabel"?: string | undefined;
462
+ /**
463
+ * Defines a human-readable, author-localized abbreviated description for the role of an element
464
+ * intended to be converted into Braille. Braille is not a one-to-one transliteration of letters
465
+ * and numbers, but rather it includes various abbreviations, contractions, and characters that
466
+ * represent words (known as logograms).
467
+ *
468
+ * Instead of converting long role descriptions to Braille, the aria-brailleroledescription
469
+ * attribute allows for providing an abbreviated version of the aria-roledescription value,
470
+ * which is a human-readable, author-localized description for the role of an element, for
471
+ * improved user experience with braille interfaces.
472
+ *
473
+ * @see aria-roledescription.
474
+ */
475
+ "aria-brailleroledescription"?: string | undefined;
476
+ /**
477
+ * Indicates whether inputting text could trigger display of one or more predictions of the
478
+ * user's intended value for an input and specifies how predictions would be presented if they
479
+ * are made.
480
+ */
481
+ "aria-autocomplete"?: "none" | "inline" | "list" | "both" | undefined;
482
+ /**
483
+ * Indicates an element is being modified and that assistive technologies MAY want to wait until
484
+ * the modifications are complete before exposing them to the user.
485
+ */
486
+ "aria-busy"?: boolean | "false" | "true" | undefined;
487
+ /**
488
+ * Indicates the current "checked" state of checkboxes, radio buttons, and other widgets.
489
+ *
490
+ * @see aria-pressed @see aria-selected.
491
+ */
492
+ "aria-checked"?: boolean | "false" | "mixed" | "true" | undefined;
493
+ /**
494
+ * Defines the total number of columns in a table, grid, or treegrid.
495
+ *
496
+ * @see aria-colindex.
497
+ */
498
+ "aria-colcount"?: number | string | undefined;
499
+ /**
500
+ * Defines an element's column index or position with respect to the total number of columns
501
+ * within a table, grid, or treegrid.
502
+ *
503
+ * @see aria-colcount @see aria-colspan.
504
+ */
505
+ "aria-colindex"?: number | string | undefined;
506
+ /** Defines a human-readable text alternative of the numeric aria-colindex. */
507
+ "aria-colindextext"?: number | string | undefined;
508
+ /**
509
+ * Defines the number of columns spanned by a cell or gridcell within a table, grid, or
510
+ * treegrid.
511
+ *
512
+ * @see aria-colindex @see aria-rowspan.
513
+ */
514
+ "aria-colspan"?: number | string | undefined;
515
+ /**
516
+ * Identifies the element (or elements) whose contents or presence are controlled by the current
517
+ * element.
518
+ *
519
+ * @see aria-owns.
520
+ */
521
+ "aria-controls"?: string | undefined;
522
+ /**
523
+ * Indicates the element that represents the current item within a container or set of related
524
+ * elements.
525
+ */
526
+ "aria-current"?: boolean | "false" | "true" | "page" | "step" | "location" | "date" | "time" | undefined;
527
+ /**
528
+ * Identifies the element (or elements) that describes the object.
529
+ *
530
+ * @see aria-labelledby
531
+ */
532
+ "aria-describedby"?: string | undefined;
533
+ /**
534
+ * Defines a string value that describes or annotates the current element.
535
+ *
536
+ * @see aria-describedby
537
+ */
538
+ "aria-description"?: string | undefined;
539
+ /**
540
+ * Identifies the element that provides a detailed, extended description for the object.
541
+ *
542
+ * @see aria-describedby.
543
+ */
544
+ "aria-details"?: string | undefined;
545
+ /**
546
+ * Indicates that the element is perceivable but disabled, so it is not editable or otherwise
547
+ * operable.
548
+ *
549
+ * @see aria-hidden @see aria-readonly.
550
+ */
551
+ "aria-disabled"?: boolean | "false" | "true" | undefined;
552
+ /**
553
+ * Indicates what functions can be performed when a dragged object is released on the drop
554
+ * target.
555
+ *
556
+ * @deprecated In ARIA 1.1
557
+ */
558
+ "aria-dropeffect"?: "none" | "copy" | "execute" | "link" | "move" | "popup" | undefined;
559
+ /**
560
+ * Identifies the element that provides an error message for the object.
561
+ *
562
+ * @see aria-invalid @see aria-describedby.
563
+ */
564
+ "aria-errormessage"?: string | undefined;
565
+ /**
566
+ * Indicates whether the element, or another grouping element it controls, is currently expanded
567
+ * or collapsed.
568
+ */
569
+ "aria-expanded"?: boolean | "false" | "true" | undefined;
570
+ /**
571
+ * Identifies the next element (or elements) in an alternate reading order of content which, at
572
+ * the user's discretion, allows assistive technology to override the general default of reading
573
+ * in document source order.
574
+ */
575
+ "aria-flowto"?: string | undefined;
576
+ /**
577
+ * Indicates an element's "grabbed" state in a drag-and-drop operation.
578
+ *
579
+ * @deprecated In ARIA 1.1
580
+ */
581
+ "aria-grabbed"?: boolean | "false" | "true" | undefined;
582
+ /**
583
+ * Indicates the availability and type of interactive popup element, such as menu or dialog,
584
+ * that can be triggered by an element.
585
+ */
586
+ "aria-haspopup"?: boolean | "false" | "true" | "menu" | "listbox" | "tree" | "grid" | "dialog" | undefined;
587
+ /**
588
+ * Indicates whether the element is exposed to an accessibility API.
589
+ *
590
+ * @see aria-disabled.
591
+ */
592
+ "aria-hidden"?: boolean | "false" | "true" | undefined;
593
+ /**
594
+ * Indicates the entered value does not conform to the format expected by the application.
595
+ *
596
+ * @see aria-errormessage.
597
+ */
598
+ "aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
599
+ /**
600
+ * Indicates keyboard shortcuts that an author has implemented to activate or give focus to an
601
+ * element.
602
+ */
603
+ "aria-keyshortcuts"?: string | undefined;
604
+ /**
605
+ * Defines a string value that labels the current element.
606
+ *
607
+ * @see aria-labelledby.
608
+ */
609
+ "aria-label"?: string | undefined;
610
+ /**
611
+ * Identifies the element (or elements) that labels the current element.
612
+ *
613
+ * @see aria-describedby.
614
+ */
615
+ "aria-labelledby"?: string | undefined;
616
+ /** Defines the hierarchical level of an element within a structure. */
617
+ "aria-level"?: number | string | undefined;
618
+ /**
619
+ * Indicates that an element will be updated, and describes the types of updates the user
620
+ * agents, assistive technologies, and user can expect from the live region.
621
+ */
622
+ "aria-live"?: "off" | "assertive" | "polite" | undefined;
623
+ /** Indicates whether an element is modal when displayed. */
624
+ "aria-modal"?: boolean | "false" | "true" | undefined;
625
+ /** Indicates whether a text box accepts multiple lines of input or only a single line. */
626
+ "aria-multiline"?: boolean | "false" | "true" | undefined;
627
+ /**
628
+ * Indicates that the user may select more than one item from the current selectable
629
+ * descendants.
630
+ */
631
+ "aria-multiselectable"?: boolean | "false" | "true" | undefined;
632
+ /** Indicates whether the element's orientation is horizontal, vertical, or unknown/ambiguous. */
633
+ "aria-orientation"?: "horizontal" | "vertical" | undefined;
634
+ /**
635
+ * Identifies an element (or elements) in order to define a visual, functional, or contextual
636
+ * parent/child relationship between DOM elements where the DOM hierarchy cannot be used to
637
+ * represent the relationship.
638
+ *
639
+ * @see aria-controls.
640
+ */
641
+ "aria-owns"?: string | undefined;
642
+ /**
643
+ * Defines a short hint (a word or short phrase) intended to aid the user with data entry when
644
+ * the control has no value. A hint could be a sample value or a brief description of the
645
+ * expected format.
646
+ */
647
+ "aria-placeholder"?: string | undefined;
648
+ /**
649
+ * Defines an element's number or position in the current set of listitems or treeitems. Not
650
+ * required if all elements in the set are present in the DOM.
651
+ *
652
+ * @see aria-setsize.
653
+ */
654
+ "aria-posinset"?: number | string | undefined;
655
+ /**
656
+ * Indicates the current "pressed" state of toggle buttons.
657
+ *
658
+ * @see aria-checked @see aria-selected.
659
+ */
660
+ "aria-pressed"?: boolean | "false" | "mixed" | "true" | undefined;
661
+ /**
662
+ * Indicates that the element is not editable, but is otherwise operable.
663
+ *
664
+ * @see aria-disabled.
665
+ */
666
+ "aria-readonly"?: boolean | "false" | "true" | undefined;
667
+ /**
668
+ * Indicates what notifications the user agent will trigger when the accessibility tree within a
669
+ * live region is modified.
670
+ *
671
+ * @see aria-atomic.
672
+ */
673
+ "aria-relevant"?: "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text" | "text additions" | "text removals" | undefined;
674
+ /** Indicates that user input is required on the element before a form may be submitted. */
675
+ "aria-required"?: boolean | "false" | "true" | undefined;
676
+ /** Defines a human-readable, author-localized description for the role of an element. */
677
+ "aria-roledescription"?: string | undefined;
678
+ /**
679
+ * Defines the total number of rows in a table, grid, or treegrid.
680
+ *
681
+ * @see aria-rowindex.
682
+ */
683
+ "aria-rowcount"?: number | string | undefined;
684
+ /**
685
+ * Defines an element's row index or position with respect to the total number of rows within a
686
+ * table, grid, or treegrid.
687
+ *
688
+ * @see aria-rowcount @see aria-rowspan.
689
+ */
690
+ "aria-rowindex"?: number | string | undefined;
691
+ /** Defines a human-readable text alternative of aria-rowindex. */
692
+ "aria-rowindextext"?: number | string | undefined;
693
+ /**
694
+ * Defines the number of rows spanned by a cell or gridcell within a table, grid, or treegrid.
695
+ *
696
+ * @see aria-rowindex @see aria-colspan.
697
+ */
698
+ "aria-rowspan"?: number | string | undefined;
699
+ /**
700
+ * Indicates the current "selected" state of various widgets.
701
+ *
702
+ * @see aria-checked @see aria-pressed.
703
+ */
704
+ "aria-selected"?: boolean | "false" | "true" | undefined;
705
+ /**
706
+ * Defines the number of items in the current set of listitems or treeitems. Not required if all
707
+ * elements in the set are present in the DOM.
708
+ *
709
+ * @see aria-posinset.
710
+ */
711
+ "aria-setsize"?: number | string | undefined;
712
+ /** Indicates if items in a table or grid are sorted in ascending or descending order. */
713
+ "aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined;
714
+ /** Defines the maximum allowed value for a range widget. */
715
+ "aria-valuemax"?: number | string | undefined;
716
+ /** Defines the minimum allowed value for a range widget. */
717
+ "aria-valuemin"?: number | string | undefined;
718
+ /**
719
+ * Defines the current value for a range widget.
720
+ *
721
+ * @see aria-valuetext.
722
+ */
723
+ "aria-valuenow"?: number | string | undefined;
724
+ /** Defines the human readable text alternative of aria-valuenow for a range widget. */
725
+ "aria-valuetext"?: string | undefined;
726
+ role?: "alert" | "alertdialog" | "application" | "article" | "banner" | "button" | "cell" | "checkbox" | "columnheader" | "combobox" | "complementary" | "contentinfo" | "definition" | "dialog" | "directory" | "document" | "feed" | "figure" | "form" | "grid" | "gridcell" | "group" | "heading" | "img" | "link" | "list" | "listbox" | "listitem" | "log" | "main" | "marquee" | "math" | "menu" | "menubar" | "menuitem" | "menuitemcheckbox" | "menuitemradio" | "meter" | "navigation" | "none" | "note" | "option" | "presentation" | "progressbar" | "radio" | "radiogroup" | "region" | "row" | "rowgroup" | "rowheader" | "scrollbar" | "search" | "searchbox" | "separator" | "slider" | "spinbutton" | "status" | "switch" | "tab" | "table" | "tablist" | "tabpanel" | "term" | "textbox" | "timer" | "toolbar" | "tooltip" | "tree" | "treegrid" | "treeitem" | undefined;
727
+ }
728
+ /** `HTMLElement` interface keys only. (ex not svg/math) */
729
+ interface HTMLAttributes<T> extends DOMAttributes<T> {
730
+ accesskey?: string | undefined;
731
+ autocapitalize?: HTMLAutocapitalize | undefined;
732
+ autocorrect?: "on" | "off" | undefined;
733
+ contenteditable?: "true" | "false" | boolean | "plaintext-only" | "inherit" | undefined;
734
+ dir?: HTMLDir | undefined;
735
+ draggable?: boolean | "false" | "true" | undefined;
736
+ enterkeyhint?: "enter" | "done" | "go" | "next" | "previous" | "search" | "send" | undefined;
737
+ exportparts?: string | undefined;
738
+ hidden?: boolean | "hidden" | "until-found" | undefined;
739
+ inert?: boolean | undefined;
740
+ inputmode?: "decimal" | "email" | "none" | "numeric" | "search" | "tel" | "text" | "url" | undefined;
741
+ is?: string | undefined;
742
+ lang?: string | undefined;
743
+ part?: string | undefined;
744
+ popover?: boolean | "manual" | "auto" | undefined;
745
+ spellcheck?: "true" | "false" | boolean | undefined;
746
+ title?: string | undefined;
747
+ translate?: "yes" | "no" | undefined;
748
+ accessKey?: string | undefined;
749
+ autoCapitalize?: HTMLAutocapitalize | undefined;
750
+ contentEditable?: boolean | "plaintext-only" | "inherit" | undefined;
751
+ exportParts?: string | undefined;
752
+ inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search" | undefined;
753
+ itemid?: string | undefined;
754
+ itemprop?: string | undefined;
755
+ itemref?: string | undefined;
756
+ itemscope?: boolean | undefined;
757
+ itemtype?: string | undefined;
758
+ itemId?: string | undefined;
759
+ itemProp?: string | undefined;
760
+ itemRef?: string | undefined;
761
+ itemScope?: boolean | undefined;
762
+ itemType?: string | undefined;
763
+ about?: string | undefined;
764
+ datatype?: string | undefined;
765
+ inlist?: any | undefined;
766
+ prefix?: string | undefined;
767
+ property?: string | undefined;
768
+ resource?: string | undefined;
769
+ typeof?: string | undefined;
770
+ vocab?: string | undefined;
771
+ /** @deprecated */
772
+ contextmenu?: string | undefined;
773
+ /** @deprecated */
774
+ contextMenu?: string | undefined;
775
+ }
776
+ interface AnchorHTMLAttributes<T> extends HTMLAttributes<T> {
777
+ download?: string | undefined;
778
+ href?: string | undefined;
779
+ hreflang?: string | undefined;
780
+ ping?: string | undefined;
781
+ referrerpolicy?: HTMLReferrerPolicy | undefined;
782
+ rel?: string | undefined;
783
+ target?: "_self" | "_blank" | "_parent" | "_top" | (string & {}) | undefined;
784
+ type?: string | undefined;
785
+ /** @experimental */
786
+ attributionsrc?: string | undefined;
787
+ referrerPolicy?: HTMLReferrerPolicy | undefined;
788
+ /** @deprecated */
789
+ charset?: string | undefined;
790
+ /** @deprecated */
791
+ coords?: string | undefined;
792
+ /** @deprecated */
793
+ name?: string | undefined;
794
+ /** @deprecated */
795
+ rev?: string | undefined;
796
+ /** @deprecated */
797
+ shape?: "rect" | "circle" | "poly" | "default" | undefined;
798
+ }
799
+ interface AudioHTMLAttributes<T> extends MediaHTMLAttributes<T> {
800
+ }
801
+ interface AreaHTMLAttributes<T> extends HTMLAttributes<T> {
802
+ alt?: string | undefined;
803
+ coords?: string | undefined;
804
+ download?: string | undefined;
805
+ href?: string | undefined;
806
+ ping?: string | undefined;
807
+ referrerpolicy?: HTMLReferrerPolicy | undefined;
808
+ rel?: string | undefined;
809
+ shape?: "rect" | "circle" | "poly" | "default" | undefined;
810
+ target?: "_self" | "_blank" | "_parent" | "_top" | (string & {}) | undefined;
811
+ /** @experimental */
812
+ attributionsrc?: string | undefined;
813
+ referrerPolicy?: HTMLReferrerPolicy | undefined;
814
+ /** @deprecated */
815
+ nohref?: boolean | undefined;
816
+ }
817
+ interface BaseHTMLAttributes<T> extends HTMLAttributes<T> {
818
+ href?: string | undefined;
819
+ target?: "_self" | "_blank" | "_parent" | "_top" | (string & {}) | undefined;
820
+ }
821
+ interface BdoHTMLAttributes<T> extends HTMLAttributes<T> {
822
+ dir?: "ltr" | "rtl" | undefined;
823
+ }
824
+ interface BlockquoteHTMLAttributes<T> extends HTMLAttributes<T> {
825
+ cite?: string | undefined;
826
+ }
827
+ interface BodyHTMLAttributes<T> extends HTMLAttributes<T>, WindowEventMap<T> {
828
+ }
829
+ interface ButtonHTMLAttributes<T> extends HTMLAttributes<T> {
830
+ disabled?: boolean | undefined;
831
+ form?: string | undefined;
832
+ formaction?: string | SerializableAttributeValue | undefined;
833
+ formenctype?: HTMLFormEncType | undefined;
834
+ formmethod?: HTMLFormMethod | undefined;
835
+ formnovalidate?: boolean | undefined;
836
+ formtarget?: "_self" | "_blank" | "_parent" | "_top" | (string & {}) | undefined;
837
+ name?: string | undefined;
838
+ popovertarget?: string | undefined;
839
+ popovertargetaction?: "hide" | "show" | "toggle" | undefined;
840
+ type?: "submit" | "reset" | "button" | "menu" | undefined;
841
+ value?: string | undefined;
842
+ /** @experimental */
843
+ command?: "show-modal" | "close" | "show-popover" | "hide-popover" | "toggle-popover" | (string & {}) | undefined;
844
+ /** @experimental */
845
+ commandfor?: string | undefined;
846
+ formAction?: string | SerializableAttributeValue | undefined;
847
+ formEnctype?: HTMLFormEncType | undefined;
848
+ formMethod?: HTMLFormMethod | undefined;
849
+ formNoValidate?: boolean | undefined;
850
+ formTarget?: string | undefined;
851
+ popoverTarget?: string | undefined;
852
+ popoverTargetAction?: "hide" | "show" | "toggle" | undefined;
853
+ }
854
+ interface CanvasHTMLAttributes<T> extends HTMLAttributes<T> {
855
+ height?: number | string | undefined;
856
+ width?: number | string | undefined;
857
+ /**
858
+ * @deprecated
859
+ * @non-standard
860
+ */
861
+ "moz-opaque"?: boolean | undefined;
862
+ }
863
+ interface CaptionHTMLAttributes<T> extends HTMLAttributes<T> {
864
+ /** @deprecated */
865
+ align?: "left" | "center" | "right" | undefined;
866
+ }
867
+ interface ColHTMLAttributes<T> extends HTMLAttributes<T> {
868
+ span?: number | string | undefined;
869
+ /** @deprecated */
870
+ align?: "left" | "center" | "right" | "justify" | "char" | undefined;
871
+ /** @deprecated */
872
+ bgcolor?: string | undefined;
873
+ /** @deprecated */
874
+ char?: string | undefined;
875
+ /** @deprecated */
876
+ charoff?: string | undefined;
877
+ /** @deprecated */
878
+ valign?: "baseline" | "bottom" | "middle" | "top" | undefined;
879
+ /** @deprecated */
880
+ width?: number | string | undefined;
881
+ }
882
+ interface ColgroupHTMLAttributes<T> extends HTMLAttributes<T> {
883
+ span?: number | string | undefined;
884
+ /** @deprecated */
885
+ align?: "left" | "center" | "right" | "justify" | "char" | undefined;
886
+ /** @deprecated */
887
+ bgcolor?: string | undefined;
888
+ /** @deprecated */
889
+ char?: string | undefined;
890
+ /** @deprecated */
891
+ charoff?: string | undefined;
892
+ /** @deprecated */
893
+ valign?: "baseline" | "bottom" | "middle" | "top" | undefined;
894
+ /** @deprecated */
895
+ width?: number | string | undefined;
896
+ }
897
+ interface DataHTMLAttributes<T> extends HTMLAttributes<T> {
898
+ value?: string | string[] | number | undefined;
899
+ }
900
+ interface DetailsHtmlAttributes<T> extends HTMLAttributes<T> {
901
+ name?: string | undefined;
902
+ open?: boolean | undefined;
903
+ }
904
+ interface DialogHtmlAttributes<T> extends HTMLAttributes<T> {
905
+ open?: boolean | undefined;
906
+ /**
907
+ * Do not add the tabindex property to the <dialog> element as it is not interactive and does
908
+ * not receive focus. The dialog's contents, including the close button contained in the dialog,
909
+ * can receive focus and be interactive.
910
+ *
911
+ * @see https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/dialog#usage_notes
912
+ */
913
+ tabindex?: never;
914
+ /** @experimental */
915
+ closedby?: "any" | "closerequest" | "none" | undefined;
916
+ }
917
+ interface EmbedHTMLAttributes<T> extends HTMLAttributes<T> {
918
+ height?: number | string | undefined;
919
+ src?: string | undefined;
920
+ type?: string | undefined;
921
+ width?: number | string | undefined;
922
+ /** @deprecated */
923
+ align?: "left" | "right" | "justify" | "center" | undefined;
924
+ /** @deprecated */
925
+ name?: string | undefined;
926
+ }
927
+ interface FieldsetHTMLAttributes<T> extends HTMLAttributes<T> {
928
+ disabled?: boolean | undefined;
929
+ form?: string | undefined;
930
+ name?: string | undefined;
931
+ }
932
+ interface FormHTMLAttributes<T> extends HTMLAttributes<T> {
933
+ "accept-charset"?: string | undefined;
934
+ action?: string | SerializableAttributeValue | undefined;
935
+ autocomplete?: "on" | "off" | undefined;
936
+ encoding?: HTMLFormEncType | undefined;
937
+ enctype?: HTMLFormEncType | undefined;
938
+ method?: HTMLFormMethod | undefined;
939
+ name?: string | undefined;
940
+ novalidate?: boolean | undefined;
941
+ rel?: string | undefined;
942
+ target?: "_self" | "_blank" | "_parent" | "_top" | (string & {}) | undefined;
943
+ noValidate?: boolean | undefined;
944
+ /** @deprecated */
945
+ accept?: string | undefined;
946
+ }
947
+ interface IframeHTMLAttributes<T> extends HTMLAttributes<T> {
948
+ allow?: string | undefined;
949
+ allowfullscreen?: boolean | undefined;
950
+ height?: number | string | undefined;
951
+ loading?: "eager" | "lazy" | undefined;
952
+ name?: string | undefined;
953
+ referrerpolicy?: HTMLReferrerPolicy | undefined;
954
+ sandbox?: HTMLIframeSandbox | string | undefined;
955
+ src?: string | undefined;
956
+ srcdoc?: string | undefined;
957
+ width?: number | string | undefined;
958
+ referrerPolicy?: HTMLReferrerPolicy | undefined;
959
+ /** @experimental */
960
+ adauctionheaders?: boolean | undefined;
961
+ /**
962
+ * @non-standard
963
+ * @experimental
964
+ */
965
+ browsingtopics?: boolean | undefined;
966
+ /** @experimental */
967
+ credentialless?: boolean | undefined;
968
+ /** @experimental */
969
+ csp?: string | undefined;
970
+ /** @experimental */
971
+ privatetoken?: string | undefined;
972
+ /** @experimental */
973
+ sharedstoragewritable?: boolean | undefined;
974
+ /** @deprecated */
975
+ align?: string | undefined;
976
+ /**
977
+ * @deprecated
978
+ * @non-standard
979
+ */
980
+ allowpaymentrequest?: boolean | undefined;
981
+ /** @deprecated */
982
+ allowtransparency?: boolean | undefined;
983
+ /** @deprecated */
984
+ frameborder?: number | string | undefined;
985
+ /** @deprecated */
986
+ longdesc?: string | undefined;
987
+ /** @deprecated */
988
+ marginheight?: number | string | undefined;
989
+ /** @deprecated */
990
+ marginwidth?: number | string | undefined;
991
+ /** @deprecated */
992
+ scrolling?: "yes" | "no" | "auto" | undefined;
993
+ /** @deprecated */
994
+ seamless?: boolean | undefined;
995
+ }
996
+ interface ImgHTMLAttributes<T> extends HTMLAttributes<T> {
997
+ alt?: string | undefined;
998
+ crossorigin?: HTMLCrossorigin | undefined;
999
+ decoding?: "sync" | "async" | "auto" | undefined;
1000
+ fetchpriority?: "high" | "low" | "auto" | undefined;
1001
+ height?: number | string | undefined;
1002
+ ismap?: boolean | undefined;
1003
+ loading?: "eager" | "lazy" | undefined;
1004
+ referrerpolicy?: HTMLReferrerPolicy | undefined;
1005
+ sizes?: string | undefined;
1006
+ src?: string | undefined;
1007
+ srcset?: string | undefined;
1008
+ usemap?: string | undefined;
1009
+ width?: number | string | undefined;
1010
+ /** @experimental */
1011
+ attributionsrc?: string | undefined;
1012
+ /** @experimental */
1013
+ sharedstoragewritable?: boolean | undefined;
1014
+ crossOrigin?: HTMLCrossorigin | undefined;
1015
+ isMap?: boolean | undefined;
1016
+ referrerPolicy?: HTMLReferrerPolicy | undefined;
1017
+ srcSet?: string | undefined;
1018
+ useMap?: string | undefined;
1019
+ /** @deprecated */
1020
+ align?: "top" | "middle" | "bottom" | "left" | "right" | undefined;
1021
+ /** @deprecated */
1022
+ border?: string | undefined;
1023
+ /** @deprecated */
1024
+ hspace?: number | string | undefined;
1025
+ /** @deprecated */
1026
+ intrinsicsize?: string | undefined;
1027
+ /** @deprecated */
1028
+ longdesc?: string | undefined;
1029
+ /** @deprecated */
1030
+ lowsrc?: string | undefined;
1031
+ /** @deprecated */
1032
+ name?: string | undefined;
1033
+ /** @deprecated */
1034
+ vspace?: number | string | undefined;
1035
+ }
1036
+ interface InputHTMLAttributes<T> extends HTMLAttributes<T> {
1037
+ accept?: string | undefined;
1038
+ alpha?: boolean | undefined;
1039
+ alt?: string | undefined;
1040
+ autocomplete?: HTMLAutocomplete | undefined;
1041
+ capture?: "user" | "environment" | undefined;
1042
+ checked?: boolean | undefined;
1043
+ colorspace?: string | undefined;
1044
+ dirname?: string | undefined;
1045
+ disabled?: boolean | undefined;
1046
+ form?: string | undefined;
1047
+ formaction?: string | SerializableAttributeValue | undefined;
1048
+ formenctype?: HTMLFormEncType | undefined;
1049
+ formmethod?: HTMLFormMethod | undefined;
1050
+ formnovalidate?: boolean | undefined;
1051
+ formtarget?: string | undefined;
1052
+ height?: number | string | undefined;
1053
+ list?: string | undefined;
1054
+ max?: number | string | undefined;
1055
+ maxlength?: number | string | undefined;
1056
+ min?: number | string | undefined;
1057
+ minlength?: number | string | undefined;
1058
+ multiple?: boolean | undefined;
1059
+ name?: string | undefined;
1060
+ pattern?: string | undefined;
1061
+ placeholder?: string | undefined;
1062
+ popovertarget?: string | undefined;
1063
+ popovertargetaction?: "hide" | "show" | "toggle" | undefined;
1064
+ readonly?: boolean | undefined;
1065
+ required?: boolean | undefined;
1066
+ results?: number | undefined;
1067
+ size?: number | string | undefined;
1068
+ src?: string | undefined;
1069
+ step?: number | string | undefined;
1070
+ type?: "button" | "checkbox" | "color" | "date" | "datetime-local" | "email" | "file" | "hidden" | "image" | "month" | "number" | "password" | "radio" | "range" | "reset" | "search" | "submit" | "tel" | "text" | "time" | "url" | "week" | (string & {}) | undefined;
1071
+ value?: string | string[] | number | undefined;
1072
+ width?: number | string | undefined;
1073
+ /** @non-standard */
1074
+ incremental?: boolean | undefined;
1075
+ formAction?: string | SerializableAttributeValue | undefined;
1076
+ formEnctype?: HTMLFormEncType | undefined;
1077
+ formMethod?: HTMLFormMethod | undefined;
1078
+ formNoValidate?: boolean | undefined;
1079
+ formTarget?: string | undefined;
1080
+ maxLength?: number | string | undefined;
1081
+ minLength?: number | string | undefined;
1082
+ readOnly?: boolean | undefined;
1083
+ /** @deprecated */
1084
+ align?: string | undefined;
1085
+ /** @deprecated */
1086
+ usemap?: string | undefined;
1087
+ }
1088
+ interface ModHTMLAttributes<T> extends HTMLAttributes<T> {
1089
+ cite?: string | undefined;
1090
+ datetime?: string | undefined;
1091
+ dateTime?: string | undefined;
1092
+ }
1093
+ interface KeygenHTMLAttributes<T> extends HTMLAttributes<T> {
1094
+ /** @deprecated */
1095
+ challenge?: string | undefined;
1096
+ /** @deprecated */
1097
+ disabled?: boolean | undefined;
1098
+ /** @deprecated */
1099
+ form?: string | undefined;
1100
+ /** @deprecated */
1101
+ keyparams?: string | undefined;
1102
+ /** @deprecated */
1103
+ keytype?: string | undefined;
1104
+ /** @deprecated */
1105
+ name?: string | undefined;
1106
+ }
1107
+ interface LabelHTMLAttributes<T> extends HTMLAttributes<T> {
1108
+ for?: string | undefined;
1109
+ }
1110
+ interface LiHTMLAttributes<T> extends HTMLAttributes<T> {
1111
+ value?: number | string | undefined;
1112
+ /** @deprecated */
1113
+ type?: "1" | "a" | "A" | "i" | "I" | undefined;
1114
+ }
1115
+ interface LinkHTMLAttributes<T> extends HTMLAttributes<T> {
1116
+ as?: HTMLLinkAs | undefined;
1117
+ blocking?: "render" | undefined;
1118
+ color?: string | undefined;
1119
+ crossorigin?: HTMLCrossorigin | undefined;
1120
+ disabled?: boolean | undefined;
1121
+ fetchpriority?: "high" | "low" | "auto" | undefined;
1122
+ href?: string | undefined;
1123
+ hreflang?: string | undefined;
1124
+ imagesizes?: string | undefined;
1125
+ imagesrcset?: string | undefined;
1126
+ integrity?: string | undefined;
1127
+ media?: string | undefined;
1128
+ referrerpolicy?: HTMLReferrerPolicy | undefined;
1129
+ rel?: string | undefined;
1130
+ sizes?: string | undefined;
1131
+ type?: string | undefined;
1132
+ crossOrigin?: HTMLCrossorigin | undefined;
1133
+ referrerPolicy?: HTMLReferrerPolicy | undefined;
1134
+ /** @deprecated */
1135
+ charset?: string | undefined;
1136
+ /** @deprecated */
1137
+ rev?: string | undefined;
1138
+ /** @deprecated */
1139
+ target?: string | undefined;
1140
+ }
1141
+ interface MapHTMLAttributes<T> extends HTMLAttributes<T> {
1142
+ name?: string | undefined;
1143
+ }
1144
+ interface MediaHTMLAttributes<T> extends HTMLAttributes<T> {
1145
+ autoplay?: boolean | undefined;
1146
+ controls?: boolean | undefined;
1147
+ controlslist?: "nodownload" | "nofullscreen" | "noplaybackrate" | "noremoteplayback" | (string & {}) | undefined;
1148
+ crossorigin?: HTMLCrossorigin | undefined;
1149
+ disableremoteplayback?: boolean | undefined;
1150
+ loop?: boolean | undefined;
1151
+ muted?: boolean | undefined;
1152
+ preload?: "none" | "metadata" | "auto" | "" | undefined;
1153
+ src?: string | undefined;
1154
+ onEncrypted?: EventHandlerUnion<T, MediaEncryptedEvent> | undefined;
1155
+ "on:encrypted"?: EventHandlerWithOptionsUnion<T, MediaEncryptedEvent> | undefined;
1156
+ onencrypted?: EventHandlerUnion<T, MediaEncryptedEvent> | undefined;
1157
+ onWaitingForKey?: EventHandlerUnion<T, Event> | undefined;
1158
+ "on:waitingforkey"?: EventHandlerWithOptionsUnion<T, Event> | undefined;
1159
+ onwaitingforkey?: EventHandlerUnion<T, Event> | undefined;
1160
+ crossOrigin?: HTMLCrossorigin | undefined;
1161
+ mediaGroup?: string | undefined;
1162
+ /** @deprecated */
1163
+ mediagroup?: string | undefined;
1164
+ }
1165
+ interface MenuHTMLAttributes<T> extends HTMLAttributes<T> {
1166
+ /** @deprecated */
1167
+ compact?: boolean | undefined;
1168
+ /** @deprecated */
1169
+ label?: string | undefined;
1170
+ /** @deprecated */
1171
+ type?: "context" | "toolbar" | undefined;
1172
+ }
1173
+ interface MetaHTMLAttributes<T> extends HTMLAttributes<T> {
1174
+ "http-equiv"?: "content-security-policy" | "content-type" | "default-style" | "x-ua-compatible" | "refresh" | undefined;
1175
+ charset?: string | undefined;
1176
+ content?: string | undefined;
1177
+ media?: string | undefined;
1178
+ name?: string | undefined;
1179
+ /** @deprecated */
1180
+ scheme?: string | undefined;
1181
+ }
1182
+ interface MeterHTMLAttributes<T> extends HTMLAttributes<T> {
1183
+ form?: string | undefined;
1184
+ high?: number | string | undefined;
1185
+ low?: number | string | undefined;
1186
+ max?: number | string | undefined;
1187
+ min?: number | string | undefined;
1188
+ optimum?: number | string | undefined;
1189
+ value?: string | string[] | number | undefined;
1190
+ }
1191
+ interface QuoteHTMLAttributes<T> extends HTMLAttributes<T> {
1192
+ cite?: string | undefined;
1193
+ }
1194
+ interface ObjectHTMLAttributes<T> extends HTMLAttributes<T> {
1195
+ data?: string | undefined;
1196
+ form?: string | undefined;
1197
+ height?: number | string | undefined;
1198
+ name?: string | undefined;
1199
+ type?: string | undefined;
1200
+ width?: number | string | undefined;
1201
+ useMap?: string | undefined;
1202
+ /** @deprecated */
1203
+ align?: string | undefined;
1204
+ /** @deprecated */
1205
+ archive?: string | undefined;
1206
+ /** @deprecated */
1207
+ border?: string | undefined;
1208
+ /** @deprecated */
1209
+ classid?: string | undefined;
1210
+ /** @deprecated */
1211
+ code?: string | undefined;
1212
+ /** @deprecated */
1213
+ codebase?: string | undefined;
1214
+ /** @deprecated */
1215
+ codetype?: string | undefined;
1216
+ /** @deprecated */
1217
+ declare?: boolean | undefined;
1218
+ /** @deprecated */
1219
+ hspace?: number | string | undefined;
1220
+ /** @deprecated */
1221
+ standby?: string | undefined;
1222
+ /** @deprecated */
1223
+ usemap?: string | undefined;
1224
+ /** @deprecated */
1225
+ vspace?: number | string | undefined;
1226
+ /** @deprecated */
1227
+ typemustmatch?: boolean | undefined;
1228
+ }
1229
+ interface OlHTMLAttributes<T> extends HTMLAttributes<T> {
1230
+ reversed?: boolean | undefined;
1231
+ start?: number | string | undefined;
1232
+ type?: "1" | "a" | "A" | "i" | "I" | undefined;
1233
+ /**
1234
+ * @deprecated
1235
+ * @non-standard
1236
+ */
1237
+ compact?: boolean | undefined;
1238
+ }
1239
+ interface OptgroupHTMLAttributes<T> extends HTMLAttributes<T> {
1240
+ disabled?: boolean | undefined;
1241
+ label?: string | undefined;
1242
+ }
1243
+ interface OptionHTMLAttributes<T> extends HTMLAttributes<T> {
1244
+ disabled?: boolean | undefined;
1245
+ label?: string | undefined;
1246
+ selected?: boolean | undefined;
1247
+ value?: string | string[] | number | undefined;
1248
+ }
1249
+ interface OutputHTMLAttributes<T> extends HTMLAttributes<T> {
1250
+ for?: string | undefined;
1251
+ form?: string | undefined;
1252
+ name?: string | undefined;
1253
+ }
1254
+ interface ParamHTMLAttributes<T> extends HTMLAttributes<T> {
1255
+ /** @deprecated */
1256
+ name?: string | undefined;
1257
+ /** @deprecated */
1258
+ type?: string | undefined;
1259
+ /** @deprecated */
1260
+ value?: string | number | undefined;
1261
+ /** @deprecated */
1262
+ valuetype?: "data" | "ref" | "object" | undefined;
1263
+ }
1264
+ interface ProgressHTMLAttributes<T> extends HTMLAttributes<T> {
1265
+ max?: number | string | undefined;
1266
+ value?: string | string[] | number | undefined;
1267
+ }
1268
+ interface ScriptHTMLAttributes<T> extends HTMLAttributes<T> {
1269
+ async?: boolean | undefined;
1270
+ blocking?: "render" | undefined;
1271
+ crossorigin?: HTMLCrossorigin | undefined;
1272
+ defer?: boolean | undefined;
1273
+ fetchpriority?: "high" | "low" | "auto" | undefined;
1274
+ integrity?: string | undefined;
1275
+ nomodule?: boolean | undefined;
1276
+ referrerpolicy?: HTMLReferrerPolicy | undefined;
1277
+ src?: string | undefined;
1278
+ type?: "importmap" | "module" | "speculationrules" | (string & {}) | undefined;
1279
+ /** @experimental */
1280
+ attributionsrc?: string | undefined;
1281
+ crossOrigin?: HTMLCrossorigin | undefined;
1282
+ noModule?: boolean | undefined;
1283
+ referrerPolicy?: HTMLReferrerPolicy | undefined;
1284
+ /** @deprecated */
1285
+ charset?: string | undefined;
1286
+ /** @deprecated */
1287
+ event?: string | undefined;
1288
+ /** @deprecated */
1289
+ language?: string | undefined;
1290
+ children?: Children;
1291
+ }
1292
+ interface ScriptHTMLAttributesWithHandler<T> extends Omit<ScriptHTMLAttributes<T>, "children" | "type"> {
1293
+ children: (window: Window) => void;
1294
+ type?: never;
1295
+ }
1296
+ interface SelectHTMLAttributes<T> extends HTMLAttributes<T> {
1297
+ autocomplete?: HTMLAutocomplete | undefined;
1298
+ disabled?: boolean | undefined;
1299
+ form?: string | undefined;
1300
+ multiple?: boolean | undefined;
1301
+ name?: string | undefined;
1302
+ required?: boolean | undefined;
1303
+ size?: number | string | undefined;
1304
+ value?: string | string[] | number | undefined;
1305
+ }
1306
+ interface HTMLSlotElementAttributes<T> extends HTMLAttributes<T> {
1307
+ name?: string | undefined;
1308
+ }
1309
+ interface SourceHTMLAttributes<T> extends HTMLAttributes<T> {
1310
+ height?: number | string | undefined;
1311
+ media?: string | undefined;
1312
+ sizes?: string | undefined;
1313
+ src?: string | undefined;
1314
+ srcset?: string | undefined;
1315
+ type?: string | undefined;
1316
+ width?: number | string | undefined;
1317
+ }
1318
+ interface StyleHTMLAttributes<T> extends HTMLAttributes<T> {
1319
+ blocking?: "render" | undefined;
1320
+ media?: string | undefined;
1321
+ /** @deprecated */
1322
+ scoped?: boolean | undefined;
1323
+ /** @deprecated */
1324
+ type?: string | undefined;
1325
+ }
1326
+ interface TdHTMLAttributes<T> extends HTMLAttributes<T> {
1327
+ colspan?: number | string | undefined;
1328
+ headers?: string | undefined;
1329
+ rowspan?: number | string | undefined;
1330
+ colSpan?: number | string | undefined;
1331
+ rowSpan?: number | string | undefined;
1332
+ /** @deprecated */
1333
+ abbr?: string | undefined;
1334
+ /** @deprecated */
1335
+ align?: "left" | "center" | "right" | "justify" | "char" | undefined;
1336
+ /** @deprecated */
1337
+ axis?: string | undefined;
1338
+ /** @deprecated */
1339
+ bgcolor?: string | undefined;
1340
+ /** @deprecated */
1341
+ char?: string | undefined;
1342
+ /** @deprecated */
1343
+ charoff?: string | undefined;
1344
+ /** @deprecated */
1345
+ height?: number | string | undefined;
1346
+ /** @deprecated */
1347
+ nowrap?: boolean | undefined;
1348
+ /** @deprecated */
1349
+ scope?: "col" | "row" | "rowgroup" | "colgroup" | undefined;
1350
+ /** @deprecated */
1351
+ valign?: "baseline" | "bottom" | "middle" | "top" | undefined;
1352
+ /** @deprecated */
1353
+ width?: number | string | undefined;
1354
+ }
1355
+ interface TemplateHTMLAttributes<T> extends HTMLAttributes<T> {
1356
+ shadowrootclonable?: boolean | undefined;
1357
+ shadowrootcustomelementregistry?: boolean | undefined;
1358
+ shadowrootdelegatesfocus?: boolean | undefined;
1359
+ shadowrootmode?: "open" | "closed" | undefined;
1360
+ /** @experimental */
1361
+ shadowrootserializable?: boolean | undefined;
1362
+ }
1363
+ interface TextareaHTMLAttributes<T> extends HTMLAttributes<T> {
1364
+ autocomplete?: HTMLAutocomplete | undefined;
1365
+ cols?: number | string | undefined;
1366
+ dirname?: string | undefined;
1367
+ disabled?: boolean | undefined;
1368
+ form?: string | undefined;
1369
+ maxlength?: number | string | undefined;
1370
+ minlength?: number | string | undefined;
1371
+ name?: string | undefined;
1372
+ placeholder?: string | undefined;
1373
+ readonly?: boolean | undefined;
1374
+ required?: boolean | undefined;
1375
+ rows?: number | string | undefined;
1376
+ value?: string | string[] | number | undefined;
1377
+ wrap?: "hard" | "soft" | "off" | undefined;
1378
+ maxLength?: number | string | undefined;
1379
+ minLength?: number | string | undefined;
1380
+ readOnly?: boolean | undefined;
1381
+ }
1382
+ interface ThHTMLAttributes<T> extends HTMLAttributes<T> {
1383
+ abbr?: string | undefined;
1384
+ colspan?: number | string | undefined;
1385
+ headers?: string | undefined;
1386
+ rowspan?: number | string | undefined;
1387
+ scope?: "col" | "row" | "rowgroup" | "colgroup" | undefined;
1388
+ colSpan?: number | string | undefined;
1389
+ rowSpan?: number | string | undefined;
1390
+ /** @deprecated */
1391
+ align?: "left" | "center" | "right" | "justify" | "char" | undefined;
1392
+ /** @deprecated */
1393
+ axis?: string | undefined;
1394
+ /** @deprecated */
1395
+ bgcolor?: string | undefined;
1396
+ /** @deprecated */
1397
+ char?: string | undefined;
1398
+ /** @deprecated */
1399
+ charoff?: string | undefined;
1400
+ /** @deprecated */
1401
+ height?: string | undefined;
1402
+ /** @deprecated */
1403
+ nowrap?: boolean | undefined;
1404
+ /** @deprecated */
1405
+ valign?: "baseline" | "bottom" | "middle" | "top" | undefined;
1406
+ /** @deprecated */
1407
+ width?: number | string | undefined;
1408
+ }
1409
+ interface TimeHTMLAttributes<T> extends HTMLAttributes<T> {
1410
+ datetime?: string | undefined;
1411
+ dateTime?: string | undefined;
1412
+ }
1413
+ interface TrackHTMLAttributes<T> extends HTMLAttributes<T> {
1414
+ default?: boolean | undefined;
1415
+ kind?: "alternative" | "descriptions" | "main" | "main-desc" | "translation" | "commentary" | "subtitles" | "captions" | "chapters" | "metadata" | undefined;
1416
+ label?: string | undefined;
1417
+ src?: string | undefined;
1418
+ srclang?: string | undefined;
1419
+ mediaGroup?: string | undefined;
1420
+ /** @deprecated */
1421
+ mediagroup?: string | undefined;
1422
+ }
1423
+ interface VideoHTMLAttributes<T> extends MediaHTMLAttributes<T> {
1424
+ disablepictureinpicture?: boolean | undefined;
1425
+ height?: number | string | undefined;
1426
+ playsinline?: boolean | undefined;
1427
+ poster?: string | undefined;
1428
+ width?: number | string | undefined;
1429
+ onEnterPictureInPicture?: EventHandlerUnion<T, PictureInPictureEvent> | undefined;
1430
+ "on:enterpictureinpicture"?: EventHandlerWithOptionsUnion<T, PictureInPictureEvent> | undefined;
1431
+ onenterpictureinpicture?: EventHandlerUnion<T, PictureInPictureEvent> | undefined;
1432
+ onLeavePictureInPicture?: EventHandlerUnion<T, PictureInPictureEvent> | undefined;
1433
+ "on:leavepictureinpicture"?: EventHandlerWithOptionsUnion<T, PictureInPictureEvent> | undefined;
1434
+ onleavepictureinpicture?: EventHandlerUnion<T, PictureInPictureEvent> | undefined;
1435
+ }
1436
+ interface WebViewHTMLAttributes<T> extends HTMLAttributes<T> {
1437
+ allowpopups?: boolean | undefined;
1438
+ disableblinkfeatures?: string | undefined;
1439
+ disablewebsecurity?: boolean | undefined;
1440
+ enableblinkfeatures?: string | undefined;
1441
+ httpreferrer?: string | undefined;
1442
+ nodeintegration?: boolean | undefined;
1443
+ nodeintegrationinsubframes?: boolean | undefined;
1444
+ partition?: string | undefined;
1445
+ plugins?: boolean | undefined;
1446
+ preload?: string | undefined;
1447
+ src?: string | undefined;
1448
+ useragent?: string | undefined;
1449
+ webpreferences?: string | undefined;
1450
+ allowfullscreen?: boolean | undefined;
1451
+ autosize?: boolean | undefined;
1452
+ /** @deprecated */
1453
+ blinkfeatures?: string | undefined;
1454
+ /** @deprecated */
1455
+ disableguestresize?: boolean | undefined;
1456
+ /** @deprecated */
1457
+ guestinstance?: string | undefined;
1458
+ }
1459
+ type SVGPreserveAspectRatio = "none" | "xMinYMin" | "xMidYMin" | "xMaxYMin" | "xMinYMid" | "xMidYMid" | "xMaxYMid" | "xMinYMax" | "xMidYMax" | "xMaxYMax" | "xMinYMin meet" | "xMidYMin meet" | "xMaxYMin meet" | "xMinYMid meet" | "xMidYMid meet" | "xMaxYMid meet" | "xMinYMax meet" | "xMidYMax meet" | "xMaxYMax meet" | "xMinYMin slice" | "xMidYMin slice" | "xMaxYMin slice" | "xMinYMid slice" | "xMidYMid slice" | "xMaxYMid slice" | "xMinYMax slice" | "xMidYMax slice" | "xMaxYMax slice";
1460
+ type ImagePreserveAspectRatio = SVGPreserveAspectRatio | "defer none" | "defer xMinYMin" | "defer xMidYMin" | "defer xMaxYMin" | "defer xMinYMid" | "defer xMidYMid" | "defer xMaxYMid" | "defer xMinYMax" | "defer xMidYMax" | "defer xMaxYMax" | "defer xMinYMin meet" | "defer xMidYMin meet" | "defer xMaxYMin meet" | "defer xMinYMid meet" | "defer xMidYMid meet" | "defer xMaxYMid meet" | "defer xMinYMax meet" | "defer xMidYMax meet" | "defer xMaxYMax meet" | "defer xMinYMin slice" | "defer xMidYMin slice" | "defer xMaxYMin slice" | "defer xMinYMid slice" | "defer xMidYMid slice" | "defer xMaxYMid slice" | "defer xMinYMax slice" | "defer xMidYMax slice" | "defer xMaxYMax slice";
1461
+ type SVGUnits = "userSpaceOnUse" | "objectBoundingBox";
1462
+ /** Global `SVGElement` interface keys only. (ex not html/math) */
1463
+ interface CoreSVGAttributes<T> extends DOMAttributes<T> {
1464
+ lang?: string | undefined;
1465
+ tabindex?: number | string | undefined;
1466
+ xmlns?: string | undefined;
1467
+ tabIndex?: number | string | undefined;
1468
+ }
1469
+ interface StylableSVGAttributes {
1470
+ class?: string | undefined;
1471
+ style?: string | undefined;
1472
+ }
1473
+ interface TransformableSVGAttributes {
1474
+ transform?: string | undefined;
1475
+ }
1476
+ interface ConditionalProcessingSVGAttributes {
1477
+ requiredExtensions?: string | undefined;
1478
+ requiredFeatures?: string | undefined;
1479
+ systemLanguage?: string | undefined;
1480
+ }
1481
+ interface ExternalResourceSVGAttributes {
1482
+ externalResourcesRequired?: "true" | "false" | undefined;
1483
+ }
1484
+ interface AnimationTimingSVGAttributes {
1485
+ begin?: string | undefined;
1486
+ dur?: string | undefined;
1487
+ end?: string | undefined;
1488
+ fill?: "freeze" | "remove" | undefined;
1489
+ max?: string | undefined;
1490
+ min?: string | undefined;
1491
+ repeatCount?: number | "indefinite" | undefined;
1492
+ repeatDur?: string | undefined;
1493
+ restart?: "always" | "whenNotActive" | "never" | undefined;
1494
+ }
1495
+ interface AnimationValueSVGAttributes {
1496
+ by?: number | string | undefined;
1497
+ calcMode?: "discrete" | "linear" | "paced" | "spline" | undefined;
1498
+ from?: number | string | undefined;
1499
+ keySplines?: string | undefined;
1500
+ keyTimes?: string | undefined;
1501
+ to?: number | string | undefined;
1502
+ values?: string | undefined;
1503
+ }
1504
+ interface AnimationAdditionSVGAttributes {
1505
+ accumulate?: "none" | "sum" | undefined;
1506
+ additive?: "replace" | "sum" | undefined;
1507
+ attributeName?: string | undefined;
1508
+ }
1509
+ interface AnimationAttributeTargetSVGAttributes {
1510
+ attributeName?: string | undefined;
1511
+ attributeType?: "CSS" | "XML" | "auto" | undefined;
1512
+ }
1513
+ interface PresentationSVGAttributes {
1514
+ "alignment-baseline"?: "auto" | "baseline" | "before-edge" | "text-before-edge" | "middle" | "central" | "after-edge" | "text-after-edge" | "ideographic" | "alphabetic" | "hanging" | "mathematical" | "inherit" | undefined;
1515
+ "baseline-shift"?: number | string | undefined;
1516
+ "clip-path"?: string | undefined;
1517
+ "clip-rule"?: "nonzero" | "evenodd" | "inherit" | undefined;
1518
+ "color-interpolation"?: "auto" | "sRGB" | "linearRGB" | "inherit" | undefined;
1519
+ "color-interpolation-filters"?: "auto" | "sRGB" | "linearRGB" | "inherit" | undefined;
1520
+ "color-profile"?: string | undefined;
1521
+ "color-rendering"?: "auto" | "optimizeSpeed" | "optimizeQuality" | "inherit" | undefined;
1522
+ "dominant-baseline"?: "auto" | "text-bottom" | "alphabetic" | "ideographic" | "middle" | "central" | "mathematical" | "hanging" | "text-top" | "inherit" | undefined;
1523
+ "enable-background"?: string | undefined;
1524
+ "fill-opacity"?: number | string | "inherit" | undefined;
1525
+ "fill-rule"?: "nonzero" | "evenodd" | "inherit" | undefined;
1526
+ "flood-color"?: string | undefined;
1527
+ "flood-opacity"?: number | string | "inherit" | undefined;
1528
+ "font-family"?: string | undefined;
1529
+ "font-size"?: string | undefined;
1530
+ "font-size-adjust"?: number | string | undefined;
1531
+ "font-stretch"?: string | undefined;
1532
+ "font-style"?: "normal" | "italic" | "oblique" | "inherit" | undefined;
1533
+ "font-variant"?: string | undefined;
1534
+ "font-weight"?: number | string | undefined;
1535
+ "glyph-orientation-horizontal"?: string | undefined;
1536
+ "glyph-orientation-vertical"?: string | undefined;
1537
+ "image-rendering"?: "auto" | "optimizeQuality" | "optimizeSpeed" | "inherit" | undefined;
1538
+ "letter-spacing"?: number | string | undefined;
1539
+ "lighting-color"?: string | undefined;
1540
+ "marker-end"?: string | undefined;
1541
+ "marker-mid"?: string | undefined;
1542
+ "marker-start"?: string | undefined;
1543
+ "pointer-events"?: "bounding-box" | "visiblePainted" | "visibleFill" | "visibleStroke" | "visible" | "painted" | "color" | "fill" | "stroke" | "all" | "none" | "inherit" | undefined;
1544
+ "shape-rendering"?: "auto" | "optimizeSpeed" | "crispEdges" | "geometricPrecision" | "inherit" | undefined;
1545
+ "stop-color"?: string | undefined;
1546
+ "stop-opacity"?: number | string | "inherit" | undefined;
1547
+ "stroke-dasharray"?: string | undefined;
1548
+ "stroke-dashoffset"?: number | string | undefined;
1549
+ "stroke-linecap"?: "butt" | "round" | "square" | "inherit" | undefined;
1550
+ "stroke-linejoin"?: "arcs" | "bevel" | "miter" | "miter-clip" | "round" | "inherit" | undefined;
1551
+ "stroke-miterlimit"?: number | string | "inherit" | undefined;
1552
+ "stroke-opacity"?: number | string | "inherit" | undefined;
1553
+ "stroke-width"?: number | string | undefined;
1554
+ "text-anchor"?: "start" | "middle" | "end" | "inherit" | undefined;
1555
+ "text-decoration"?: "none" | "underline" | "overline" | "line-through" | "blink" | "inherit" | undefined;
1556
+ "text-rendering"?: "auto" | "optimizeSpeed" | "optimizeLegibility" | "geometricPrecision" | "inherit" | undefined;
1557
+ "unicode-bidi"?: string | undefined;
1558
+ "word-spacing"?: number | string | undefined;
1559
+ "writing-mode"?: "lr-tb" | "rl-tb" | "tb-rl" | "lr" | "rl" | "tb" | "inherit" | undefined;
1560
+ clip?: string | undefined;
1561
+ color?: string | undefined;
1562
+ cursor?: string | undefined;
1563
+ direction?: "ltr" | "rtl" | "inherit" | undefined;
1564
+ display?: string | undefined;
1565
+ fill?: string | undefined;
1566
+ filter?: string | undefined;
1567
+ kerning?: string | undefined;
1568
+ mask?: string | undefined;
1569
+ opacity?: number | string | "inherit" | undefined;
1570
+ overflow?: "visible" | "hidden" | "scroll" | "auto" | "inherit" | undefined;
1571
+ pathLength?: string | number | undefined;
1572
+ stroke?: string | undefined;
1573
+ visibility?: "visible" | "hidden" | "collapse" | "inherit" | undefined;
1574
+ }
1575
+ interface AnimationElementSVGAttributes<T> extends CoreSVGAttributes<T>, ExternalResourceSVGAttributes, ConditionalProcessingSVGAttributes {
1576
+ onBegin?: EventHandlerUnion<T, Event> | undefined;
1577
+ onbegin?: EventHandlerUnion<T, Event> | undefined;
1578
+ "on:begin"?: EventHandlerWithOptionsUnion<T, Event> | undefined;
1579
+ onEnd?: EventHandlerUnion<T, Event> | undefined;
1580
+ onend?: EventHandlerUnion<T, Event> | undefined;
1581
+ "on:end"?: EventHandlerWithOptionsUnion<T, Event> | undefined;
1582
+ onRepeat?: EventHandlerUnion<T, Event> | undefined;
1583
+ onrepeat?: EventHandlerUnion<T, Event> | undefined;
1584
+ "on:repeat"?: EventHandlerWithOptionsUnion<T, Event> | undefined;
1585
+ }
1586
+ interface ContainerElementSVGAttributes<T> extends CoreSVGAttributes<T>, ShapeElementSVGAttributes<T>, Pick<PresentationSVGAttributes, "clip-path" | "mask" | "cursor" | "opacity" | "filter" | "enable-background" | "color-interpolation" | "color-rendering"> {
1587
+ }
1588
+ interface FilterPrimitiveElementSVGAttributes<T> extends CoreSVGAttributes<T>, Pick<PresentationSVGAttributes, "color-interpolation-filters"> {
1589
+ height?: number | string | undefined;
1590
+ result?: string | undefined;
1591
+ width?: number | string | undefined;
1592
+ x?: number | string | undefined;
1593
+ y?: number | string | undefined;
1594
+ }
1595
+ interface SingleInputFilterSVGAttributes {
1596
+ in?: string | undefined;
1597
+ }
1598
+ interface DoubleInputFilterSVGAttributes {
1599
+ in?: string | undefined;
1600
+ in2?: string | undefined;
1601
+ }
1602
+ interface FitToViewBoxSVGAttributes {
1603
+ preserveAspectRatio?: SVGPreserveAspectRatio | undefined;
1604
+ viewBox?: string | undefined;
1605
+ }
1606
+ interface GradientElementSVGAttributes<T> extends CoreSVGAttributes<T>, ExternalResourceSVGAttributes, StylableSVGAttributes {
1607
+ gradientTransform?: string | undefined;
1608
+ gradientUnits?: SVGUnits | undefined;
1609
+ href?: string | undefined;
1610
+ spreadMethod?: "pad" | "reflect" | "repeat" | undefined;
1611
+ }
1612
+ interface GraphicsElementSVGAttributes<T> extends CoreSVGAttributes<T>, Pick<PresentationSVGAttributes, "clip-rule" | "mask" | "pointer-events" | "cursor" | "opacity" | "filter" | "display" | "visibility" | "color-interpolation" | "color-rendering"> {
1613
+ }
1614
+ interface LightSourceElementSVGAttributes<T> extends CoreSVGAttributes<T> {
1615
+ }
1616
+ interface NewViewportSVGAttributes<T> extends CoreSVGAttributes<T>, Pick<PresentationSVGAttributes, "overflow" | "clip"> {
1617
+ viewBox?: string | undefined;
1618
+ }
1619
+ interface ShapeElementSVGAttributes<T> extends CoreSVGAttributes<T>, Pick<PresentationSVGAttributes, "color" | "fill" | "fill-rule" | "fill-opacity" | "stroke" | "stroke-width" | "stroke-linecap" | "stroke-linejoin" | "stroke-miterlimit" | "stroke-dasharray" | "stroke-dashoffset" | "stroke-opacity" | "shape-rendering" | "pathLength"> {
1620
+ }
1621
+ interface TextContentElementSVGAttributes<T> extends CoreSVGAttributes<T>, Pick<PresentationSVGAttributes, "font-family" | "font-style" | "font-variant" | "font-weight" | "font-stretch" | "font-size" | "font-size-adjust" | "kerning" | "letter-spacing" | "word-spacing" | "text-decoration" | "glyph-orientation-horizontal" | "glyph-orientation-vertical" | "direction" | "unicode-bidi" | "text-anchor" | "dominant-baseline" | "color" | "fill" | "fill-rule" | "fill-opacity" | "stroke" | "stroke-width" | "stroke-linecap" | "stroke-linejoin" | "stroke-miterlimit" | "stroke-dasharray" | "stroke-dashoffset" | "stroke-opacity"> {
1622
+ }
1623
+ interface ZoomAndPanSVGAttributes {
1624
+ /**
1625
+ * @deprecated
1626
+ * @non-standard
1627
+ */
1628
+ zoomAndPan?: "disable" | "magnify" | undefined;
1629
+ }
1630
+ interface AnimateSVGAttributes<T> extends AnimationElementSVGAttributes<T>, AnimationAttributeTargetSVGAttributes, AnimationTimingSVGAttributes, AnimationValueSVGAttributes, AnimationAdditionSVGAttributes, Pick<PresentationSVGAttributes, "color-interpolation" | "color-rendering"> {
1631
+ }
1632
+ interface AnimateMotionSVGAttributes<T> extends AnimationElementSVGAttributes<T>, AnimationTimingSVGAttributes, AnimationValueSVGAttributes, AnimationAdditionSVGAttributes {
1633
+ keyPoints?: string | undefined;
1634
+ origin?: "default" | undefined;
1635
+ path?: string | undefined;
1636
+ rotate?: number | string | "auto" | "auto-reverse" | undefined;
1637
+ }
1638
+ interface AnimateTransformSVGAttributes<T> extends AnimationElementSVGAttributes<T>, AnimationAttributeTargetSVGAttributes, AnimationTimingSVGAttributes, AnimationValueSVGAttributes, AnimationAdditionSVGAttributes {
1639
+ type?: "translate" | "scale" | "rotate" | "skewX" | "skewY" | undefined;
1640
+ }
1641
+ interface CircleSVGAttributes<T> extends GraphicsElementSVGAttributes<T>, ShapeElementSVGAttributes<T>, ConditionalProcessingSVGAttributes, StylableSVGAttributes, TransformableSVGAttributes, Pick<PresentationSVGAttributes, "clip-path"> {
1642
+ cx?: number | string | undefined;
1643
+ cy?: number | string | undefined;
1644
+ r?: number | string | undefined;
1645
+ }
1646
+ interface ClipPathSVGAttributes<T> extends CoreSVGAttributes<T>, ConditionalProcessingSVGAttributes, ExternalResourceSVGAttributes, StylableSVGAttributes, TransformableSVGAttributes, Pick<PresentationSVGAttributes, "clip-path"> {
1647
+ clipPathUnits?: SVGUnits | undefined;
1648
+ }
1649
+ interface DefsSVGAttributes<T> extends ContainerElementSVGAttributes<T>, ConditionalProcessingSVGAttributes, ExternalResourceSVGAttributes, StylableSVGAttributes, TransformableSVGAttributes {
1650
+ }
1651
+ interface DescSVGAttributes<T> extends CoreSVGAttributes<T>, StylableSVGAttributes {
1652
+ }
1653
+ interface EllipseSVGAttributes<T> extends GraphicsElementSVGAttributes<T>, ShapeElementSVGAttributes<T>, ConditionalProcessingSVGAttributes, ExternalResourceSVGAttributes, StylableSVGAttributes, TransformableSVGAttributes, Pick<PresentationSVGAttributes, "clip-path"> {
1654
+ cx?: number | string | undefined;
1655
+ cy?: number | string | undefined;
1656
+ rx?: number | string | undefined;
1657
+ ry?: number | string | undefined;
1658
+ }
1659
+ interface FeBlendSVGAttributes<T> extends FilterPrimitiveElementSVGAttributes<T>, DoubleInputFilterSVGAttributes, StylableSVGAttributes {
1660
+ mode?: "normal" | "multiply" | "screen" | "darken" | "lighten" | undefined;
1661
+ }
1662
+ interface FeColorMatrixSVGAttributes<T> extends FilterPrimitiveElementSVGAttributes<T>, SingleInputFilterSVGAttributes, StylableSVGAttributes {
1663
+ type?: "matrix" | "saturate" | "hueRotate" | "luminanceToAlpha" | undefined;
1664
+ values?: string | undefined;
1665
+ }
1666
+ interface FeComponentTransferSVGAttributes<T> extends FilterPrimitiveElementSVGAttributes<T>, SingleInputFilterSVGAttributes, StylableSVGAttributes {
1667
+ }
1668
+ interface FeCompositeSVGAttributes<T> extends FilterPrimitiveElementSVGAttributes<T>, DoubleInputFilterSVGAttributes, StylableSVGAttributes {
1669
+ k1?: number | string | undefined;
1670
+ k2?: number | string | undefined;
1671
+ k3?: number | string | undefined;
1672
+ k4?: number | string | undefined;
1673
+ operator?: "over" | "in" | "out" | "atop" | "xor" | "arithmetic" | undefined;
1674
+ }
1675
+ interface FeConvolveMatrixSVGAttributes<T> extends FilterPrimitiveElementSVGAttributes<T>, SingleInputFilterSVGAttributes, StylableSVGAttributes {
1676
+ bias?: number | string | undefined;
1677
+ divisor?: number | string | undefined;
1678
+ edgeMode?: "duplicate" | "wrap" | "none" | undefined;
1679
+ kernelMatrix?: string | undefined;
1680
+ kernelUnitLength?: number | string | undefined;
1681
+ order?: number | string | undefined;
1682
+ preserveAlpha?: "true" | "false" | undefined;
1683
+ targetX?: number | string | undefined;
1684
+ targetY?: number | string | undefined;
1685
+ }
1686
+ interface FeDiffuseLightingSVGAttributes<T> extends FilterPrimitiveElementSVGAttributes<T>, SingleInputFilterSVGAttributes, StylableSVGAttributes, Pick<PresentationSVGAttributes, "color" | "lighting-color"> {
1687
+ diffuseConstant?: number | string | undefined;
1688
+ kernelUnitLength?: number | string | undefined;
1689
+ surfaceScale?: number | string | undefined;
1690
+ }
1691
+ interface FeDisplacementMapSVGAttributes<T> extends FilterPrimitiveElementSVGAttributes<T>, DoubleInputFilterSVGAttributes, StylableSVGAttributes {
1692
+ scale?: number | string | undefined;
1693
+ xChannelSelector?: "R" | "G" | "B" | "A" | undefined;
1694
+ yChannelSelector?: "R" | "G" | "B" | "A" | undefined;
1695
+ }
1696
+ interface FeDistantLightSVGAttributes<T> extends LightSourceElementSVGAttributes<T> {
1697
+ azimuth?: number | string | undefined;
1698
+ elevation?: number | string | undefined;
1699
+ }
1700
+ interface FeDropShadowSVGAttributes<T> extends CoreSVGAttributes<T>, FilterPrimitiveElementSVGAttributes<T>, StylableSVGAttributes, Pick<PresentationSVGAttributes, "color" | "flood-color" | "flood-opacity"> {
1701
+ dx?: number | string | undefined;
1702
+ dy?: number | string | undefined;
1703
+ stdDeviation?: number | string | undefined;
1704
+ }
1705
+ interface FeFloodSVGAttributes<T> extends FilterPrimitiveElementSVGAttributes<T>, StylableSVGAttributes, Pick<PresentationSVGAttributes, "color" | "flood-color" | "flood-opacity"> {
1706
+ }
1707
+ interface FeFuncSVGAttributes<T> extends CoreSVGAttributes<T> {
1708
+ amplitude?: number | string | undefined;
1709
+ exponent?: number | string | undefined;
1710
+ intercept?: number | string | undefined;
1711
+ offset?: number | string | undefined;
1712
+ slope?: number | string | undefined;
1713
+ tableValues?: string | undefined;
1714
+ type?: "identity" | "table" | "discrete" | "linear" | "gamma" | undefined;
1715
+ }
1716
+ interface FeGaussianBlurSVGAttributes<T> extends FilterPrimitiveElementSVGAttributes<T>, SingleInputFilterSVGAttributes, StylableSVGAttributes {
1717
+ stdDeviation?: number | string | undefined;
1718
+ }
1719
+ interface FeImageSVGAttributes<T> extends FilterPrimitiveElementSVGAttributes<T>, ExternalResourceSVGAttributes, StylableSVGAttributes {
1720
+ href?: string | undefined;
1721
+ preserveAspectRatio?: SVGPreserveAspectRatio | undefined;
1722
+ }
1723
+ interface FeMergeSVGAttributes<T> extends FilterPrimitiveElementSVGAttributes<T>, StylableSVGAttributes {
1724
+ }
1725
+ interface FeMergeNodeSVGAttributes<T> extends CoreSVGAttributes<T>, SingleInputFilterSVGAttributes {
1726
+ }
1727
+ interface FeMorphologySVGAttributes<T> extends FilterPrimitiveElementSVGAttributes<T>, SingleInputFilterSVGAttributes, StylableSVGAttributes {
1728
+ operator?: "erode" | "dilate" | undefined;
1729
+ radius?: number | string | undefined;
1730
+ }
1731
+ interface FeOffsetSVGAttributes<T> extends FilterPrimitiveElementSVGAttributes<T>, SingleInputFilterSVGAttributes, StylableSVGAttributes {
1732
+ dx?: number | string | undefined;
1733
+ dy?: number | string | undefined;
1734
+ }
1735
+ interface FePointLightSVGAttributes<T> extends LightSourceElementSVGAttributes<T> {
1736
+ x?: number | string | undefined;
1737
+ y?: number | string | undefined;
1738
+ z?: number | string | undefined;
1739
+ }
1740
+ interface FeSpecularLightingSVGAttributes<T> extends FilterPrimitiveElementSVGAttributes<T>, SingleInputFilterSVGAttributes, StylableSVGAttributes, Pick<PresentationSVGAttributes, "color" | "lighting-color"> {
1741
+ kernelUnitLength?: number | string | undefined;
1742
+ specularConstant?: string | undefined;
1743
+ specularExponent?: string | undefined;
1744
+ surfaceScale?: string | undefined;
1745
+ }
1746
+ interface FeSpotLightSVGAttributes<T> extends LightSourceElementSVGAttributes<T> {
1747
+ limitingConeAngle?: number | string | undefined;
1748
+ pointsAtX?: number | string | undefined;
1749
+ pointsAtY?: number | string | undefined;
1750
+ pointsAtZ?: number | string | undefined;
1751
+ specularExponent?: number | string | undefined;
1752
+ x?: number | string | undefined;
1753
+ y?: number | string | undefined;
1754
+ z?: number | string | undefined;
1755
+ }
1756
+ interface FeTileSVGAttributes<T> extends FilterPrimitiveElementSVGAttributes<T>, SingleInputFilterSVGAttributes, StylableSVGAttributes {
1757
+ }
1758
+ interface FeTurbulanceSVGAttributes<T> extends FilterPrimitiveElementSVGAttributes<T>, StylableSVGAttributes {
1759
+ baseFrequency?: number | string | undefined;
1760
+ numOctaves?: number | string | undefined;
1761
+ seed?: number | string | undefined;
1762
+ stitchTiles?: "stitch" | "noStitch" | undefined;
1763
+ type?: "fractalNoise" | "turbulence" | undefined;
1764
+ }
1765
+ interface FilterSVGAttributes<T> extends CoreSVGAttributes<T>, ExternalResourceSVGAttributes, StylableSVGAttributes {
1766
+ filterRes?: number | string | undefined;
1767
+ filterUnits?: SVGUnits | undefined;
1768
+ height?: number | string | undefined;
1769
+ primitiveUnits?: SVGUnits | undefined;
1770
+ width?: number | string | undefined;
1771
+ x?: number | string | undefined;
1772
+ y?: number | string | undefined;
1773
+ }
1774
+ interface ForeignObjectSVGAttributes<T> extends NewViewportSVGAttributes<T>, ConditionalProcessingSVGAttributes, ExternalResourceSVGAttributes, StylableSVGAttributes, TransformableSVGAttributes, Pick<PresentationSVGAttributes, "display" | "visibility"> {
1775
+ height?: number | string | undefined;
1776
+ width?: number | string | undefined;
1777
+ x?: number | string | undefined;
1778
+ y?: number | string | undefined;
1779
+ }
1780
+ interface GSVGAttributes<T> extends ContainerElementSVGAttributes<T>, ConditionalProcessingSVGAttributes, ExternalResourceSVGAttributes, StylableSVGAttributes, TransformableSVGAttributes, Pick<PresentationSVGAttributes, "clip-path" | "display" | "visibility"> {
1781
+ }
1782
+ interface ImageSVGAttributes<T> extends NewViewportSVGAttributes<T>, GraphicsElementSVGAttributes<T>, ConditionalProcessingSVGAttributes, StylableSVGAttributes, TransformableSVGAttributes, Pick<PresentationSVGAttributes, "clip-path" | "color-profile" | "image-rendering"> {
1783
+ height?: number | string | undefined;
1784
+ href?: string | undefined;
1785
+ preserveAspectRatio?: ImagePreserveAspectRatio | undefined;
1786
+ width?: number | string | undefined;
1787
+ x?: number | string | undefined;
1788
+ y?: number | string | undefined;
1789
+ }
1790
+ interface LineSVGAttributes<T> extends GraphicsElementSVGAttributes<T>, ShapeElementSVGAttributes<T>, ConditionalProcessingSVGAttributes, ExternalResourceSVGAttributes, StylableSVGAttributes, TransformableSVGAttributes, Pick<PresentationSVGAttributes, "clip-path" | "marker-start" | "marker-mid" | "marker-end"> {
1791
+ x1?: number | string | undefined;
1792
+ x2?: number | string | undefined;
1793
+ y1?: number | string | undefined;
1794
+ y2?: number | string | undefined;
1795
+ }
1796
+ interface LinearGradientSVGAttributes<T> extends GradientElementSVGAttributes<T> {
1797
+ x1?: number | string | undefined;
1798
+ x2?: number | string | undefined;
1799
+ y1?: number | string | undefined;
1800
+ y2?: number | string | undefined;
1801
+ }
1802
+ interface MarkerSVGAttributes<T> extends ContainerElementSVGAttributes<T>, ExternalResourceSVGAttributes, StylableSVGAttributes, FitToViewBoxSVGAttributes, Pick<PresentationSVGAttributes, "clip-path" | "overflow" | "clip"> {
1803
+ markerHeight?: number | string | undefined;
1804
+ markerUnits?: "strokeWidth" | "userSpaceOnUse" | undefined;
1805
+ markerWidth?: number | string | undefined;
1806
+ orient?: string | undefined;
1807
+ refX?: number | string | undefined;
1808
+ refY?: number | string | undefined;
1809
+ }
1810
+ interface MaskSVGAttributes<T> extends Omit<ContainerElementSVGAttributes<T>, "opacity" | "filter">, ConditionalProcessingSVGAttributes, ExternalResourceSVGAttributes, StylableSVGAttributes, Pick<PresentationSVGAttributes, "clip-path"> {
1811
+ height?: number | string | undefined;
1812
+ maskContentUnits?: SVGUnits | undefined;
1813
+ maskUnits?: SVGUnits | undefined;
1814
+ width?: number | string | undefined;
1815
+ x?: number | string | undefined;
1816
+ y?: number | string | undefined;
1817
+ }
1818
+ interface MetadataSVGAttributes<T> extends CoreSVGAttributes<T> {
1819
+ }
1820
+ interface MPathSVGAttributes<T> extends CoreSVGAttributes<T> {
1821
+ }
1822
+ interface PathSVGAttributes<T> extends GraphicsElementSVGAttributes<T>, ShapeElementSVGAttributes<T>, ConditionalProcessingSVGAttributes, ExternalResourceSVGAttributes, StylableSVGAttributes, TransformableSVGAttributes, Pick<PresentationSVGAttributes, "clip-path" | "marker-start" | "marker-mid" | "marker-end"> {
1823
+ d?: string | undefined;
1824
+ pathLength?: number | string | undefined;
1825
+ }
1826
+ interface PatternSVGAttributes<T> extends ContainerElementSVGAttributes<T>, ConditionalProcessingSVGAttributes, ExternalResourceSVGAttributes, StylableSVGAttributes, FitToViewBoxSVGAttributes, Pick<PresentationSVGAttributes, "clip-path" | "overflow" | "clip"> {
1827
+ height?: number | string | undefined;
1828
+ href?: string | undefined;
1829
+ patternContentUnits?: SVGUnits | undefined;
1830
+ patternTransform?: string | undefined;
1831
+ patternUnits?: SVGUnits | undefined;
1832
+ width?: number | string | undefined;
1833
+ x?: number | string | undefined;
1834
+ y?: number | string | undefined;
1835
+ }
1836
+ interface PolygonSVGAttributes<T> extends GraphicsElementSVGAttributes<T>, ShapeElementSVGAttributes<T>, ConditionalProcessingSVGAttributes, ExternalResourceSVGAttributes, StylableSVGAttributes, TransformableSVGAttributes, Pick<PresentationSVGAttributes, "clip-path" | "marker-start" | "marker-mid" | "marker-end"> {
1837
+ points?: string | undefined;
1838
+ }
1839
+ interface PolylineSVGAttributes<T> extends GraphicsElementSVGAttributes<T>, ShapeElementSVGAttributes<T>, ConditionalProcessingSVGAttributes, ExternalResourceSVGAttributes, StylableSVGAttributes, TransformableSVGAttributes, Pick<PresentationSVGAttributes, "clip-path" | "marker-start" | "marker-mid" | "marker-end"> {
1840
+ points?: string | undefined;
1841
+ }
1842
+ interface RadialGradientSVGAttributes<T> extends GradientElementSVGAttributes<T> {
1843
+ cx?: number | string | undefined;
1844
+ cy?: number | string | undefined;
1845
+ fx?: number | string | undefined;
1846
+ fy?: number | string | undefined;
1847
+ r?: number | string | undefined;
1848
+ }
1849
+ interface RectSVGAttributes<T> extends GraphicsElementSVGAttributes<T>, ShapeElementSVGAttributes<T>, ConditionalProcessingSVGAttributes, ExternalResourceSVGAttributes, StylableSVGAttributes, TransformableSVGAttributes, Pick<PresentationSVGAttributes, "clip-path"> {
1850
+ height?: number | string | undefined;
1851
+ rx?: number | string | undefined;
1852
+ ry?: number | string | undefined;
1853
+ width?: number | string | undefined;
1854
+ x?: number | string | undefined;
1855
+ y?: number | string | undefined;
1856
+ }
1857
+ interface SetSVGAttributes<T> extends AnimationElementSVGAttributes<T>, StylableSVGAttributes, AnimationTimingSVGAttributes {
1858
+ }
1859
+ interface StopSVGAttributes<T> extends CoreSVGAttributes<T>, StylableSVGAttributes, Pick<PresentationSVGAttributes, "color" | "stop-color" | "stop-opacity"> {
1860
+ offset?: number | string | undefined;
1861
+ }
1862
+ interface SvgSVGAttributes<T> extends ContainerElementSVGAttributes<T>, NewViewportSVGAttributes<T>, ConditionalProcessingSVGAttributes, ExternalResourceSVGAttributes, StylableSVGAttributes, FitToViewBoxSVGAttributes, ZoomAndPanSVGAttributes, PresentationSVGAttributes, WindowEventMap<T> {
1863
+ "xmlns:xlink"?: string | undefined;
1864
+ contentScriptType?: string | undefined;
1865
+ contentStyleType?: string | undefined;
1866
+ height?: number | string | undefined;
1867
+ width?: number | string | undefined;
1868
+ x?: number | string | undefined;
1869
+ xmlns?: string | undefined;
1870
+ y?: number | string | undefined;
1871
+ /** @deprecated */
1872
+ baseProfile?: string | undefined;
1873
+ /** @deprecated */
1874
+ version?: string | undefined;
1875
+ }
1876
+ interface SwitchSVGAttributes<T> extends ContainerElementSVGAttributes<T>, ConditionalProcessingSVGAttributes, ExternalResourceSVGAttributes, StylableSVGAttributes, TransformableSVGAttributes, Pick<PresentationSVGAttributes, "display" | "visibility"> {
1877
+ }
1878
+ interface SymbolSVGAttributes<T> extends ContainerElementSVGAttributes<T>, NewViewportSVGAttributes<T>, ExternalResourceSVGAttributes, StylableSVGAttributes, FitToViewBoxSVGAttributes, Pick<PresentationSVGAttributes, "clip-path"> {
1879
+ height?: number | string | undefined;
1880
+ preserveAspectRatio?: SVGPreserveAspectRatio | undefined;
1881
+ refX?: number | string | undefined;
1882
+ refY?: number | string | undefined;
1883
+ viewBox?: string | undefined;
1884
+ width?: number | string | undefined;
1885
+ x?: number | string | undefined;
1886
+ y?: number | string | undefined;
1887
+ }
1888
+ interface TextSVGAttributes<T> extends TextContentElementSVGAttributes<T>, GraphicsElementSVGAttributes<T>, ConditionalProcessingSVGAttributes, ExternalResourceSVGAttributes, StylableSVGAttributes, TransformableSVGAttributes, Pick<PresentationSVGAttributes, "clip-path" | "writing-mode" | "text-rendering"> {
1889
+ dx?: number | string | undefined;
1890
+ dy?: number | string | undefined;
1891
+ lengthAdjust?: "spacing" | "spacingAndGlyphs" | undefined;
1892
+ rotate?: number | string | undefined;
1893
+ textLength?: number | string | undefined;
1894
+ x?: number | string | undefined;
1895
+ y?: number | string | undefined;
1896
+ }
1897
+ interface TextPathSVGAttributes<T> extends TextContentElementSVGAttributes<T>, ConditionalProcessingSVGAttributes, ExternalResourceSVGAttributes, StylableSVGAttributes, Pick<PresentationSVGAttributes, "alignment-baseline" | "baseline-shift" | "display" | "visibility"> {
1898
+ href?: string | undefined;
1899
+ method?: "align" | "stretch" | undefined;
1900
+ spacing?: "auto" | "exact" | undefined;
1901
+ startOffset?: number | string | undefined;
1902
+ }
1903
+ interface TSpanSVGAttributes<T> extends TextContentElementSVGAttributes<T>, ConditionalProcessingSVGAttributes, ExternalResourceSVGAttributes, StylableSVGAttributes, Pick<PresentationSVGAttributes, "alignment-baseline" | "baseline-shift" | "display" | "visibility"> {
1904
+ dx?: number | string | undefined;
1905
+ dy?: number | string | undefined;
1906
+ lengthAdjust?: "spacing" | "spacingAndGlyphs" | undefined;
1907
+ rotate?: number | string | undefined;
1908
+ textLength?: number | string | undefined;
1909
+ x?: number | string | undefined;
1910
+ y?: number | string | undefined;
1911
+ }
1912
+ /** @see https://developer.mozilla.org/en-US/docs/Web/SVG/Element/use */
1913
+ interface UseSVGAttributes<T> extends CoreSVGAttributes<T>, StylableSVGAttributes, ConditionalProcessingSVGAttributes, GraphicsElementSVGAttributes<T>, PresentationSVGAttributes, ExternalResourceSVGAttributes, TransformableSVGAttributes {
1914
+ height?: number | string | undefined;
1915
+ href?: string | undefined;
1916
+ width?: number | string | undefined;
1917
+ x?: number | string | undefined;
1918
+ y?: number | string | undefined;
1919
+ }
1920
+ interface ViewSVGAttributes<T> extends CoreSVGAttributes<T>, ExternalResourceSVGAttributes, FitToViewBoxSVGAttributes, ZoomAndPanSVGAttributes {
1921
+ viewTarget?: string | undefined;
1922
+ }
1923
+ /** Global `MathMLElement` interface keys only. (ex not html/svg) */
1924
+ interface MathMLAttributes<T> extends DOMAttributes<T> {
1925
+ dir?: HTMLDir | undefined;
1926
+ displaystyle?: boolean | undefined;
1927
+ scriptlevel?: string | undefined;
1928
+ xmlns?: string | undefined;
1929
+ /** @deprecated */
1930
+ href?: string | undefined;
1931
+ /** @deprecated */
1932
+ mathbackground?: string | undefined;
1933
+ /** @deprecated */
1934
+ mathcolor?: string | undefined;
1935
+ /** @deprecated */
1936
+ mathsize?: string | undefined;
1937
+ }
1938
+ interface MathMLAnnotationElementAttributes<T> extends MathMLAttributes<T> {
1939
+ encoding?: string | undefined;
1940
+ /** @deprecated */
1941
+ src?: string | undefined;
1942
+ }
1943
+ interface MathMLAnnotationXmlElementAttributes<T> extends MathMLAttributes<T> {
1944
+ encoding?: string | undefined;
1945
+ /** @deprecated */
1946
+ src?: string | undefined;
1947
+ }
1948
+ interface MathMLMactionElementAttributes<T> extends MathMLAttributes<T> {
1949
+ /**
1950
+ * @deprecated
1951
+ * @non-standard
1952
+ */
1953
+ actiontype?: "statusline" | "toggle" | undefined;
1954
+ /**
1955
+ * @deprecated
1956
+ * @non-standard
1957
+ */
1958
+ selection?: string | undefined;
1959
+ }
1960
+ interface MathMLMathElementAttributes<T> extends MathMLAttributes<T> {
1961
+ display?: "block" | "inline" | undefined;
1962
+ }
1963
+ interface MathMLMerrorElementAttributes<T> extends MathMLAttributes<T> {
1964
+ }
1965
+ interface MathMLMfracElementAttributes<T> extends MathMLAttributes<T> {
1966
+ linethickness?: string | undefined;
1967
+ /**
1968
+ * @deprecated
1969
+ * @non-standard
1970
+ */
1971
+ denomalign?: "center" | "left" | "right" | undefined;
1972
+ /**
1973
+ * @deprecated
1974
+ * @non-standard
1975
+ */
1976
+ numalign?: "center" | "left" | "right" | undefined;
1977
+ }
1978
+ interface MathMLMiElementAttributes<T> extends MathMLAttributes<T> {
1979
+ mathvariant?: "normal" | undefined;
1980
+ }
1981
+ interface MathMLMmultiscriptsElementAttributes<T> extends MathMLAttributes<T> {
1982
+ /**
1983
+ * @deprecated
1984
+ * @non-standard
1985
+ */
1986
+ subscriptshift?: string | undefined;
1987
+ /**
1988
+ * @deprecated
1989
+ * @non-standard
1990
+ */
1991
+ superscriptshift?: string | undefined;
1992
+ }
1993
+ interface MathMLMnElementAttributes<T> extends MathMLAttributes<T> {
1994
+ }
1995
+ interface MathMLMoElementAttributes<T> extends MathMLAttributes<T> {
1996
+ fence?: boolean | undefined;
1997
+ form?: "prefix" | "infix" | "postfix" | undefined;
1998
+ largeop?: boolean | undefined;
1999
+ lspace?: string | undefined;
2000
+ maxsize?: string | undefined;
2001
+ minsize?: string | undefined;
2002
+ movablelimits?: boolean | undefined;
2003
+ rspace?: string | undefined;
2004
+ separator?: boolean | undefined;
2005
+ stretchy?: boolean | undefined;
2006
+ symmetric?: boolean | undefined;
2007
+ /** @non-standard */
2008
+ accent?: boolean | undefined;
2009
+ }
2010
+ interface MathMLMoverElementAttributes<T> extends MathMLAttributes<T> {
2011
+ accent?: boolean | undefined;
2012
+ }
2013
+ interface MathMLMpaddedElementAttributes<T> extends MathMLAttributes<T> {
2014
+ depth?: string | undefined;
2015
+ height?: string | undefined;
2016
+ lspace?: string | undefined;
2017
+ voffset?: string | undefined;
2018
+ width?: string | undefined;
2019
+ }
2020
+ interface MathMLMphantomElementAttributes<T> extends MathMLAttributes<T> {
2021
+ }
2022
+ interface MathMLMprescriptsElementAttributes<T> extends MathMLAttributes<T> {
2023
+ }
2024
+ interface MathMLMrootElementAttributes<T> extends MathMLAttributes<T> {
2025
+ }
2026
+ interface MathMLMrowElementAttributes<T> extends MathMLAttributes<T> {
2027
+ }
2028
+ interface MathMLMsElementAttributes<T> extends MathMLAttributes<T> {
2029
+ /** @deprecated */
2030
+ lquote?: string | undefined;
2031
+ /** @deprecated */
2032
+ rquote?: string | undefined;
2033
+ }
2034
+ interface MathMLMspaceElementAttributes<T> extends MathMLAttributes<T> {
2035
+ depth?: string | undefined;
2036
+ height?: string | undefined;
2037
+ width?: string | undefined;
2038
+ }
2039
+ interface MathMLMsqrtElementAttributes<T> extends MathMLAttributes<T> {
2040
+ }
2041
+ interface MathMLMstyleElementAttributes<T> extends MathMLAttributes<T> {
2042
+ /**
2043
+ * @deprecated
2044
+ * @non-standard
2045
+ */
2046
+ background?: string | undefined;
2047
+ /**
2048
+ * @deprecated
2049
+ * @non-standard
2050
+ */
2051
+ color?: string | undefined;
2052
+ /**
2053
+ * @deprecated
2054
+ * @non-standard
2055
+ */
2056
+ fontsize?: string | undefined;
2057
+ /**
2058
+ * @deprecated
2059
+ * @non-standard
2060
+ */
2061
+ fontstyle?: string | undefined;
2062
+ /**
2063
+ * @deprecated
2064
+ * @non-standard
2065
+ */
2066
+ fontweight?: string | undefined;
2067
+ /** @deprecated */
2068
+ scriptminsize?: string | undefined;
2069
+ /** @deprecated */
2070
+ scriptsizemultiplier?: string | undefined;
2071
+ }
2072
+ interface MathMLMsubElementAttributes<T> extends MathMLAttributes<T> {
2073
+ /**
2074
+ * @deprecated
2075
+ * @non-standard
2076
+ */
2077
+ subscriptshift?: string | undefined;
2078
+ }
2079
+ interface MathMLMsubsupElementAttributes<T> extends MathMLAttributes<T> {
2080
+ /**
2081
+ * @deprecated
2082
+ * @non-standard
2083
+ */
2084
+ subscriptshift?: string | undefined;
2085
+ /**
2086
+ * @deprecated
2087
+ * @non-standard
2088
+ */
2089
+ superscriptshift?: string | undefined;
2090
+ }
2091
+ interface MathMLMsupElementAttributes<T> extends MathMLAttributes<T> {
2092
+ /**
2093
+ * @deprecated
2094
+ * @non-standard
2095
+ */
2096
+ superscriptshift?: string | undefined;
2097
+ }
2098
+ interface MathMLMtableElementAttributes<T> extends MathMLAttributes<T> {
2099
+ /** @non-standard */
2100
+ align?: "axis" | "baseline" | "bottom" | "center" | "top" | undefined;
2101
+ /** @non-standard */
2102
+ columnalign?: "center" | "left" | "right" | undefined;
2103
+ /** @non-standard */
2104
+ columnlines?: "dashed" | "none" | "solid" | undefined;
2105
+ /** @non-standard */
2106
+ columnspacing?: string | undefined;
2107
+ /** @non-standard */
2108
+ frame?: "dashed" | "none" | "solid" | undefined;
2109
+ /** @non-standard */
2110
+ framespacing?: string | undefined;
2111
+ /** @non-standard */
2112
+ rowalign?: "axis" | "baseline" | "bottom" | "center" | "top" | undefined;
2113
+ /** @non-standard */
2114
+ rowlines?: "dashed" | "none" | "solid" | undefined;
2115
+ /** @non-standard */
2116
+ rowspacing?: string | undefined;
2117
+ /** @non-standard */
2118
+ width?: string | undefined;
2119
+ }
2120
+ interface MathMLMtdElementAttributes<T> extends MathMLAttributes<T> {
2121
+ columnspan?: number | string | undefined;
2122
+ rowspan?: number | string | undefined;
2123
+ /** @non-standard */
2124
+ columnalign?: "center" | "left" | "right" | undefined;
2125
+ /** @non-standard */
2126
+ rowalign?: "axis" | "baseline" | "bottom" | "center" | "top" | undefined;
2127
+ }
2128
+ interface MathMLMtextElementAttributes<T> extends MathMLAttributes<T> {
2129
+ }
2130
+ interface MathMLMtrElementAttributes<T> extends MathMLAttributes<T> {
2131
+ /** @non-standard */
2132
+ columnalign?: "center" | "left" | "right" | undefined;
2133
+ /** @non-standard */
2134
+ rowalign?: "axis" | "baseline" | "bottom" | "center" | "top" | undefined;
2135
+ }
2136
+ interface MathMLMunderElementAttributes<T> extends MathMLAttributes<T> {
2137
+ accentunder?: "" | boolean | undefined;
2138
+ }
2139
+ interface MathMLMunderoverElementAttributes<T> extends MathMLAttributes<T> {
2140
+ accent?: "" | boolean | undefined;
2141
+ accentunder?: "" | boolean | undefined;
2142
+ }
2143
+ interface MathMLSemanticsElementAttributes<T> extends MathMLAttributes<T> {
2144
+ }
2145
+ interface MathMLMencloseElementAttributes<T> extends MathMLAttributes<T> {
2146
+ /** @non-standard */
2147
+ notation?: string | undefined;
2148
+ }
2149
+ interface MathMLMfencedElementAttributes<T> extends MathMLAttributes<T> {
2150
+ close?: string | undefined;
2151
+ open?: string | undefined;
2152
+ separators?: string | undefined;
2153
+ }
2154
+ /** @type {HTMLElementTagNameMap} */
2155
+ interface HTMLElementTags {
2156
+ /**
2157
+ * @url https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a
2158
+ * @url https://developer.mozilla.org/en-US/docs/Web/API/HTMLAnchorElement
2159
+ */
2160
+ a: AnchorHTMLAttributes<HTMLAnchorElement>;
2161
+ /**
2162
+ * @url https://developer.mozilla.org/en-US/docs/Web/HTML/Element/abbr
2163
+ * @url https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement
2164
+ */
2165
+ abbr: HTMLAttributes<HTMLElement>;
2166
+ /**
2167
+ * @url https://developer.mozilla.org/en-US/docs/Web/HTML/Element/address
2168
+ * @url https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement
2169
+ */
2170
+ address: HTMLAttributes<HTMLElement>;
2171
+ /**
2172
+ * @url https://developer.mozilla.org/en-US/docs/Web/HTML/Element/area
2173
+ * @url https://developer.mozilla.org/en-US/docs/Web/API/HTMLAreaElement
2174
+ */
2175
+ area: AreaHTMLAttributes<HTMLAreaElement>;
2176
+ /**
2177
+ * @url https://developer.mozilla.org/en-US/docs/Web/HTML/Element/article
2178
+ * @url https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement
2179
+ */
2180
+ article: HTMLAttributes<HTMLElement>;
2181
+ /**
2182
+ * @url https://developer.mozilla.org/en-US/docs/Web/HTML/Element/aside
2183
+ * @url https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement
2184
+ */
2185
+ aside: HTMLAttributes<HTMLElement>;
2186
+ /**
2187
+ * @url https://developer.mozilla.org/en-US/docs/Web/HTML/Element/audio
2188
+ * @url https://developer.mozilla.org/en-US/docs/Web/API/HTMLAudioElement
2189
+ */
2190
+ audio: AudioHTMLAttributes<HTMLAudioElement>;
2191
+ /**
2192
+ * @url https://developer.mozilla.org/en-US/docs/Web/HTML/Element/b
2193
+ * @url https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement
2194
+ */
2195
+ b: HTMLAttributes<HTMLElement>;
2196
+ /**
2197
+ * @url https://developer.mozilla.org/en-US/docs/Web/HTML/Element/base
2198
+ * @url https://developer.mozilla.org/en-US/docs/Web/API/HTMLBaseElement
2199
+ */
2200
+ base: BaseHTMLAttributes<HTMLBaseElement>;
2201
+ /**
2202
+ * @url https://developer.mozilla.org/en-US/docs/Web/HTML/Element/bdi
2203
+ * @url https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement
2204
+ */
2205
+ bdi: HTMLAttributes<HTMLElement>;
2206
+ /**
2207
+ * @url https://developer.mozilla.org/en-US/docs/Web/HTML/Element/bdo
2208
+ * @url https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement
2209
+ */
2210
+ bdo: BdoHTMLAttributes<HTMLElement>;
2211
+ /**
2212
+ * @url https://developer.mozilla.org/en-US/docs/Web/HTML/Element/blockquote
2213
+ * @url https://developer.mozilla.org/en-US/docs/Web/API/HTMLQuoteElement
2214
+ */
2215
+ blockquote: BlockquoteHTMLAttributes<HTMLQuoteElement>;
2216
+ /**
2217
+ * @url https://developer.mozilla.org/en-US/docs/Web/HTML/Element/body
2218
+ * @url https://developer.mozilla.org/en-US/docs/Web/API/HTMLBodyElement
2219
+ */
2220
+ body: BodyHTMLAttributes<HTMLBodyElement>;
2221
+ /**
2222
+ * @url https://developer.mozilla.org/en-US/docs/Web/HTML/Element/br
2223
+ * @url https://developer.mozilla.org/en-US/docs/Web/API/HTMLBRElement
2224
+ */
2225
+ br: HTMLAttributes<HTMLBRElement>;
2226
+ /**
2227
+ * @url https://developer.mozilla.org/en-US/docs/Web/HTML/Element/button
2228
+ * @url https://developer.mozilla.org/en-US/docs/Web/API/HTMLButtonElement
2229
+ */
2230
+ button: ButtonHTMLAttributes<HTMLButtonElement>;
2231
+ /**
2232
+ * @url https://developer.mozilla.org/en-US/docs/Web/HTML/Element/canvas
2233
+ * @url https://developer.mozilla.org/en-US/docs/Web/API/HTMLCanvasElement
2234
+ */
2235
+ canvas: CanvasHTMLAttributes<HTMLCanvasElement>;
2236
+ /**
2237
+ * @url https://developer.mozilla.org/en-US/docs/Web/HTML/Element/caption
2238
+ * @url https://developer.mozilla.org/en-US/docs/Web/API/HTMLTableCaptionElement
2239
+ */
2240
+ caption: CaptionHTMLAttributes<HTMLTableCaptionElement>;
2241
+ /**
2242
+ * @url https://developer.mozilla.org/en-US/docs/Web/HTML/Element/cite
2243
+ * @url https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement
2244
+ */
2245
+ cite: HTMLAttributes<HTMLElement>;
2246
+ /**
2247
+ * @url https://developer.mozilla.org/en-US/docs/Web/HTML/Element/code
2248
+ * @url https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement
2249
+ */
2250
+ code: HTMLAttributes<HTMLElement>;
2251
+ /**
2252
+ * @url https://developer.mozilla.org/en-US/docs/Web/HTML/Element/col
2253
+ * @url https://developer.mozilla.org/en-US/docs/Web/API/HTMLTableColElement
2254
+ */
2255
+ col: ColHTMLAttributes<HTMLTableColElement>;
2256
+ /**
2257
+ * @url https://developer.mozilla.org/en-US/docs/Web/HTML/Element/colgroup
2258
+ * @url https://developer.mozilla.org/en-US/docs/Web/API/HTMLTableColElement
2259
+ */
2260
+ colgroup: ColgroupHTMLAttributes<HTMLTableColElement>;
2261
+ /**
2262
+ * @url https://developer.mozilla.org/en-US/docs/Web/HTML/Element/data
2263
+ * @url https://developer.mozilla.org/en-US/docs/Web/API/HTMLDataElement
2264
+ */
2265
+ data: DataHTMLAttributes<HTMLDataElement>;
2266
+ /**
2267
+ * @url https://developer.mozilla.org/en-US/docs/Web/HTML/Element/datalist
2268
+ * @url https://developer.mozilla.org/en-US/docs/Web/API/HTMLDataListElement
2269
+ */
2270
+ datalist: HTMLAttributes<HTMLDataListElement>;
2271
+ /**
2272
+ * @url https://developer.mozilla.org/en-US/docs/Web/HTML/Element/dd
2273
+ * @url https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement
2274
+ */
2275
+ dd: HTMLAttributes<HTMLElement>;
2276
+ /**
2277
+ * @url https://developer.mozilla.org/en-US/docs/Web/HTML/Element/del
2278
+ * @url https://developer.mozilla.org/en-US/docs/Web/API/HTMLModElement
2279
+ */
2280
+ del: ModHTMLAttributes<HTMLModElement>;
2281
+ /**
2282
+ * @url https://developer.mozilla.org/en-US/docs/Web/HTML/Element/details
2283
+ * @url https://developer.mozilla.org/en-US/docs/Web/API/HTMLDetailsElement
2284
+ */
2285
+ details: DetailsHtmlAttributes<HTMLDetailsElement>;
2286
+ /**
2287
+ * @url https://developer.mozilla.org/en-US/docs/Web/HTML/Element/dfn
2288
+ * @url https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement
2289
+ */
2290
+ dfn: HTMLAttributes<HTMLElement>;
2291
+ /**
2292
+ * @url https://developer.mozilla.org/en-US/docs/Web/HTML/Element/dialog
2293
+ * @url https://developer.mozilla.org/en-US/docs/Web/API/HTMLDialogElement
2294
+ */
2295
+ dialog: DialogHtmlAttributes<HTMLDialogElement>;
2296
+ /**
2297
+ * @url https://developer.mozilla.org/en-US/docs/Web/HTML/Element/div
2298
+ * @url https://developer.mozilla.org/en-US/docs/Web/API/HTMLDivElement
2299
+ */
2300
+ div: HTMLAttributes<HTMLDivElement>;
2301
+ /**
2302
+ * @url https://developer.mozilla.org/en-US/docs/Web/HTML/Element/dl
2303
+ * @url https://developer.mozilla.org/en-US/docs/Web/API/HTMLDListElement
2304
+ */
2305
+ dl: HTMLAttributes<HTMLDListElement>;
2306
+ /**
2307
+ * @url https://developer.mozilla.org/en-US/docs/Web/HTML/Element/dt
2308
+ * @url https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement
2309
+ */
2310
+ dt: HTMLAttributes<HTMLElement>;
2311
+ /**
2312
+ * @url https://developer.mozilla.org/en-US/docs/Web/HTML/Element/em
2313
+ * @url https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement
2314
+ */
2315
+ em: HTMLAttributes<HTMLElement>;
2316
+ /**
2317
+ * @url https://developer.mozilla.org/en-US/docs/Web/HTML/Element/embed
2318
+ * @url https://developer.mozilla.org/en-US/docs/Web/API/HTMLEmbedElement
2319
+ */
2320
+ embed: EmbedHTMLAttributes<HTMLEmbedElement>;
2321
+ /**
2322
+ * @url https://developer.mozilla.org/en-US/docs/Web/HTML/Element/fieldset
2323
+ * @url https://developer.mozilla.org/en-US/docs/Web/API/HTMLFieldSetElement
2324
+ */
2325
+ fieldset: FieldsetHTMLAttributes<HTMLFieldSetElement>;
2326
+ /**
2327
+ * @url https://developer.mozilla.org/en-US/docs/Web/HTML/Element/figcaption
2328
+ * @url https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement
2329
+ */
2330
+ figcaption: HTMLAttributes<HTMLElement>;
2331
+ /**
2332
+ * @url https://developer.mozilla.org/en-US/docs/Web/HTML/Element/figure
2333
+ * @url https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement
2334
+ */
2335
+ figure: HTMLAttributes<HTMLElement>;
2336
+ /**
2337
+ * @url https://developer.mozilla.org/en-US/docs/Web/HTML/Element/footer
2338
+ * @url https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement
2339
+ */
2340
+ footer: HTMLAttributes<HTMLElement>;
2341
+ /**
2342
+ * @url https://developer.mozilla.org/en-US/docs/Web/HTML/Element/form
2343
+ * @url https://developer.mozilla.org/en-US/docs/Web/API/HTMLFormElement
2344
+ */
2345
+ form: FormHTMLAttributes<HTMLFormElement>;
2346
+ /**
2347
+ * @url https://developer.mozilla.org/en-US/docs/Web/HTML/Element/h1
2348
+ * @url https://developer.mozilla.org/en-US/docs/Web/API/HTMLHeadingElement
2349
+ */
2350
+ h1: HTMLAttributes<HTMLHeadingElement>;
2351
+ /**
2352
+ * @url https://developer.mozilla.org/en-US/docs/Web/HTML/Element/h2
2353
+ * @url https://developer.mozilla.org/en-US/docs/Web/API/HTMLHeadingElement
2354
+ */
2355
+ h2: HTMLAttributes<HTMLHeadingElement>;
2356
+ /**
2357
+ * @url https://developer.mozilla.org/en-US/docs/Web/HTML/Element/h3
2358
+ * @url https://developer.mozilla.org/en-US/docs/Web/API/HTMLHeadingElement
2359
+ */
2360
+ h3: HTMLAttributes<HTMLHeadingElement>;
2361
+ /**
2362
+ * @url https://developer.mozilla.org/en-US/docs/Web/HTML/Element/h4
2363
+ * @url https://developer.mozilla.org/en-US/docs/Web/API/HTMLHeadingElement
2364
+ */
2365
+ h4: HTMLAttributes<HTMLHeadingElement>;
2366
+ /**
2367
+ * @url https://developer.mozilla.org/en-US/docs/Web/HTML/Element/h5
2368
+ * @url https://developer.mozilla.org/en-US/docs/Web/API/HTMLHeadingElement
2369
+ */
2370
+ h5: HTMLAttributes<HTMLHeadingElement>;
2371
+ /**
2372
+ * @url https://developer.mozilla.org/en-US/docs/Web/HTML/Element/h6
2373
+ * @url https://developer.mozilla.org/en-US/docs/Web/API/HTMLHeadingElement
2374
+ */
2375
+ h6: HTMLAttributes<HTMLHeadingElement>;
2376
+ /**
2377
+ * @url https://developer.mozilla.org/en-US/docs/Web/HTML/Element/head
2378
+ * @url https://developer.mozilla.org/en-US/docs/Web/API/HTMLHeadElement
2379
+ */
2380
+ head: HTMLAttributes<HTMLHeadElement>;
2381
+ /**
2382
+ * @url https://developer.mozilla.org/en-US/docs/Web/HTML/Element/header
2383
+ * @url https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement
2384
+ */
2385
+ header: HTMLAttributes<HTMLElement>;
2386
+ /**
2387
+ * @url https://developer.mozilla.org/en-US/docs/Web/HTML/Element/hgroup
2388
+ * @url https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement
2389
+ */
2390
+ hgroup: HTMLAttributes<HTMLElement>;
2391
+ /**
2392
+ * @url https://developer.mozilla.org/en-US/docs/Web/HTML/Element/hr
2393
+ * @url https://developer.mozilla.org/en-US/docs/Web/API/HTMLHRElement
2394
+ */
2395
+ hr: HTMLAttributes<HTMLHRElement>;
2396
+ /**
2397
+ * @url https://developer.mozilla.org/en-US/docs/Web/HTML/Element/html
2398
+ * @url https://developer.mozilla.org/en-US/docs/Web/API/HTMLHtmlElement
2399
+ */
2400
+ html: HTMLAttributes<HTMLHtmlElement>;
2401
+ /**
2402
+ * @url https://developer.mozilla.org/en-US/docs/Web/HTML/Element/i
2403
+ * @url https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement
2404
+ */
2405
+ i: HTMLAttributes<HTMLElement>;
2406
+ /**
2407
+ * @url https://developer.mozilla.org/en-US/docs/Web/HTML/Element/iframe
2408
+ * @url https://developer.mozilla.org/en-US/docs/Web/API/HTMLIFrameElement
2409
+ */
2410
+ iframe: IframeHTMLAttributes<HTMLIFrameElement>;
2411
+ /**
2412
+ * @url https://developer.mozilla.org/en-US/docs/Web/HTML/Element/img
2413
+ * @url https://developer.mozilla.org/en-US/docs/Web/API/HTMLImageElement
2414
+ */
2415
+ img: ImgHTMLAttributes<HTMLImageElement>;
2416
+ /**
2417
+ * @url https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input
2418
+ * @url https://developer.mozilla.org/en-US/docs/Web/API/HTMLInputElement
2419
+ */
2420
+ input: InputHTMLAttributes<HTMLInputElement>;
2421
+ /**
2422
+ * @url https://developer.mozilla.org/en-US/docs/Web/HTML/Element/ins
2423
+ * @url https://developer.mozilla.org/en-US/docs/Web/API/HTMLModElement
2424
+ */
2425
+ ins: ModHTMLAttributes<HTMLModElement>;
2426
+ /**
2427
+ * @url https://developer.mozilla.org/en-US/docs/Web/HTML/Element/kbd
2428
+ * @url https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement
2429
+ */
2430
+ kbd: HTMLAttributes<HTMLElement>;
2431
+ /**
2432
+ * @url https://developer.mozilla.org/en-US/docs/Web/HTML/Element/label
2433
+ * @url https://developer.mozilla.org/en-US/docs/Web/API/HTMLLabelElement
2434
+ */
2435
+ label: LabelHTMLAttributes<HTMLLabelElement>;
2436
+ /**
2437
+ * @url https://developer.mozilla.org/en-US/docs/Web/HTML/Element/legend
2438
+ * @url https://developer.mozilla.org/en-US/docs/Web/API/HTMLLegendElement
2439
+ */
2440
+ legend: HTMLAttributes<HTMLLegendElement>;
2441
+ /**
2442
+ * @url https://developer.mozilla.org/en-US/docs/Web/HTML/Element/li
2443
+ * @url https://developer.mozilla.org/en-US/docs/Web/API/HTMLLIElement
2444
+ */
2445
+ li: LiHTMLAttributes<HTMLLIElement>;
2446
+ /**
2447
+ * @url https://developer.mozilla.org/en-US/docs/Web/HTML/Element/link
2448
+ * @url https://developer.mozilla.org/en-US/docs/Web/API/HTMLLinkElement
2449
+ */
2450
+ link: LinkHTMLAttributes<HTMLLinkElement>;
2451
+ /**
2452
+ * @url https://developer.mozilla.org/en-US/docs/Web/HTML/Element/main
2453
+ * @url https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement
2454
+ */
2455
+ main: HTMLAttributes<HTMLElement>;
2456
+ /**
2457
+ * @url https://developer.mozilla.org/en-US/docs/Web/HTML/Element/map
2458
+ * @url https://developer.mozilla.org/en-US/docs/Web/API/HTMLMapElement
2459
+ */
2460
+ map: MapHTMLAttributes<HTMLMapElement>;
2461
+ /**
2462
+ * @url https://developer.mozilla.org/en-US/docs/Web/HTML/Element/mark
2463
+ * @url https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement
2464
+ */
2465
+ mark: HTMLAttributes<HTMLElement>;
2466
+ /**
2467
+ * @url https://developer.mozilla.org/en-US/docs/Web/HTML/Element/menu
2468
+ * @url https://developer.mozilla.org/en-US/docs/Web/API/HTMLMenuElement
2469
+ */
2470
+ menu: MenuHTMLAttributes<HTMLMenuElement>;
2471
+ /**
2472
+ * @url https://developer.mozilla.org/en-US/docs/Web/HTML/Element/meta
2473
+ * @url https://developer.mozilla.org/en-US/docs/Web/API/HTMLMetaElement
2474
+ */
2475
+ meta: MetaHTMLAttributes<HTMLMetaElement>;
2476
+ /**
2477
+ * @url https://developer.mozilla.org/en-US/docs/Web/HTML/Element/meter
2478
+ * @url https://developer.mozilla.org/en-US/docs/Web/API/HTMLMeterElement
2479
+ */
2480
+ meter: MeterHTMLAttributes<HTMLMeterElement>;
2481
+ /**
2482
+ * @url https://developer.mozilla.org/en-US/docs/Web/HTML/Element/nav
2483
+ * @url https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement
2484
+ */
2485
+ nav: HTMLAttributes<HTMLElement>;
2486
+ /**
2487
+ * @url https://developer.mozilla.org/en-US/docs/Web/HTML/Element/noscript
2488
+ * @url https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement
2489
+ */
2490
+ noscript: HTMLAttributes<HTMLElement>;
2491
+ /**
2492
+ * @url https://developer.mozilla.org/en-US/docs/Web/HTML/Element/object
2493
+ * @url https://developer.mozilla.org/en-US/docs/Web/API/HTMLObjectElement
2494
+ */
2495
+ object: ObjectHTMLAttributes<HTMLObjectElement>;
2496
+ /**
2497
+ * @url https://developer.mozilla.org/en-US/docs/Web/HTML/Element/ol
2498
+ * @url https://developer.mozilla.org/en-US/docs/Web/API/HTMLOListElement
2499
+ */
2500
+ ol: OlHTMLAttributes<HTMLOListElement>;
2501
+ /**
2502
+ * @url https://developer.mozilla.org/en-US/docs/Web/HTML/Element/optgroup
2503
+ * @url https://developer.mozilla.org/en-US/docs/Web/API/HTMLOptGroupElement
2504
+ */
2505
+ optgroup: OptgroupHTMLAttributes<HTMLOptGroupElement>;
2506
+ /**
2507
+ * @url https://developer.mozilla.org/en-US/docs/Web/HTML/Element/option
2508
+ * @url https://developer.mozilla.org/en-US/docs/Web/API/HTMLOptionElement
2509
+ */
2510
+ option: OptionHTMLAttributes<HTMLOptionElement>;
2511
+ /**
2512
+ * @url https://developer.mozilla.org/en-US/docs/Web/HTML/Element/output
2513
+ * @url https://developer.mozilla.org/en-US/docs/Web/API/HTMLOutputElement
2514
+ */
2515
+ output: OutputHTMLAttributes<HTMLOutputElement>;
2516
+ /**
2517
+ * @url https://developer.mozilla.org/en-US/docs/Web/HTML/Element/p
2518
+ * @url https://developer.mozilla.org/en-US/docs/Web/API/HTMLParagraphElement
2519
+ */
2520
+ p: HTMLAttributes<HTMLParagraphElement>;
2521
+ /**
2522
+ * @url https://developer.mozilla.org/en-US/docs/Web/HTML/Element/picture
2523
+ * @url https://developer.mozilla.org/en-US/docs/Web/API/HTMLPictureElement
2524
+ */
2525
+ picture: HTMLAttributes<HTMLPictureElement>;
2526
+ /**
2527
+ * @url https://developer.mozilla.org/en-US/docs/Web/HTML/Element/pre
2528
+ * @url https://developer.mozilla.org/en-US/docs/Web/API/HTMLPreElement
2529
+ */
2530
+ pre: HTMLAttributes<HTMLPreElement>;
2531
+ /**
2532
+ * @url https://developer.mozilla.org/en-US/docs/Web/HTML/Element/progress
2533
+ * @url https://developer.mozilla.org/en-US/docs/Web/API/HTMLProgressElement
2534
+ */
2535
+ progress: ProgressHTMLAttributes<HTMLProgressElement>;
2536
+ /**
2537
+ * @url https://developer.mozilla.org/en-US/docs/Web/HTML/Element/q
2538
+ * @url https://developer.mozilla.org/en-US/docs/Web/API/HTMLQuoteElement
2539
+ */
2540
+ q: QuoteHTMLAttributes<HTMLQuoteElement>;
2541
+ /**
2542
+ * @url https://developer.mozilla.org/en-US/docs/Web/HTML/Element/rp
2543
+ * @url https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement
2544
+ */
2545
+ rp: HTMLAttributes<HTMLElement>;
2546
+ /**
2547
+ * @url https://developer.mozilla.org/en-US/docs/Web/HTML/Element/rt
2548
+ * @url https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement
2549
+ */
2550
+ rt: HTMLAttributes<HTMLElement>;
2551
+ /**
2552
+ * @url https://developer.mozilla.org/en-US/docs/Web/HTML/Element/ruby
2553
+ * @url https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement
2554
+ */
2555
+ ruby: HTMLAttributes<HTMLElement>;
2556
+ /**
2557
+ * @url https://developer.mozilla.org/en-US/docs/Web/HTML/Element/s
2558
+ * @url https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement
2559
+ */
2560
+ s: HTMLAttributes<HTMLElement>;
2561
+ /**
2562
+ * @url https://developer.mozilla.org/en-US/docs/Web/HTML/Element/samp
2563
+ * @url https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement
2564
+ */
2565
+ samp: HTMLAttributes<HTMLElement>;
2566
+ /**
2567
+ * @url https://developer.mozilla.org/en-US/docs/Web/HTML/Element/script
2568
+ * @url https://developer.mozilla.org/en-US/docs/Web/API/HTMLScriptElement
2569
+ */
2570
+ script: ScriptHTMLAttributes<HTMLScriptElement> | ScriptHTMLAttributesWithHandler<HTMLScriptElement>;
2571
+ /**
2572
+ * @url https://developer.mozilla.org/en-US/docs/Web/HTML/Element/search
2573
+ * @url https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement
2574
+ */
2575
+ search: HTMLAttributes<HTMLElement>;
2576
+ /**
2577
+ * @url https://developer.mozilla.org/en-US/docs/Web/HTML/Element/section
2578
+ * @url https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement
2579
+ */
2580
+ section: HTMLAttributes<HTMLElement>;
2581
+ /**
2582
+ * @url https://developer.mozilla.org/en-US/docs/Web/HTML/Element/select
2583
+ * @url https://developer.mozilla.org/en-US/docs/Web/API/HTMLSelectElement
2584
+ */
2585
+ select: SelectHTMLAttributes<HTMLSelectElement>;
2586
+ /**
2587
+ * @url https://developer.mozilla.org/en-US/docs/Web/HTML/Element/slot
2588
+ * @url https://developer.mozilla.org/en-US/docs/Web/API/HTMLSlotElement
2589
+ */
2590
+ slot: HTMLSlotElementAttributes<HTMLSlotElement>;
2591
+ /**
2592
+ * @url https://developer.mozilla.org/en-US/docs/Web/HTML/Element/small
2593
+ * @url https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement
2594
+ */
2595
+ small: HTMLAttributes<HTMLElement>;
2596
+ /**
2597
+ * @url https://developer.mozilla.org/en-US/docs/Web/HTML/Element/source
2598
+ * @url https://developer.mozilla.org/en-US/docs/Web/API/HTMLSourceElement
2599
+ */
2600
+ source: SourceHTMLAttributes<HTMLSourceElement>;
2601
+ /**
2602
+ * @url https://developer.mozilla.org/en-US/docs/Web/HTML/Element/span
2603
+ * @url https://developer.mozilla.org/en-US/docs/Web/API/HTMLSpanElement
2604
+ */
2605
+ span: HTMLAttributes<HTMLSpanElement>;
2606
+ /**
2607
+ * @url https://developer.mozilla.org/en-US/docs/Web/HTML/Element/strong
2608
+ * @url https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement
2609
+ */
2610
+ strong: HTMLAttributes<HTMLElement>;
2611
+ /**
2612
+ * @url https://developer.mozilla.org/en-US/docs/Web/HTML/Element/style
2613
+ * @url https://developer.mozilla.org/en-US/docs/Web/API/HTMLStyleElement
2614
+ */
2615
+ style: StyleHTMLAttributes<HTMLStyleElement>;
2616
+ /**
2617
+ * @url https://developer.mozilla.org/en-US/docs/Web/HTML/Element/sub
2618
+ * @url https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement
2619
+ */
2620
+ sub: HTMLAttributes<HTMLElement>;
2621
+ /**
2622
+ * @url https://developer.mozilla.org/en-US/docs/Web/HTML/Element/summary
2623
+ * @url https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement
2624
+ */
2625
+ summary: HTMLAttributes<HTMLElement>;
2626
+ /**
2627
+ * @url https://developer.mozilla.org/en-US/docs/Web/HTML/Element/sup
2628
+ * @url https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement
2629
+ */
2630
+ sup: HTMLAttributes<HTMLElement>;
2631
+ /**
2632
+ * @url https://developer.mozilla.org/en-US/docs/Web/HTML/Element/table
2633
+ * @url https://developer.mozilla.org/en-US/docs/Web/API/HTMLTableElement
2634
+ */
2635
+ table: HTMLAttributes<HTMLTableElement>;
2636
+ /**
2637
+ * @url https://developer.mozilla.org/en-US/docs/Web/HTML/Element/tbody
2638
+ * @url https://developer.mozilla.org/en-US/docs/Web/API/HTMLTableSectionElement
2639
+ */
2640
+ tbody: HTMLAttributes<HTMLTableSectionElement>;
2641
+ /**
2642
+ * @url https://developer.mozilla.org/en-US/docs/Web/HTML/Element/td
2643
+ * @url https://developer.mozilla.org/en-US/docs/Web/API/HTMLTableCellElement
2644
+ */
2645
+ td: TdHTMLAttributes<HTMLTableCellElement>;
2646
+ /**
2647
+ * @url https://developer.mozilla.org/en-US/docs/Web/HTML/Element/template
2648
+ * @url https://developer.mozilla.org/en-US/docs/Web/API/HTMLTemplateElement
2649
+ */
2650
+ template: TemplateHTMLAttributes<HTMLTemplateElement>;
2651
+ /**
2652
+ * @url https://developer.mozilla.org/en-US/docs/Web/HTML/Element/textarea
2653
+ * @url https://developer.mozilla.org/en-US/docs/Web/API/HTMLTextAreaElement
2654
+ */
2655
+ textarea: TextareaHTMLAttributes<HTMLTextAreaElement>;
2656
+ /**
2657
+ * @url https://developer.mozilla.org/en-US/docs/Web/HTML/Element/tfoot
2658
+ * @url https://developer.mozilla.org/en-US/docs/Web/API/HTMLTableSectionElement
2659
+ */
2660
+ tfoot: HTMLAttributes<HTMLTableSectionElement>;
2661
+ /**
2662
+ * @url https://developer.mozilla.org/en-US/docs/Web/HTML/Element/th
2663
+ * @url https://developer.mozilla.org/en-US/docs/Web/API/HTMLTableCellElement
2664
+ */
2665
+ th: ThHTMLAttributes<HTMLTableCellElement>;
2666
+ /**
2667
+ * @url https://developer.mozilla.org/en-US/docs/Web/HTML/Element/thead
2668
+ * @url https://developer.mozilla.org/en-US/docs/Web/API/HTMLTableSectionElement
2669
+ */
2670
+ thead: HTMLAttributes<HTMLTableSectionElement>;
2671
+ /**
2672
+ * @url https://developer.mozilla.org/en-US/docs/Web/HTML/Element/time
2673
+ * @url https://developer.mozilla.org/en-US/docs/Web/API/HTMLTimeElement
2674
+ */
2675
+ time: TimeHTMLAttributes<HTMLTimeElement>;
2676
+ /**
2677
+ * @url https://developer.mozilla.org/en-US/docs/Web/HTML/Element/title
2678
+ * @url https://developer.mozilla.org/en-US/docs/Web/API/HTMLTitleElement
2679
+ */
2680
+ title: HTMLAttributes<HTMLTitleElement>;
2681
+ /**
2682
+ * @url https://developer.mozilla.org/en-US/docs/Web/HTML/Element/tr
2683
+ * @url https://developer.mozilla.org/en-US/docs/Web/API/HTMLTableRowElement
2684
+ */
2685
+ tr: HTMLAttributes<HTMLTableRowElement>;
2686
+ /**
2687
+ * @url https://developer.mozilla.org/en-US/docs/Web/HTML/Element/track
2688
+ * @url https://developer.mozilla.org/en-US/docs/Web/API/HTMLTrackElement
2689
+ */
2690
+ track: TrackHTMLAttributes<HTMLTrackElement>;
2691
+ /**
2692
+ * @url https://developer.mozilla.org/en-US/docs/Web/HTML/Element/u
2693
+ * @url https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement
2694
+ */
2695
+ u: HTMLAttributes<HTMLElement>;
2696
+ /**
2697
+ * @url https://developer.mozilla.org/en-US/docs/Web/HTML/Element/ul
2698
+ * @url https://developer.mozilla.org/en-US/docs/Web/API/HTMLUListElement
2699
+ */
2700
+ ul: HTMLAttributes<HTMLUListElement>;
2701
+ /**
2702
+ * @url https://developer.mozilla.org/en-US/docs/Web/HTML/Element/var
2703
+ * @url https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement
2704
+ */
2705
+ var: HTMLAttributes<HTMLElement>;
2706
+ /**
2707
+ * @url https://developer.mozilla.org/en-US/docs/Web/HTML/Element/video
2708
+ * @url https://developer.mozilla.org/en-US/docs/Web/API/HTMLVideoElement
2709
+ */
2710
+ video: VideoHTMLAttributes<HTMLVideoElement>;
2711
+ /**
2712
+ * @url https://developer.mozilla.org/en-US/docs/Web/HTML/Element/wbr
2713
+ * @url https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement
2714
+ */
2715
+ wbr: HTMLAttributes<HTMLElement>;
2716
+ /** @url https://www.electronjs.org/docs/latest/api/webview-tag */
2717
+ webview: WebViewHTMLAttributes<HTMLElement>;
2718
+ }
2719
+ /** @type {HTMLElementDeprecatedTagNameMap} */
2720
+ interface HTMLElementDeprecatedTags {
2721
+ /**
2722
+ * @deprecated
2723
+ * @url https://developer.mozilla.org/en-US/docs/Web/HTML/Element/big
2724
+ * @url https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement
2725
+ */
2726
+ big: HTMLAttributes<HTMLElement>;
2727
+ /**
2728
+ * @deprecated
2729
+ * @url https://developer.mozilla.org/en-US/docs/Web/HTML/Element/keygen
2730
+ * @url https://developer.mozilla.org/en-US/docs/Web/API/HTMLUnknownElement
2731
+ */
2732
+ keygen: KeygenHTMLAttributes<HTMLUnknownElement>;
2733
+ /**
2734
+ * @deprecated
2735
+ * @url https://developer.mozilla.org/en-US/docs/Web/HTML/Element/menuitem
2736
+ * @url https://developer.mozilla.org/en-US/docs/Web/API/HTMLUnknownElement
2737
+ */
2738
+ menuitem: HTMLAttributes<HTMLUnknownElement>;
2739
+ /**
2740
+ * @deprecated
2741
+ * @url https://developer.mozilla.org/en-US/docs/Web/HTML/Element/param
2742
+ * @url https://developer.mozilla.org/en-US/docs/Web/API/HTMLParamElement
2743
+ */
2744
+ param: ParamHTMLAttributes<HTMLParamElement>;
2745
+ }
2746
+ /** @type {SVGElementTagNameMap} */
2747
+ interface SVGElementTags {
2748
+ /**
2749
+ * @url https://developer.mozilla.org/en-US/docs/Web/SVG/Element/animate
2750
+ * @url https://developer.mozilla.org/en-US/docs/Web/API/SVGAnimateElement
2751
+ */
2752
+ animate: AnimateSVGAttributes<SVGAnimateElement>;
2753
+ /**
2754
+ * @url https://developer.mozilla.org/en-US/docs/Web/SVG/Element/animateMotion
2755
+ * @url https://developer.mozilla.org/en-US/docs/Web/API/SVGAnimateMotionElement
2756
+ */
2757
+ animateMotion: AnimateMotionSVGAttributes<SVGAnimateMotionElement>;
2758
+ /**
2759
+ * @url https://developer.mozilla.org/en-US/docs/Web/SVG/Element/animateTransform
2760
+ * @url https://developer.mozilla.org/en-US/docs/Web/API/SVGAnimateTransformElement
2761
+ */
2762
+ animateTransform: AnimateTransformSVGAttributes<SVGAnimateTransformElement>;
2763
+ /**
2764
+ * @url https://developer.mozilla.org/en-US/docs/Web/SVG/Element/circle
2765
+ * @url https://developer.mozilla.org/en-US/docs/Web/API/SVGCircleElement
2766
+ */
2767
+ circle: CircleSVGAttributes<SVGCircleElement>;
2768
+ /**
2769
+ * @url https://developer.mozilla.org/en-US/docs/Web/SVG/Element/clipPath
2770
+ * @url https://developer.mozilla.org/en-US/docs/Web/API/SVGClipPathElement
2771
+ */
2772
+ clipPath: ClipPathSVGAttributes<SVGClipPathElement>;
2773
+ /**
2774
+ * @url https://developer.mozilla.org/en-US/docs/Web/SVG/Element/defs
2775
+ * @url https://developer.mozilla.org/en-US/docs/Web/API/SVGDefsElement
2776
+ */
2777
+ defs: DefsSVGAttributes<SVGDefsElement>;
2778
+ /**
2779
+ * @url https://developer.mozilla.org/en-US/docs/Web/SVG/Element/desc
2780
+ * @url https://developer.mozilla.org/en-US/docs/Web/API/SVGDescElement
2781
+ */
2782
+ desc: DescSVGAttributes<SVGDescElement>;
2783
+ /**
2784
+ * @url https://developer.mozilla.org/en-US/docs/Web/SVG/Element/ellipse
2785
+ * @url https://developer.mozilla.org/en-US/docs/Web/API/SVGEllipseElement
2786
+ */
2787
+ ellipse: EllipseSVGAttributes<SVGEllipseElement>;
2788
+ /**
2789
+ * @url https://developer.mozilla.org/en-US/docs/Web/SVG/Element/feBlend
2790
+ * @url https://developer.mozilla.org/en-US/docs/Web/API/SVGFEBlendElement
2791
+ */
2792
+ feBlend: FeBlendSVGAttributes<SVGFEBlendElement>;
2793
+ /**
2794
+ * @url https://developer.mozilla.org/en-US/docs/Web/SVG/Element/feColorMatrix
2795
+ * @url https://developer.mozilla.org/en-US/docs/Web/API/SVGFEColorMatrixElement
2796
+ */
2797
+ feColorMatrix: FeColorMatrixSVGAttributes<SVGFEColorMatrixElement>;
2798
+ /**
2799
+ * @url https://developer.mozilla.org/en-US/docs/Web/SVG/Element/feComponentTransfer
2800
+ * @url https://developer.mozilla.org/en-US/docs/Web/API/SVGFEComponentTransferElemen
2801
+ */
2802
+ feComponentTransfer: FeComponentTransferSVGAttributes<SVGFEComponentTransferElement>;
2803
+ /**
2804
+ * @url https://developer.mozilla.org/en-US/docs/Web/SVG/Element/feComposite
2805
+ * @url https://developer.mozilla.org/en-US/docs/Web/API/SVGFECompositeElement
2806
+ */
2807
+ feComposite: FeCompositeSVGAttributes<SVGFECompositeElement>;
2808
+ /**
2809
+ * @url https://developer.mozilla.org/en-US/docs/Web/SVG/Element/feConvolveMatrix
2810
+ * @url https://developer.mozilla.org/en-US/docs/Web/API/SVGFEConvolveMatrixElement
2811
+ */
2812
+ feConvolveMatrix: FeConvolveMatrixSVGAttributes<SVGFEConvolveMatrixElement>;
2813
+ /**
2814
+ * @url https://developer.mozilla.org/en-US/docs/Web/SVG/Element/feDiffuseLighting
2815
+ * @url https://developer.mozilla.org/en-US/docs/Web/API/SVGFEDiffuseLightingElement
2816
+ */
2817
+ feDiffuseLighting: FeDiffuseLightingSVGAttributes<SVGFEDiffuseLightingElement>;
2818
+ /**
2819
+ * @url https://developer.mozilla.org/en-US/docs/Web/SVG/Element/feDisplacementMap
2820
+ * @url https://developer.mozilla.org/en-US/docs/Web/API/SVGFEDisplacementMapElement
2821
+ */
2822
+ feDisplacementMap: FeDisplacementMapSVGAttributes<SVGFEDisplacementMapElement>;
2823
+ /**
2824
+ * @url https://developer.mozilla.org/en-US/docs/Web/SVG/Element/feDistantLight
2825
+ * @url https://developer.mozilla.org/en-US/docs/Web/API/SVGFEDistantLightElement
2826
+ */
2827
+ feDistantLight: FeDistantLightSVGAttributes<SVGFEDistantLightElement>;
2828
+ /**
2829
+ * @url https://developer.mozilla.org/en-US/docs/Web/SVG/Element/feDropShadow
2830
+ * @url https://developer.mozilla.org/en-US/docs/Web/API/SVGFEDropShadowElement
2831
+ */
2832
+ feDropShadow: FeDropShadowSVGAttributes<SVGFEDropShadowElement>;
2833
+ /**
2834
+ * @url https://developer.mozilla.org/en-US/docs/Web/SVG/Element/feFlood
2835
+ * @url https://developer.mozilla.org/en-US/docs/Web/API/SVGFEFloodElement
2836
+ */
2837
+ feFlood: FeFloodSVGAttributes<SVGFEFloodElement>;
2838
+ /**
2839
+ * @url https://developer.mozilla.org/en-US/docs/Web/SVG/Element/feFuncA
2840
+ * @url https://developer.mozilla.org/en-US/docs/Web/API/SVGFEFuncAElement
2841
+ */
2842
+ feFuncA: FeFuncSVGAttributes<SVGFEFuncAElement>;
2843
+ /**
2844
+ * @url https://developer.mozilla.org/en-US/docs/Web/SVG/Element/feFuncB
2845
+ * @url https://developer.mozilla.org/en-US/docs/Web/API/SVGFEFuncBElement
2846
+ */
2847
+ feFuncB: FeFuncSVGAttributes<SVGFEFuncBElement>;
2848
+ /**
2849
+ * @url https://developer.mozilla.org/en-US/docs/Web/SVG/Element/feFuncG
2850
+ * @url https://developer.mozilla.org/en-US/docs/Web/API/SVGFEFuncGElement
2851
+ */
2852
+ feFuncG: FeFuncSVGAttributes<SVGFEFuncGElement>;
2853
+ /**
2854
+ * @url https://developer.mozilla.org/en-US/docs/Web/SVG/Element/feFuncR
2855
+ * @url https://developer.mozilla.org/en-US/docs/Web/API/SVGFEFuncRElement
2856
+ */
2857
+ feFuncR: FeFuncSVGAttributes<SVGFEFuncRElement>;
2858
+ /**
2859
+ * @url https://developer.mozilla.org/en-US/docs/Web/SVG/Element/feGaussianBlur
2860
+ * @url https://developer.mozilla.org/en-US/docs/Web/API/SVGFEGaussianBlurElement
2861
+ */
2862
+ feGaussianBlur: FeGaussianBlurSVGAttributes<SVGFEGaussianBlurElement>;
2863
+ /**
2864
+ * @url https://developer.mozilla.org/en-US/docs/Web/SVG/Element/feImage
2865
+ * @url https://developer.mozilla.org/en-US/docs/Web/API/SVGFEImageElement
2866
+ */
2867
+ feImage: FeImageSVGAttributes<SVGFEImageElement>;
2868
+ /**
2869
+ * @url https://developer.mozilla.org/en-US/docs/Web/SVG/Element/feMerge
2870
+ * @url https://developer.mozilla.org/en-US/docs/Web/API/SVGFEMergeElement
2871
+ */
2872
+ feMerge: FeMergeSVGAttributes<SVGFEMergeElement>;
2873
+ /**
2874
+ * @url https://developer.mozilla.org/en-US/docs/Web/SVG/Element/feMergeNode
2875
+ * @url https://developer.mozilla.org/en-US/docs/Web/API/SVGFEMergeNodeElement
2876
+ */
2877
+ feMergeNode: FeMergeNodeSVGAttributes<SVGFEMergeNodeElement>;
2878
+ /**
2879
+ * @url https://developer.mozilla.org/en-US/docs/Web/SVG/Element/feMorphology
2880
+ * @url https://developer.mozilla.org/en-US/docs/Web/API/SVGFEMorphologyElement
2881
+ */
2882
+ feMorphology: FeMorphologySVGAttributes<SVGFEMorphologyElement>;
2883
+ /**
2884
+ * @url https://developer.mozilla.org/en-US/docs/Web/SVG/Element/feOffset
2885
+ * @url https://developer.mozilla.org/en-US/docs/Web/API/SVGFEOffsetElement
2886
+ */
2887
+ feOffset: FeOffsetSVGAttributes<SVGFEOffsetElement>;
2888
+ /**
2889
+ * @url https://developer.mozilla.org/en-US/docs/Web/SVG/Element/fePointLight
2890
+ * @url https://developer.mozilla.org/en-US/docs/Web/API/SVGFEPointLightElement
2891
+ */
2892
+ fePointLight: FePointLightSVGAttributes<SVGFEPointLightElement>;
2893
+ /**
2894
+ * @url https://developer.mozilla.org/en-US/docs/Web/SVG/Element/feSpecularLighting
2895
+ * @url https://developer.mozilla.org/en-US/docs/Web/API/SVGFESpecularLightingElement
2896
+ */
2897
+ feSpecularLighting: FeSpecularLightingSVGAttributes<SVGFESpecularLightingElement>;
2898
+ /**
2899
+ * @url https://developer.mozilla.org/en-US/docs/Web/SVG/Element/feSpotLight
2900
+ * @url https://developer.mozilla.org/en-US/docs/Web/API/SVGFESpotLightElement
2901
+ */
2902
+ feSpotLight: FeSpotLightSVGAttributes<SVGFESpotLightElement>;
2903
+ /**
2904
+ * @url https://developer.mozilla.org/en-US/docs/Web/SVG/Element/feTile
2905
+ * @url https://developer.mozilla.org/en-US/docs/Web/API/SVGFETileElement
2906
+ */
2907
+ feTile: FeTileSVGAttributes<SVGFETileElement>;
2908
+ /**
2909
+ * @url https://developer.mozilla.org/en-US/docs/Web/SVG/Element/feTurbulence
2910
+ * @url https://developer.mozilla.org/en-US/docs/Web/API/SVGFETurbulenceElement
2911
+ */
2912
+ feTurbulence: FeTurbulanceSVGAttributes<SVGFETurbulenceElement>;
2913
+ /**
2914
+ * @url https://developer.mozilla.org/en-US/docs/Web/SVG/Element/filter
2915
+ * @url https://developer.mozilla.org/en-US/docs/Web/API/SVGFilterElement
2916
+ */
2917
+ filter: FilterSVGAttributes<SVGFilterElement>;
2918
+ /**
2919
+ * @url https://developer.mozilla.org/en-US/docs/Web/SVG/Element/foreignObject
2920
+ * @url https://developer.mozilla.org/en-US/docs/Web/API/SVGForeignObjectElement
2921
+ */
2922
+ foreignObject: ForeignObjectSVGAttributes<SVGForeignObjectElement>;
2923
+ /**
2924
+ * @url https://developer.mozilla.org/en-US/docs/Web/SVG/Element/g
2925
+ * @url https://developer.mozilla.org/en-US/docs/Web/API/SVGGElement
2926
+ */
2927
+ g: GSVGAttributes<SVGGElement>;
2928
+ /**
2929
+ * @url https://developer.mozilla.org/en-US/docs/Web/SVG/Element/image
2930
+ * @url https://developer.mozilla.org/en-US/docs/Web/API/SVGImageElement
2931
+ */
2932
+ image: ImageSVGAttributes<SVGImageElement>;
2933
+ /**
2934
+ * @url https://developer.mozilla.org/en-US/docs/Web/SVG/Element/line
2935
+ * @url https://developer.mozilla.org/en-US/docs/Web/API/SVGLineElement
2936
+ */
2937
+ line: LineSVGAttributes<SVGLineElement>;
2938
+ /**
2939
+ * @url https://developer.mozilla.org/en-US/docs/Web/SVG/Element/linearGradient
2940
+ * @url https://developer.mozilla.org/en-US/docs/Web/API/SVGLinearGradientElement
2941
+ */
2942
+ linearGradient: LinearGradientSVGAttributes<SVGLinearGradientElement>;
2943
+ /**
2944
+ * @url https://developer.mozilla.org/en-US/docs/Web/SVG/Element/marker
2945
+ * @url https://developer.mozilla.org/en-US/docs/Web/API/SVGMarkerElement
2946
+ */
2947
+ marker: MarkerSVGAttributes<SVGMarkerElement>;
2948
+ /**
2949
+ * @url https://developer.mozilla.org/en-US/docs/Web/SVG/Element/mask
2950
+ * @url https://developer.mozilla.org/en-US/docs/Web/API/SVGMaskElement
2951
+ */
2952
+ mask: MaskSVGAttributes<SVGMaskElement>;
2953
+ /**
2954
+ * @url https://developer.mozilla.org/en-US/docs/Web/SVG/Element/metadata
2955
+ * @url https://developer.mozilla.org/en-US/docs/Web/API/SVGMetadataElement
2956
+ */
2957
+ metadata: MetadataSVGAttributes<SVGMetadataElement>;
2958
+ /**
2959
+ * @url https://developer.mozilla.org/en-US/docs/Web/SVG/Element/mpath
2960
+ * @url https://developer.mozilla.org/en-US/docs/Web/API/SVGMPathElement
2961
+ */
2962
+ mpath: MPathSVGAttributes<SVGMPathElement>;
2963
+ /**
2964
+ * @url https://developer.mozilla.org/en-US/docs/Web/SVG/Element/path
2965
+ * @url https://developer.mozilla.org/en-US/docs/Web/API/SVGPathElement
2966
+ */
2967
+ path: PathSVGAttributes<SVGPathElement>;
2968
+ /**
2969
+ * @url https://developer.mozilla.org/en-US/docs/Web/SVG/Element/pattern
2970
+ * @url https://developer.mozilla.org/en-US/docs/Web/API/SVGPatternElement
2971
+ */
2972
+ pattern: PatternSVGAttributes<SVGPatternElement>;
2973
+ /**
2974
+ * @url https://developer.mozilla.org/en-US/docs/Web/SVG/Element/polygon
2975
+ * @url https://developer.mozilla.org/en-US/docs/Web/API/SVGPolygonElement
2976
+ */
2977
+ polygon: PolygonSVGAttributes<SVGPolygonElement>;
2978
+ /**
2979
+ * @url https://developer.mozilla.org/en-US/docs/Web/SVG/Element/polyline
2980
+ * @url https://developer.mozilla.org/en-US/docs/Web/API/SVGPolylineElement
2981
+ */
2982
+ polyline: PolylineSVGAttributes<SVGPolylineElement>;
2983
+ /**
2984
+ * @url https://developer.mozilla.org/en-US/docs/Web/SVG/Element/radialGradient
2985
+ * @url https://developer.mozilla.org/en-US/docs/Web/API/SVGRadialGradientElement
2986
+ */
2987
+ radialGradient: RadialGradientSVGAttributes<SVGRadialGradientElement>;
2988
+ /**
2989
+ * @url https://developer.mozilla.org/en-US/docs/Web/SVG/Element/rect
2990
+ * @url https://developer.mozilla.org/en-US/docs/Web/API/SVGRectElement
2991
+ */
2992
+ rect: RectSVGAttributes<SVGRectElement>;
2993
+ /**
2994
+ * @url https://developer.mozilla.org/en-US/docs/Web/SVG/Element/set
2995
+ * @url https://developer.mozilla.org/en-US/docs/Web/API/SVGSetElement
2996
+ */
2997
+ set: SetSVGAttributes<SVGSetElement>;
2998
+ /**
2999
+ * @url https://developer.mozilla.org/en-US/docs/Web/SVG/Element/stop
3000
+ * @url https://developer.mozilla.org/en-US/docs/Web/API/SVGStopElement
3001
+ */
3002
+ stop: StopSVGAttributes<SVGStopElement>;
3003
+ /**
3004
+ * @url https://developer.mozilla.org/en-US/docs/Web/SVG/Element/svg
3005
+ * @url https://developer.mozilla.org/en-US/docs/Web/API/SVGSVGElement
3006
+ */
3007
+ svg: SvgSVGAttributes<SVGSVGElement>;
3008
+ /**
3009
+ * @url https://developer.mozilla.org/en-US/docs/Web/SVG/Element/switch
3010
+ * @url https://developer.mozilla.org/en-US/docs/Web/API/SVGSwitchElement
3011
+ */
3012
+ switch: SwitchSVGAttributes<SVGSwitchElement>;
3013
+ /**
3014
+ * @url https://developer.mozilla.org/en-US/docs/Web/SVG/Element/symbol
3015
+ * @url https://developer.mozilla.org/en-US/docs/Web/API/SVGSymbolElement
3016
+ */
3017
+ symbol: SymbolSVGAttributes<SVGSymbolElement>;
3018
+ /**
3019
+ * @url https://developer.mozilla.org/en-US/docs/Web/SVG/Element/text
3020
+ * @url https://developer.mozilla.org/en-US/docs/Web/API/SVGTextElement
3021
+ */
3022
+ text: TextSVGAttributes<SVGTextElement>;
3023
+ /**
3024
+ * @url https://developer.mozilla.org/en-US/docs/Web/SVG/Element/textPath
3025
+ * @url https://developer.mozilla.org/en-US/docs/Web/API/SVGTextPathElement
3026
+ */
3027
+ textPath: TextPathSVGAttributes<SVGTextPathElement>;
3028
+ /**
3029
+ * @url https://developer.mozilla.org/en-US/docs/Web/SVG/Element/tspan
3030
+ * @url https://developer.mozilla.org/en-US/docs/Web/API/SVGTSpanElement
3031
+ */
3032
+ tspan: TSpanSVGAttributes<SVGTSpanElement>;
3033
+ /**
3034
+ * @url https://developer.mozilla.org/en-US/docs/Web/SVG/Element/use
3035
+ * @url https://developer.mozilla.org/en-US/docs/Web/API/SVGUseElement
3036
+ */
3037
+ use: UseSVGAttributes<SVGUseElement>;
3038
+ /**
3039
+ * @url https://developer.mozilla.org/en-US/docs/Web/SVG/Element/view
3040
+ * @url https://developer.mozilla.org/en-US/docs/Web/API/SVGViewElement
3041
+ */
3042
+ view: ViewSVGAttributes<SVGViewElement>;
3043
+ }
3044
+ interface MathMLElementTags {
3045
+ /**
3046
+ * @url https://developer.mozilla.org/en-US/docs/Web/MathML/Element/annotation
3047
+ * @url https://developer.mozilla.org/en-US/docs/Web/API/MathMLElement
3048
+ */
3049
+ annotation: MathMLAnnotationElementAttributes<MathMLElement>;
3050
+ /**
3051
+ * @url https://developer.mozilla.org/en-US/docs/Web/MathML/Element/annotation-xml
3052
+ * @url https://developer.mozilla.org/en-US/docs/Web/API/MathMLElement
3053
+ */
3054
+ "annotation-xml": MathMLAnnotationXmlElementAttributes<MathMLElement>;
3055
+ /**
3056
+ * @url https://developer.mozilla.org/en-US/docs/Web/MathML/Element/math
3057
+ * @url https://developer.mozilla.org/en-US/docs/Web/API/MathMLElement
3058
+ */
3059
+ math: MathMLMathElementAttributes<MathMLElement>;
3060
+ /**
3061
+ * @url https://developer.mozilla.org/en-US/docs/Web/MathML/Element/merror
3062
+ * @url https://developer.mozilla.org/en-US/docs/Web/API/MathMLElement
3063
+ */
3064
+ merror: MathMLMerrorElementAttributes<MathMLElement>;
3065
+ /**
3066
+ * @url https://developer.mozilla.org/en-US/docs/Web/MathML/Element/mfrac
3067
+ * @url https://developer.mozilla.org/en-US/docs/Web/API/MathMLElement
3068
+ */
3069
+ mfrac: MathMLMfracElementAttributes<MathMLElement>;
3070
+ /**
3071
+ * @url https://developer.mozilla.org/en-US/docs/Web/MathML/Element/mi
3072
+ * @url https://developer.mozilla.org/en-US/docs/Web/API/MathMLElement
3073
+ */
3074
+ mi: MathMLMiElementAttributes<MathMLElement>;
3075
+ /**
3076
+ * @url https://developer.mozilla.org/en-US/docs/Web/MathML/Element/mmultiscripts
3077
+ * @url https://developer.mozilla.org/en-US/docs/Web/API/MathMLElement
3078
+ */
3079
+ mmultiscripts: MathMLMmultiscriptsElementAttributes<MathMLElement>;
3080
+ /**
3081
+ * @url https://developer.mozilla.org/en-US/docs/Web/MathML/Element/mn
3082
+ * @url https://developer.mozilla.org/en-US/docs/Web/API/MathMLElement
3083
+ */
3084
+ mn: MathMLMnElementAttributes<MathMLElement>;
3085
+ /**
3086
+ * @url https://developer.mozilla.org/en-US/docs/Web/MathML/Element/mo
3087
+ * @url https://developer.mozilla.org/en-US/docs/Web/API/MathMLElement
3088
+ */
3089
+ mo: MathMLMoElementAttributes<MathMLElement>;
3090
+ /**
3091
+ * @url https://developer.mozilla.org/en-US/docs/Web/MathML/Element/mover
3092
+ * @url https://developer.mozilla.org/en-US/docs/Web/API/MathMLElement
3093
+ */
3094
+ mover: MathMLMoverElementAttributes<MathMLElement>;
3095
+ /**
3096
+ * @url https://developer.mozilla.org/en-US/docs/Web/MathML/Element/mpadded
3097
+ * @url https://developer.mozilla.org/en-US/docs/Web/API/MathMLElement
3098
+ */
3099
+ mpadded: MathMLMpaddedElementAttributes<MathMLElement>;
3100
+ /**
3101
+ * @url https://developer.mozilla.org/en-US/docs/Web/MathML/Element/mphantom
3102
+ * @url https://developer.mozilla.org/en-US/docs/Web/API/MathMLElement
3103
+ */
3104
+ mphantom: MathMLMphantomElementAttributes<MathMLElement>;
3105
+ /**
3106
+ * @url https://developer.mozilla.org/en-US/docs/Web/MathML/Element/mprescripts
3107
+ * @url https://developer.mozilla.org/en-US/docs/Web/API/MathMLElement
3108
+ */
3109
+ mprescripts: MathMLMprescriptsElementAttributes<MathMLElement>;
3110
+ /**
3111
+ * @url https://developer.mozilla.org/en-US/docs/Web/MathML/Element/mroot
3112
+ * @url https://developer.mozilla.org/en-US/docs/Web/API/MathMLElement
3113
+ */
3114
+ mroot: MathMLMrootElementAttributes<MathMLElement>;
3115
+ /**
3116
+ * @url https://developer.mozilla.org/en-US/docs/Web/MathML/Element/mrow
3117
+ * @url https://developer.mozilla.org/en-US/docs/Web/API/MathMLElement
3118
+ */
3119
+ mrow: MathMLMrowElementAttributes<MathMLElement>;
3120
+ /**
3121
+ * @url https://developer.mozilla.org/en-US/docs/Web/MathML/Element/ms
3122
+ * @url https://developer.mozilla.org/en-US/docs/Web/API/MathMLElement
3123
+ */
3124
+ ms: MathMLMsElementAttributes<MathMLElement>;
3125
+ /**
3126
+ * @url https://developer.mozilla.org/en-US/docs/Web/MathML/Element/mspace
3127
+ * @url https://developer.mozilla.org/en-US/docs/Web/API/MathMLElement
3128
+ */
3129
+ mspace: MathMLMspaceElementAttributes<MathMLElement>;
3130
+ /**
3131
+ * @url https://developer.mozilla.org/en-US/docs/Web/MathML/Element/msqrt
3132
+ * @url https://developer.mozilla.org/en-US/docs/Web/API/MathMLElement
3133
+ */
3134
+ msqrt: MathMLMsqrtElementAttributes<MathMLElement>;
3135
+ /**
3136
+ * @url https://developer.mozilla.org/en-US/docs/Web/MathML/Element/mstyle
3137
+ * @url https://developer.mozilla.org/en-US/docs/Web/API/MathMLElement
3138
+ */
3139
+ mstyle: MathMLMstyleElementAttributes<MathMLElement>;
3140
+ /**
3141
+ * @url https://developer.mozilla.org/en-US/docs/Web/MathML/Element/msub
3142
+ * @url https://developer.mozilla.org/en-US/docs/Web/API/MathMLElement
3143
+ */
3144
+ msub: MathMLMsubElementAttributes<MathMLElement>;
3145
+ /**
3146
+ * @url https://developer.mozilla.org/en-US/docs/Web/MathML/Element/msubsup
3147
+ * @url https://developer.mozilla.org/en-US/docs/Web/API/MathMLElement
3148
+ */
3149
+ msubsup: MathMLMsubsupElementAttributes<MathMLElement>;
3150
+ /**
3151
+ * @url https://developer.mozilla.org/en-US/docs/Web/MathML/Element/msup
3152
+ * @url https://developer.mozilla.org/en-US/docs/Web/API/MathMLElement
3153
+ */
3154
+ msup: MathMLMsupElementAttributes<MathMLElement>;
3155
+ /**
3156
+ * @url https://developer.mozilla.org/en-US/docs/Web/MathML/Element/mtable
3157
+ * @url https://developer.mozilla.org/en-US/docs/Web/API/MathMLElement
3158
+ */
3159
+ mtable: MathMLMtableElementAttributes<MathMLElement>;
3160
+ /**
3161
+ * @url https://developer.mozilla.org/en-US/docs/Web/MathML/Element/mtd
3162
+ * @url https://developer.mozilla.org/en-US/docs/Web/API/MathMLElement
3163
+ */
3164
+ mtd: MathMLMtdElementAttributes<MathMLElement>;
3165
+ /**
3166
+ * @url https://developer.mozilla.org/en-US/docs/Web/MathML/Element/mtext
3167
+ * @url https://developer.mozilla.org/en-US/docs/Web/API/MathMLElement
3168
+ */
3169
+ mtext: MathMLMtextElementAttributes<MathMLElement>;
3170
+ /**
3171
+ * @url https://developer.mozilla.org/en-US/docs/Web/MathML/Element/mtr
3172
+ * @url https://developer.mozilla.org/en-US/docs/Web/API/MathMLElement
3173
+ */
3174
+ mtr: MathMLMtrElementAttributes<MathMLElement>;
3175
+ /**
3176
+ * @url https://developer.mozilla.org/en-US/docs/Web/MathML/Element/munder
3177
+ * @url https://developer.mozilla.org/en-US/docs/Web/API/MathMLElement
3178
+ */
3179
+ munder: MathMLMunderElementAttributes<MathMLElement>;
3180
+ /**
3181
+ * @url https://developer.mozilla.org/en-US/docs/Web/MathML/Element/munderover
3182
+ * @url https://developer.mozilla.org/en-US/docs/Web/API/MathMLElement
3183
+ */
3184
+ munderover: MathMLMunderoverElementAttributes<MathMLElement>;
3185
+ /**
3186
+ * @url https://developer.mozilla.org/en-US/docs/Web/MathML/Element/semantics
3187
+ * @url https://developer.mozilla.org/en-US/docs/Web/API/MathMLElement
3188
+ */
3189
+ semantics: MathMLSemanticsElementAttributes<MathMLElement>;
3190
+ /**
3191
+ * @non-standard
3192
+ * @url https://developer.mozilla.org/en-US/docs/Web/MathML/Element/menclose
3193
+ * @url https://developer.mozilla.org/en-US/docs/Web/API/MathMLElement
3194
+ */
3195
+ menclose: MathMLMencloseElementAttributes<MathMLElement>;
3196
+ /**
3197
+ * @deprecated
3198
+ * @url https://developer.mozilla.org/en-US/docs/Web/MathML/Element/maction
3199
+ * @url https://developer.mozilla.org/en-US/docs/Web/API/MathMLElement
3200
+ */
3201
+ maction: MathMLMactionElementAttributes<MathMLElement>;
3202
+ /**
3203
+ * @deprecated
3204
+ * @non-standard
3205
+ * @url https://developer.mozilla.org/en-US/docs/Web/MathML/Element/mfenced
3206
+ * @url https://developer.mozilla.org/en-US/docs/Web/API/MathMLElement
3207
+ */
3208
+ mfenced: MathMLMfencedElementAttributes<MathMLElement>;
3209
+ }
3210
+ export interface IntrinsicElements extends HTMLElementTags, HTMLElementDeprecatedTags, SVGElementTags, MathMLElementTags {
3211
+ [elemName: string]: DOMAttributes<HTMLElement>;
3212
+ }
3213
+ export {};
3214
+ }
3215
+ export {};
3216
+ //# sourceMappingURL=jsx.d.ts.map