verstak 0.23.121 → 0.23.123

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.
@@ -0,0 +1,175 @@
1
+ import { El, RxNodeSpec } from "../core/api.js";
2
+ export declare function HtmlBody(spec?: RxNodeSpec<El<HTMLElement>>, base?: RxNodeSpec<El<HTMLElement>>): El<HTMLElement>;
3
+ export declare function A<M = unknown, R = void>(spec?: RxNodeSpec<El<HTMLAnchorElement, M, void, R>>, base?: RxNodeSpec<El<HTMLAnchorElement, M, void, R>>): El<HTMLAnchorElement, M, void, R>;
4
+ export declare function Abbr<M = unknown, R = void>(spec?: RxNodeSpec<El<HTMLElement, M, void, R>>, base?: RxNodeSpec<El<HTMLElement, M, void, R>>): El<HTMLElement, M, void, R>;
5
+ export declare function Address<M = unknown, R = void>(spec?: RxNodeSpec<El<HTMLElement, M, void, R>>, base?: RxNodeSpec<El<HTMLElement, M, void, R>>): El<HTMLElement, M, void, R>;
6
+ export declare function Area<M = unknown, R = void>(spec?: RxNodeSpec<El<HTMLAreaElement, M, void, R>>, base?: RxNodeSpec<El<HTMLAreaElement, M, void, R>>): El<HTMLAreaElement, M, void, R>;
7
+ export declare function Article<M = unknown, R = void>(spec?: RxNodeSpec<El<HTMLElement, M, void, R>>, base?: RxNodeSpec<El<HTMLElement, M, void, R>>): El<HTMLElement, M, void, R>;
8
+ export declare function Aside<M = unknown, R = void>(spec?: RxNodeSpec<El<HTMLElement, M, void, R>>, base?: RxNodeSpec<El<HTMLElement, M, void, R>>): El<HTMLElement, M, void, R>;
9
+ export declare function Audio<M = unknown, R = void>(spec?: RxNodeSpec<El<HTMLAudioElement, M, void, R>>, base?: RxNodeSpec<El<HTMLAudioElement, M, void, R>>): El<HTMLAudioElement, M, void, R>;
10
+ export declare function B<M = unknown, R = void>(spec?: RxNodeSpec<El<HTMLElement, M, void, R>>, base?: RxNodeSpec<El<HTMLElement, M, void, R>>): El<HTMLElement, M, void, R>;
11
+ export declare function Base<M = unknown, R = void>(spec?: RxNodeSpec<El<HTMLBaseElement, M, void, R>>, base?: RxNodeSpec<El<HTMLBaseElement, M, void, R>>): El<HTMLBaseElement, M, void, R>;
12
+ export declare function Bdi<M = unknown, R = void>(spec?: RxNodeSpec<El<HTMLElement, M, void, R>>, base?: RxNodeSpec<El<HTMLElement, M, void, R>>): El<HTMLElement, M, void, R>;
13
+ export declare function Bdo<M = unknown, R = void>(spec?: RxNodeSpec<El<HTMLElement, M, void, R>>, base?: RxNodeSpec<El<HTMLElement, M, void, R>>): El<HTMLElement, M, void, R>;
14
+ export declare function Big<M = unknown, R = void>(spec?: RxNodeSpec<El<HTMLElement, M, void, R>>, base?: RxNodeSpec<El<HTMLElement, M, void, R>>): El<HTMLElement, M, void, R>;
15
+ export declare function BlockQuote<M = unknown, R = void>(spec?: RxNodeSpec<El<HTMLElement, M, void, R>>, base?: RxNodeSpec<El<HTMLElement, M, void, R>>): El<HTMLElement, M, void, R>;
16
+ export declare function Body<M = unknown, R = void>(spec?: RxNodeSpec<El<HTMLBodyElement, M, void, R>>, base?: RxNodeSpec<El<HTMLBodyElement, M, void, R>>): El<HTMLBodyElement, M, void, R>;
17
+ export declare function BR<M = unknown, R = void>(spec?: RxNodeSpec<El<HTMLBRElement, M, void, R>>, base?: RxNodeSpec<El<HTMLBRElement, M, void, R>>): El<HTMLBRElement, M, void, R>;
18
+ export declare function Button<M = unknown, R = void>(spec?: RxNodeSpec<El<HTMLButtonElement, M, void, R>>, base?: RxNodeSpec<El<HTMLButtonElement, M, void, R>>): El<HTMLButtonElement, M, void, R>;
19
+ export declare function Canvas<M = unknown, R = void>(spec?: RxNodeSpec<El<HTMLCanvasElement, M, void, R>>, base?: RxNodeSpec<El<HTMLCanvasElement, M, void, R>>): El<HTMLCanvasElement, M, void, R>;
20
+ export declare function Caption<M = unknown, R = void>(spec?: RxNodeSpec<El<HTMLTableCaptionElement, M, void, R>>, base?: RxNodeSpec<El<HTMLTableCaptionElement, M, void, R>>): El<HTMLTableCaptionElement, M, void, R>;
21
+ export declare function Cite<M = unknown, R = void>(spec?: RxNodeSpec<El<HTMLElement, M, void, R>>, base?: RxNodeSpec<El<HTMLElement, M, void, R>>): El<HTMLElement, M, void, R>;
22
+ export declare function Code<M = unknown, R = void>(spec?: RxNodeSpec<El<HTMLElement, M, void, R>>, base?: RxNodeSpec<El<HTMLElement, M, void, R>>): El<HTMLElement, M, void, R>;
23
+ export declare function Col<M = unknown, R = void>(spec?: RxNodeSpec<El<HTMLTableColElement, M, void, R>>, base?: RxNodeSpec<El<HTMLTableColElement, M, void, R>>): El<HTMLTableColElement, M, void, R>;
24
+ export declare function ColGroup<M = unknown, R = void>(spec?: RxNodeSpec<El<HTMLTableColElement, M, void, R>>, base?: RxNodeSpec<El<HTMLTableColElement, M, void, R>>): El<HTMLTableColElement, M, void, R>;
25
+ export declare function Data<M = unknown, R = void>(spec?: RxNodeSpec<El<HTMLDataElement, M, void, R>>, base?: RxNodeSpec<El<HTMLDataElement, M, void, R>>): El<HTMLDataElement, M, void, R>;
26
+ export declare function DataList<M = unknown, R = void>(spec?: RxNodeSpec<El<HTMLDataListElement, M, void, R>>, base?: RxNodeSpec<El<HTMLDataListElement, M, void, R>>): El<HTMLDataListElement, M, void, R>;
27
+ export declare function DD<M = unknown, R = void>(spec?: RxNodeSpec<El<HTMLElement, M, void, R>>, base?: RxNodeSpec<El<HTMLElement, M, void, R>>): El<HTMLElement, M, void, R>;
28
+ export declare function Del<M = unknown, R = void>(spec?: RxNodeSpec<El<HTMLElement, M, void, R>>, base?: RxNodeSpec<El<HTMLElement, M, void, R>>): El<HTMLElement, M, void, R>;
29
+ export declare function Details<M = unknown, R = void>(spec?: RxNodeSpec<El<HTMLElement, M, void, R>>, base?: RxNodeSpec<El<HTMLElement, M, void, R>>): El<HTMLElement, M, void, R>;
30
+ export declare function Dfn<M = unknown, R = void>(spec?: RxNodeSpec<El<HTMLElement, M, void, R>>, base?: RxNodeSpec<El<HTMLElement, M, void, R>>): El<HTMLElement, M, void, R>;
31
+ export declare function Div<M = unknown, R = void>(spec?: RxNodeSpec<El<HTMLDivElement, M, void, R>>, base?: RxNodeSpec<El<HTMLDivElement, M, void, R>>): El<HTMLDivElement, M, void, R>;
32
+ export declare function DL<M = unknown, R = void>(spec?: RxNodeSpec<El<HTMLDListElement, M, void, R>>, base?: RxNodeSpec<El<HTMLDListElement, M, void, R>>): El<HTMLDListElement, M, void, R>;
33
+ export declare function DT<M = unknown, R = void>(spec?: RxNodeSpec<El<HTMLElement, M, void, R>>, base?: RxNodeSpec<El<HTMLElement, M, void, R>>): El<HTMLElement, M, void, R>;
34
+ export declare function EM<M = unknown, R = void>(spec?: RxNodeSpec<El<HTMLElement, M, void, R>>, base?: RxNodeSpec<El<HTMLElement, M, void, R>>): El<HTMLElement, M, void, R>;
35
+ export declare function Embed<M = unknown, R = void>(spec?: RxNodeSpec<El<HTMLEmbedElement, M, void, R>>, base?: RxNodeSpec<El<HTMLEmbedElement, M, void, R>>): El<HTMLEmbedElement, M, void, R>;
36
+ export declare function FieldSet<M = unknown, R = void>(spec?: RxNodeSpec<El<HTMLFieldSetElement, M, void, R>>, base?: RxNodeSpec<El<HTMLFieldSetElement, M, void, R>>): El<HTMLFieldSetElement, M, void, R>;
37
+ export declare function FigCaption<M = unknown, R = void>(spec?: RxNodeSpec<El<HTMLElement, M, void, R>>, base?: RxNodeSpec<El<HTMLElement, M, void, R>>): El<HTMLElement, M, void, R>;
38
+ export declare function Figure<M = unknown, R = void>(spec?: RxNodeSpec<El<HTMLElement, M, void, R>>, base?: RxNodeSpec<El<HTMLElement, M, void, R>>): El<HTMLElement, M, void, R>;
39
+ export declare function Footer<M = unknown, R = void>(spec?: RxNodeSpec<El<HTMLElement, M, void, R>>, base?: RxNodeSpec<El<HTMLElement, M, void, R>>): El<HTMLElement, M, void, R>;
40
+ export declare function Form<M = unknown, R = void>(spec?: RxNodeSpec<El<HTMLFormElement, M, void, R>>, base?: RxNodeSpec<El<HTMLFormElement, M, void, R>>): El<HTMLFormElement, M, void, R>;
41
+ export declare function H1<M = unknown, R = void>(spec?: RxNodeSpec<El<HTMLHeadingElement, M, void, R>>, base?: RxNodeSpec<El<HTMLHeadingElement, M, void, R>>): El<HTMLHeadingElement, M, void, R>;
42
+ export declare function H2<M = unknown, R = void>(spec?: RxNodeSpec<El<HTMLHeadingElement, M, void, R>>, base?: RxNodeSpec<El<HTMLHeadingElement, M, void, R>>): El<HTMLHeadingElement, M, void, R>;
43
+ export declare function H3<M = unknown, R = void>(spec?: RxNodeSpec<El<HTMLHeadingElement, M, void, R>>, base?: RxNodeSpec<El<HTMLHeadingElement, M, void, R>>): El<HTMLHeadingElement, M, void, R>;
44
+ export declare function H4<M = unknown, R = void>(spec?: RxNodeSpec<El<HTMLHeadingElement, M, void, R>>, base?: RxNodeSpec<El<HTMLHeadingElement, M, void, R>>): El<HTMLHeadingElement, M, void, R>;
45
+ export declare function H5<M = unknown, R = void>(spec?: RxNodeSpec<El<HTMLHeadingElement, M, void, R>>, base?: RxNodeSpec<El<HTMLHeadingElement, M, void, R>>): El<HTMLHeadingElement, M, void, R>;
46
+ export declare function H6<M = unknown, R = void>(spec?: RxNodeSpec<El<HTMLHeadingElement, M, void, R>>, base?: RxNodeSpec<El<HTMLHeadingElement, M, void, R>>): El<HTMLHeadingElement, M, void, R>;
47
+ export declare function Head<M = unknown, R = void>(spec?: RxNodeSpec<El<HTMLHeadElement, M, void, R>>, base?: RxNodeSpec<El<HTMLHeadElement, M, void, R>>): El<HTMLHeadElement, M, void, R>;
48
+ export declare function Header<M = unknown, R = void>(spec?: RxNodeSpec<El<HTMLElement, M, void, R>>, base?: RxNodeSpec<El<HTMLElement, M, void, R>>): El<HTMLElement, M, void, R>;
49
+ export declare function HGroup<M = unknown, R = void>(spec?: RxNodeSpec<El<HTMLElement, M, void, R>>, base?: RxNodeSpec<El<HTMLElement, M, void, R>>): El<HTMLElement, M, void, R>;
50
+ export declare function HR<M = unknown, R = void>(spec?: RxNodeSpec<El<HTMLHRElement, M, void, R>>, base?: RxNodeSpec<El<HTMLHRElement, M, void, R>>): El<HTMLHRElement, M, void, R>;
51
+ export declare function Html<M = unknown, R = void>(spec?: RxNodeSpec<El<HTMLHtmlElement, M, void, R>>, base?: RxNodeSpec<El<HTMLHtmlElement, M, void, R>>): El<HTMLHtmlElement, M, void, R>;
52
+ export declare function I<M = unknown, R = void>(spec?: RxNodeSpec<El<HTMLElement, M, void, R>>, base?: RxNodeSpec<El<HTMLElement, M, void, R>>): El<HTMLElement, M, void, R>;
53
+ export declare function IFrame<M = unknown, R = void>(spec?: RxNodeSpec<El<HTMLIFrameElement, M, void, R>>, base?: RxNodeSpec<El<HTMLIFrameElement, M, void, R>>): El<HTMLIFrameElement, M, void, R>;
54
+ export declare function Img<M = unknown, R = void>(spec?: RxNodeSpec<El<HTMLImageElement, M, void, R>>, base?: RxNodeSpec<El<HTMLImageElement, M, void, R>>): El<HTMLImageElement, M, void, R>;
55
+ export declare function Input<M = unknown, R = void>(spec?: RxNodeSpec<El<HTMLInputElement, M, void, R>>, base?: RxNodeSpec<El<HTMLInputElement, M, void, R>>): El<HTMLInputElement, M, void, R>;
56
+ export declare function Ins<M = unknown, R = void>(spec?: RxNodeSpec<El<HTMLModElement, M, void, R>>, base?: RxNodeSpec<El<HTMLModElement, M, void, R>>): El<HTMLModElement, M, void, R>;
57
+ export declare function Kbd<M = unknown, R = void>(spec?: RxNodeSpec<El<HTMLElement, M, void, R>>, base?: RxNodeSpec<El<HTMLElement, M, void, R>>): El<HTMLElement, M, void, R>;
58
+ export declare function KeyGen<M = unknown, R = void>(spec?: RxNodeSpec<El<HTMLElement, M, void, R>>, base?: RxNodeSpec<El<HTMLElement, M, void, R>>): El<HTMLElement, M, void, R>;
59
+ export declare function Label<M = unknown, R = void>(spec?: RxNodeSpec<El<HTMLLabelElement, M, void, R>>, base?: RxNodeSpec<El<HTMLLabelElement, M, void, R>>): El<HTMLLabelElement, M, void, R>;
60
+ export declare function Legend<M = unknown, R = void>(spec?: RxNodeSpec<El<HTMLLegendElement, M, void, R>>, base?: RxNodeSpec<El<HTMLLegendElement, M, void, R>>): El<HTMLLegendElement, M, void, R>;
61
+ export declare function LI<M = unknown, R = void>(spec?: RxNodeSpec<El<HTMLLIElement, M, void, R>>, base?: RxNodeSpec<El<HTMLLIElement, M, void, R>>): El<HTMLLIElement, M, void, R>;
62
+ export declare function Link<M = unknown, R = void>(spec?: RxNodeSpec<El<HTMLLinkElement, M, void, R>>, base?: RxNodeSpec<El<HTMLLinkElement, M, void, R>>): El<HTMLLinkElement, M, void, R>;
63
+ export declare function Main<M = unknown, R = void>(spec?: RxNodeSpec<El<HTMLElement, M, void, R>>, base?: RxNodeSpec<El<HTMLElement, M, void, R>>): El<HTMLElement, M, void, R>;
64
+ export declare function Map<M = unknown, R = void>(spec?: RxNodeSpec<El<HTMLMapElement, M, void, R>>, base?: RxNodeSpec<El<HTMLMapElement, M, void, R>>): El<HTMLMapElement, M, void, R>;
65
+ export declare function Mark<M = unknown, R = void>(spec?: RxNodeSpec<El<HTMLElement, M, void, R>>, base?: RxNodeSpec<El<HTMLElement, M, void, R>>): El<HTMLElement, M, void, R>;
66
+ export declare function Menu<M = unknown, R = void>(spec?: RxNodeSpec<El<HTMLElement, M, void, R>>, base?: RxNodeSpec<El<HTMLElement, M, void, R>>): El<HTMLElement, M, void, R>;
67
+ export declare function MenuItem<M = unknown, R = void>(spec?: RxNodeSpec<El<HTMLElement, M, void, R>>, base?: RxNodeSpec<El<HTMLElement, M, void, R>>): El<HTMLElement, M, void, R>;
68
+ export declare function Meta<M = unknown, R = void>(spec?: RxNodeSpec<El<HTMLMetaElement, M, void, R>>, base?: RxNodeSpec<El<HTMLMetaElement, M, void, R>>): El<HTMLMetaElement, M, void, R>;
69
+ export declare function Meter<M = unknown, R = void>(spec?: RxNodeSpec<El<HTMLElement, M, void, R>>, base?: RxNodeSpec<El<HTMLElement, M, void, R>>): El<HTMLElement, M, void, R>;
70
+ export declare function Nav<M = unknown, R = void>(spec?: RxNodeSpec<El<HTMLElement, M, void, R>>, base?: RxNodeSpec<El<HTMLElement, M, void, R>>): El<HTMLElement, M, void, R>;
71
+ export declare function NoIndex<M = unknown, R = void>(spec?: RxNodeSpec<El<HTMLElement, M, void, R>>, base?: RxNodeSpec<El<HTMLElement, M, void, R>>): El<HTMLElement, M, void, R>;
72
+ export declare function NoScript<M = unknown, R = void>(spec?: RxNodeSpec<El<HTMLElement, M, void, R>>, base?: RxNodeSpec<El<HTMLElement, M, void, R>>): El<HTMLElement, M, void, R>;
73
+ export declare function Obj<M = unknown, R = void>(spec?: RxNodeSpec<El<HTMLObjectElement, M, void, R>>, base?: RxNodeSpec<El<HTMLObjectElement, M, void, R>>): El<HTMLObjectElement, M, void, R>;
74
+ export declare function OL<M = unknown, R = void>(spec?: RxNodeSpec<El<HTMLOListElement, M, void, R>>, base?: RxNodeSpec<El<HTMLOListElement, M, void, R>>): El<HTMLOListElement, M, void, R>;
75
+ export declare function OptGroup<M = unknown, R = void>(spec?: RxNodeSpec<El<HTMLOptGroupElement, M, void, R>>, base?: RxNodeSpec<El<HTMLOptGroupElement, M, void, R>>): El<HTMLOptGroupElement, M, void, R>;
76
+ export declare function Option<M = unknown, R = void>(spec?: RxNodeSpec<El<HTMLOptionElement, M, void, R>>, base?: RxNodeSpec<El<HTMLOptionElement, M, void, R>>): El<HTMLOptionElement, M, void, R>;
77
+ export declare function Output<M = unknown, R = void>(spec?: RxNodeSpec<El<HTMLElement, M, void, R>>, base?: RxNodeSpec<El<HTMLElement, M, void, R>>): El<HTMLElement, M, void, R>;
78
+ export declare function P<M = unknown, R = void>(spec?: RxNodeSpec<El<HTMLParagraphElement, M, void, R>>, base?: RxNodeSpec<El<HTMLParagraphElement, M, void, R>>): El<HTMLParagraphElement, M, void, R>;
79
+ export declare function Param<M = unknown, R = void>(spec?: RxNodeSpec<El<HTMLElement, M, void, R>>, base?: RxNodeSpec<El<HTMLElement, M, void, R>>): El<HTMLElement, M, void, R>;
80
+ export declare function Picture<M = unknown, R = void>(spec?: RxNodeSpec<El<HTMLElement, M, void, R>>, base?: RxNodeSpec<El<HTMLElement, M, void, R>>): El<HTMLElement, M, void, R>;
81
+ export declare function Pre<M = unknown, R = void>(spec?: RxNodeSpec<El<HTMLPreElement, M, void, R>>, base?: RxNodeSpec<El<HTMLPreElement, M, void, R>>): El<HTMLPreElement, M, void, R>;
82
+ export declare function Progress<M = unknown, R = void>(spec?: RxNodeSpec<El<HTMLProgressElement, M, void, R>>, base?: RxNodeSpec<El<HTMLProgressElement, M, void, R>>): El<HTMLProgressElement, M, void, R>;
83
+ export declare function Q<M = unknown, R = void>(spec?: RxNodeSpec<El<HTMLQuoteElement, M, void, R>>, base?: RxNodeSpec<El<HTMLQuoteElement, M, void, R>>): El<HTMLQuoteElement, M, void, R>;
84
+ export declare function RP<M = unknown, R = void>(spec?: RxNodeSpec<El<HTMLElement, M, void, R>>, base?: RxNodeSpec<El<HTMLElement, M, void, R>>): El<HTMLElement, M, void, R>;
85
+ export declare function RT<M = unknown, R = void>(spec?: RxNodeSpec<El<HTMLElement, M, void, R>>, base?: RxNodeSpec<El<HTMLElement, M, void, R>>): El<HTMLElement, M, void, R>;
86
+ export declare function Ruby<M = unknown, R = void>(spec?: RxNodeSpec<El<HTMLElement, M, void, R>>, base?: RxNodeSpec<El<HTMLElement, M, void, R>>): El<HTMLElement, M, void, R>;
87
+ export declare function S<M = unknown, R = void>(spec?: RxNodeSpec<El<HTMLElement, M, void, R>>, base?: RxNodeSpec<El<HTMLElement, M, void, R>>): El<HTMLElement, M, void, R>;
88
+ export declare function Samp<M = unknown, R = void>(spec?: RxNodeSpec<El<HTMLElement, M, void, R>>, base?: RxNodeSpec<El<HTMLElement, M, void, R>>): El<HTMLElement, M, void, R>;
89
+ export declare function Script<M = unknown, R = void>(spec?: RxNodeSpec<El<HTMLScriptElement, M, void, R>>, base?: RxNodeSpec<El<HTMLScriptElement, M, void, R>>): El<HTMLScriptElement, M, void, R>;
90
+ export declare function Sctn<M = unknown, R = void>(spec?: RxNodeSpec<El<HTMLElement, M, void, R>>, base?: RxNodeSpec<El<HTMLElement, M, void, R>>): El<HTMLElement, M, void, R>;
91
+ export declare function Select<M = unknown, R = void>(spec?: RxNodeSpec<El<HTMLSelectElement, M, void, R>>, base?: RxNodeSpec<El<HTMLSelectElement, M, void, R>>): El<HTMLSelectElement, M, void, R>;
92
+ export declare function Small<M = unknown, R = void>(spec?: RxNodeSpec<El<HTMLElement, M, void, R>>, base?: RxNodeSpec<El<HTMLElement, M, void, R>>): El<HTMLElement, M, void, R>;
93
+ export declare function Source<M = unknown, R = void>(spec?: RxNodeSpec<El<HTMLSourceElement, M, void, R>>, base?: RxNodeSpec<El<HTMLSourceElement, M, void, R>>): El<HTMLSourceElement, M, void, R>;
94
+ export declare function Span<M = unknown, R = void>(spec?: RxNodeSpec<El<HTMLSpanElement, M, void, R>>, base?: RxNodeSpec<El<HTMLSpanElement, M, void, R>>): El<HTMLSpanElement, M, void, R>;
95
+ export declare function Strong<M = unknown, R = void>(spec?: RxNodeSpec<El<HTMLElement, M, void, R>>, base?: RxNodeSpec<El<HTMLElement, M, void, R>>): El<HTMLElement, M, void, R>;
96
+ export declare function Style<M = unknown, R = void>(spec?: RxNodeSpec<El<HTMLStyleElement, M, void, R>>, base?: RxNodeSpec<El<HTMLStyleElement, M, void, R>>): El<HTMLStyleElement, M, void, R>;
97
+ export declare function Sub<M = unknown, R = void>(spec?: RxNodeSpec<El<HTMLElement, M, void, R>>, base?: RxNodeSpec<El<HTMLElement, M, void, R>>): El<HTMLElement, M, void, R>;
98
+ export declare function Summary<M = unknown, R = void>(spec?: RxNodeSpec<El<HTMLElement, M, void, R>>, base?: RxNodeSpec<El<HTMLElement, M, void, R>>): El<HTMLElement, M, void, R>;
99
+ export declare function Sup<M = unknown, R = void>(spec?: RxNodeSpec<El<HTMLElement, M, void, R>>, base?: RxNodeSpec<El<HTMLElement, M, void, R>>): El<HTMLElement, M, void, R>;
100
+ export declare function Tbl<M = unknown, R = void>(spec?: RxNodeSpec<El<HTMLTableElement, M, void, R>>, base?: RxNodeSpec<El<HTMLTableElement, M, void, R>>): El<HTMLTableElement, M, void, R>;
101
+ export declare function Template<M = unknown, R = void>(spec?: RxNodeSpec<El<HTMLTemplateElement, M, void, R>>, base?: RxNodeSpec<El<HTMLTemplateElement, M, void, R>>): El<HTMLTemplateElement, M, void, R>;
102
+ export declare function TBody<M = unknown, R = void>(spec?: RxNodeSpec<El<HTMLTableSectionElement, M, void, R>>, base?: RxNodeSpec<El<HTMLTableSectionElement, M, void, R>>): El<HTMLTableSectionElement, M, void, R>;
103
+ export declare function TD<M = unknown, R = void>(spec?: RxNodeSpec<El<HTMLTableCellElement, M, void, R>>, base?: RxNodeSpec<El<HTMLTableCellElement, M, void, R>>): El<HTMLTableCellElement, M, void, R>;
104
+ export declare function TextArea<M = unknown, R = void>(spec?: RxNodeSpec<El<HTMLTextAreaElement, M, void, R>>, base?: RxNodeSpec<El<HTMLTextAreaElement, M, void, R>>): El<HTMLTextAreaElement, M, void, R>;
105
+ export declare function TFoot<M = unknown, R = void>(spec?: RxNodeSpec<El<HTMLTableSectionElement, M, void, R>>, base?: RxNodeSpec<El<HTMLTableSectionElement, M, void, R>>): El<HTMLTableSectionElement, M, void, R>;
106
+ export declare function TH<M = unknown, R = void>(spec?: RxNodeSpec<El<HTMLTableCellElement, M, void, R>>, base?: RxNodeSpec<El<HTMLTableCellElement, M, void, R>>): El<HTMLTableCellElement, M, void, R>;
107
+ export declare function THead<M = unknown, R = void>(spec?: RxNodeSpec<El<HTMLTableSectionElement, M, void, R>>, base?: RxNodeSpec<El<HTMLTableSectionElement, M, void, R>>): El<HTMLTableSectionElement, M, void, R>;
108
+ export declare function Time<M = unknown, R = void>(spec?: RxNodeSpec<El<HTMLElement, M, void, R>>, base?: RxNodeSpec<El<HTMLElement, M, void, R>>): El<HTMLElement, M, void, R>;
109
+ export declare function Title<M = unknown, R = void>(spec?: RxNodeSpec<El<HTMLTitleElement, M, void, R>>, base?: RxNodeSpec<El<HTMLTitleElement, M, void, R>>): El<HTMLTitleElement, M, void, R>;
110
+ export declare function TR<M = unknown, R = void>(spec?: RxNodeSpec<El<HTMLTableRowElement, M, void, R>>, base?: RxNodeSpec<El<HTMLTableRowElement, M, void, R>>): El<HTMLTableRowElement, M, void, R>;
111
+ export declare function Track<M = unknown, R = void>(spec?: RxNodeSpec<El<HTMLTrackElement, M, void, R>>, base?: RxNodeSpec<El<HTMLTrackElement, M, void, R>>): El<HTMLTrackElement, M, void, R>;
112
+ export declare function U<M = unknown, R = void>(spec?: RxNodeSpec<El<HTMLElement, M, void, R>>, base?: RxNodeSpec<El<HTMLElement, M, void, R>>): El<HTMLElement, M, void, R>;
113
+ export declare function UL<M = unknown, R = void>(spec?: RxNodeSpec<El<HTMLUListElement, M, void, R>>, base?: RxNodeSpec<El<HTMLUListElement, M, void, R>>): El<HTMLUListElement, M, void, R>;
114
+ export declare function Var<M = unknown, R = void>(spec?: RxNodeSpec<El<HTMLElement, M, void, R>>, base?: RxNodeSpec<El<HTMLElement, M, void, R>>): El<HTMLElement, M, void, R>;
115
+ export declare function Video<M = unknown, R = void>(spec?: RxNodeSpec<El<HTMLVideoElement, M, void, R>>, base?: RxNodeSpec<El<HTMLVideoElement, M, void, R>>): El<HTMLVideoElement, M, void, R>;
116
+ export declare function Wbr<M = unknown, R = void>(spec?: RxNodeSpec<El<HTMLElement, M, void, R>>, base?: RxNodeSpec<El<HTMLElement, M, void, R>>): El<HTMLElement, M, void, R>;
117
+ export declare function Svg<M = unknown, R = void>(spec?: RxNodeSpec<El<SVGSVGElement, M, void, R>>, base?: RxNodeSpec<El<SVGSVGElement, M, void, R>>): El<SVGSVGElement, M, void, R>;
118
+ export declare function SvgA<M = unknown, R = void>(spec?: RxNodeSpec<El<SVGAElement, M, void, R>>, base?: RxNodeSpec<El<SVGAElement, M, void, R>>): El<SVGAElement, M, void, R>;
119
+ export declare function Animate<M = unknown, R = void>(spec?: RxNodeSpec<El<SVGAnimateElement, M, void, R>>, base?: RxNodeSpec<El<SVGAnimateElement, M, void, R>>): El<SVGAnimateElement, M, void, R>;
120
+ export declare function AnimateMotion<M = unknown, R = void>(spec?: RxNodeSpec<El<SVGAnimateMotionElement, M, void, R>>, base?: RxNodeSpec<El<SVGAnimateMotionElement, M, void, R>>): El<SVGAnimateMotionElement, M, void, R>;
121
+ export declare function AnimateTransform<M = unknown, R = void>(spec?: RxNodeSpec<El<SVGAnimateTransformElement, M, void, R>>, base?: RxNodeSpec<El<SVGAnimateTransformElement, M, void, R>>): El<SVGAnimateTransformElement, M, void, R>;
122
+ export declare function Circle<M = unknown, R = void>(spec?: RxNodeSpec<El<SVGCircleElement, M, void, R>>, base?: RxNodeSpec<El<SVGCircleElement, M, void, R>>): El<SVGCircleElement, M, void, R>;
123
+ export declare function ClipPath<M = unknown, R = void>(spec?: RxNodeSpec<El<SVGClipPathElement, M, void, R>>, base?: RxNodeSpec<El<SVGClipPathElement, M, void, R>>): El<SVGClipPathElement, M, void, R>;
124
+ export declare function Defs<M = unknown, R = void>(spec?: RxNodeSpec<El<SVGDefsElement, M, void, R>>, base?: RxNodeSpec<El<SVGDefsElement, M, void, R>>): El<SVGDefsElement, M, void, R>;
125
+ export declare function Desc<M = unknown, R = void>(spec?: RxNodeSpec<El<SVGDescElement, M, void, R>>, base?: RxNodeSpec<El<SVGDescElement, M, void, R>>): El<SVGDescElement, M, void, R>;
126
+ export declare function Ellipse<M = unknown, R = void>(spec?: RxNodeSpec<El<SVGEllipseElement, M, void, R>>, base?: RxNodeSpec<El<SVGEllipseElement, M, void, R>>): El<SVGEllipseElement, M, void, R>;
127
+ export declare function FeBlend<M = unknown, R = void>(spec?: RxNodeSpec<El<SVGFEBlendElement, M, void, R>>, base?: RxNodeSpec<El<SVGFEBlendElement, M, void, R>>): El<SVGFEBlendElement, M, void, R>;
128
+ export declare function FeColorMatrix<M = unknown, R = void>(spec?: RxNodeSpec<El<SVGFEColorMatrixElement, M, void, R>>, base?: RxNodeSpec<El<SVGFEColorMatrixElement, M, void, R>>): El<SVGFEColorMatrixElement, M, void, R>;
129
+ export declare function FeComponentTransfer<M = unknown, R = void>(spec?: RxNodeSpec<El<SVGFEComponentTransferElement, M, void, R>>, base?: RxNodeSpec<El<SVGFEComponentTransferElement, M, void, R>>): El<SVGFEComponentTransferElement, M, void, R>;
130
+ export declare function FeComposite<M = unknown, R = void>(spec?: RxNodeSpec<El<SVGFECompositeElement, M, void, R>>, base?: RxNodeSpec<El<SVGFECompositeElement, M, void, R>>): El<SVGFECompositeElement, M, void, R>;
131
+ export declare function FeConvolveMatrix<M = unknown, R = void>(spec?: RxNodeSpec<El<SVGFEConvolveMatrixElement, M, void, R>>, base?: RxNodeSpec<El<SVGFEConvolveMatrixElement, M, void, R>>): El<SVGFEConvolveMatrixElement, M, void, R>;
132
+ export declare function FeDiffuseLighting<M = unknown, R = void>(spec?: RxNodeSpec<El<SVGFEDiffuseLightingElement, M, void, R>>, base?: RxNodeSpec<El<SVGFEDiffuseLightingElement, M, void, R>>): El<SVGFEDiffuseLightingElement, M, void, R>;
133
+ export declare function FeDisplacementMap<M = unknown, R = void>(spec?: RxNodeSpec<El<SVGFEDisplacementMapElement, M, void, R>>, base?: RxNodeSpec<El<SVGFEDisplacementMapElement, M, void, R>>): El<SVGFEDisplacementMapElement, M, void, R>;
134
+ export declare function FeDistantLight<M = unknown, R = void>(spec?: RxNodeSpec<El<SVGFEDistantLightElement, M, void, R>>, base?: RxNodeSpec<El<SVGFEDistantLightElement, M, void, R>>): El<SVGFEDistantLightElement, M, void, R>;
135
+ export declare function FeDropShadow<M = unknown, R = void>(spec?: RxNodeSpec<El<SVGFEDropShadowElement, M, void, R>>, base?: RxNodeSpec<El<SVGFEDropShadowElement, M, void, R>>): El<SVGFEDropShadowElement, M, void, R>;
136
+ export declare function FeFlood<M = unknown, R = void>(spec?: RxNodeSpec<El<SVGFEFloodElement, M, void, R>>, base?: RxNodeSpec<El<SVGFEFloodElement, M, void, R>>): El<SVGFEFloodElement, M, void, R>;
137
+ export declare function FeFuncA<M = unknown, R = void>(spec?: RxNodeSpec<El<SVGFEFuncAElement, M, void, R>>, base?: RxNodeSpec<El<SVGFEFuncAElement, M, void, R>>): El<SVGFEFuncAElement, M, void, R>;
138
+ export declare function FeFuncB<M = unknown, R = void>(spec?: RxNodeSpec<El<SVGFEFuncBElement, M, void, R>>, base?: RxNodeSpec<El<SVGFEFuncBElement, M, void, R>>): El<SVGFEFuncBElement, M, void, R>;
139
+ export declare function FeFuncG<M = unknown, R = void>(spec?: RxNodeSpec<El<SVGFEFuncGElement, M, void, R>>, base?: RxNodeSpec<El<SVGFEFuncGElement, M, void, R>>): El<SVGFEFuncGElement, M, void, R>;
140
+ export declare function FeFuncR<M = unknown, R = void>(spec?: RxNodeSpec<El<SVGFEFuncRElement, M, void, R>>, base?: RxNodeSpec<El<SVGFEFuncRElement, M, void, R>>): El<SVGFEFuncRElement, M, void, R>;
141
+ export declare function FeGaussianBlur<M = unknown, R = void>(spec?: RxNodeSpec<El<SVGFEGaussianBlurElement, M, void, R>>, base?: RxNodeSpec<El<SVGFEGaussianBlurElement, M, void, R>>): El<SVGFEGaussianBlurElement, M, void, R>;
142
+ export declare function FeImage<M = unknown, R = void>(spec?: RxNodeSpec<El<SVGFEImageElement, M, void, R>>, base?: RxNodeSpec<El<SVGFEImageElement, M, void, R>>): El<SVGFEImageElement, M, void, R>;
143
+ export declare function FeMerge<M = unknown, R = void>(spec?: RxNodeSpec<El<SVGFEMergeElement, M, void, R>>, base?: RxNodeSpec<El<SVGFEMergeElement, M, void, R>>): El<SVGFEMergeElement, M, void, R>;
144
+ export declare function FeMergeNode<M = unknown, R = void>(spec?: RxNodeSpec<El<SVGFEMergeNodeElement, M, void, R>>, base?: RxNodeSpec<El<SVGFEMergeNodeElement, M, void, R>>): El<SVGFEMergeNodeElement, M, void, R>;
145
+ export declare function FeMorphology<M = unknown, R = void>(spec?: RxNodeSpec<El<SVGFEMorphologyElement, M, void, R>>, base?: RxNodeSpec<El<SVGFEMorphologyElement, M, void, R>>): El<SVGFEMorphologyElement, M, void, R>;
146
+ export declare function FeOffset<M = unknown, R = void>(spec?: RxNodeSpec<El<SVGFEOffsetElement, M, void, R>>, base?: RxNodeSpec<El<SVGFEOffsetElement, M, void, R>>): El<SVGFEOffsetElement, M, void, R>;
147
+ export declare function FePointLight<M = unknown, R = void>(spec?: RxNodeSpec<El<SVGFEPointLightElement, M, void, R>>, base?: RxNodeSpec<El<SVGFEPointLightElement, M, void, R>>): El<SVGFEPointLightElement, M, void, R>;
148
+ export declare function FeSpecularLighting<M = unknown, R = void>(spec?: RxNodeSpec<El<SVGFESpecularLightingElement, M, void, R>>, base?: RxNodeSpec<El<SVGFESpecularLightingElement, M, void, R>>): El<SVGFESpecularLightingElement, M, void, R>;
149
+ export declare function FeSpotLight<M = unknown, R = void>(spec?: RxNodeSpec<El<SVGFESpotLightElement, M, void, R>>, base?: RxNodeSpec<El<SVGFESpotLightElement, M, void, R>>): El<SVGFESpotLightElement, M, void, R>;
150
+ export declare function FeTile<M = unknown, R = void>(spec?: RxNodeSpec<El<SVGFETileElement, M, void, R>>, base?: RxNodeSpec<El<SVGFETileElement, M, void, R>>): El<SVGFETileElement, M, void, R>;
151
+ export declare function FeTurbulence<M = unknown, R = void>(spec?: RxNodeSpec<El<SVGFETurbulenceElement, M, void, R>>, base?: RxNodeSpec<El<SVGFETurbulenceElement, M, void, R>>): El<SVGFETurbulenceElement, M, void, R>;
152
+ export declare function Filter<M = unknown, R = void>(spec?: RxNodeSpec<El<SVGFilterElement, M, void, R>>, base?: RxNodeSpec<El<SVGFilterElement, M, void, R>>): El<SVGFilterElement, M, void, R>;
153
+ export declare function ForeignObject<M = unknown, R = void>(spec?: RxNodeSpec<El<SVGForeignObjectElement, M, void, R>>, base?: RxNodeSpec<El<SVGForeignObjectElement, M, void, R>>): El<SVGForeignObjectElement, M, void, R>;
154
+ export declare function G<M = unknown, R = void>(spec?: RxNodeSpec<El<SVGGElement, M, void, R>>, base?: RxNodeSpec<El<SVGGElement, M, void, R>>): El<SVGGElement, M, void, R>;
155
+ export declare function SvgImage<M = unknown, R = void>(spec?: RxNodeSpec<El<SVGImageElement, M, void, R>>, base?: RxNodeSpec<El<SVGImageElement, M, void, R>>): El<SVGImageElement, M, void, R>;
156
+ export declare function SvgLine<M = unknown, R = void>(spec?: RxNodeSpec<El<SVGLineElement, M, void, R>>, base?: RxNodeSpec<El<SVGLineElement, M, void, R>>): El<SVGLineElement, M, void, R>;
157
+ export declare function LinearGradient<M = unknown, R = void>(spec?: RxNodeSpec<El<SVGLinearGradientElement, M, void, R>>, base?: RxNodeSpec<El<SVGLinearGradientElement, M, void, R>>): El<SVGLinearGradientElement, M, void, R>;
158
+ export declare function Marker<M = unknown, R = void>(spec?: RxNodeSpec<El<SVGMarkerElement, M, void, R>>, base?: RxNodeSpec<El<SVGMarkerElement, M, void, R>>): El<SVGMarkerElement, M, void, R>;
159
+ export declare function Mask<M = unknown, R = void>(spec?: RxNodeSpec<El<SVGMaskElement, M, void, R>>, base?: RxNodeSpec<El<SVGMaskElement, M, void, R>>): El<SVGMaskElement, M, void, R>;
160
+ export declare function MetaData<M = unknown, R = void>(spec?: RxNodeSpec<El<SVGMetadataElement, M, void, R>>, base?: RxNodeSpec<El<SVGMetadataElement, M, void, R>>): El<SVGMetadataElement, M, void, R>;
161
+ export declare function MPath<M = unknown, R = void>(spec?: RxNodeSpec<El<SVGElement, M, void, R>>, base?: RxNodeSpec<El<SVGElement, M, void, R>>): El<SVGElement, M, void, R>;
162
+ export declare function Path<M = unknown, R = void>(spec?: RxNodeSpec<El<SVGPathElement, M, void, R>>, base?: RxNodeSpec<El<SVGPathElement, M, void, R>>): El<SVGPathElement, M, void, R>;
163
+ export declare function Pattern<M = unknown, R = void>(spec?: RxNodeSpec<El<SVGPatternElement, M, void, R>>, base?: RxNodeSpec<El<SVGPatternElement, M, void, R>>): El<SVGPatternElement, M, void, R>;
164
+ export declare function Polygon<M = unknown, R = void>(spec?: RxNodeSpec<El<SVGPolygonElement, M, void, R>>, base?: RxNodeSpec<El<SVGPolygonElement, M, void, R>>): El<SVGPolygonElement, M, void, R>;
165
+ export declare function PolyLine<M = unknown, R = void>(spec?: RxNodeSpec<El<SVGPolylineElement, M, void, R>>, base?: RxNodeSpec<El<SVGPolylineElement, M, void, R>>): El<SVGPolylineElement, M, void, R>;
166
+ export declare function RadialGradient<M = unknown, R = void>(spec?: RxNodeSpec<El<SVGRadialGradientElement, M, void, R>>, base?: RxNodeSpec<El<SVGRadialGradientElement, M, void, R>>): El<SVGRadialGradientElement, M, void, R>;
167
+ export declare function Rect<M = unknown, R = void>(spec?: RxNodeSpec<El<SVGRectElement, M, void, R>>, base?: RxNodeSpec<El<SVGRectElement, M, void, R>>): El<SVGRectElement, M, void, R>;
168
+ export declare function Stop<M = unknown, R = void>(spec?: RxNodeSpec<El<SVGStopElement, M, void, R>>, base?: RxNodeSpec<El<SVGStopElement, M, void, R>>): El<SVGStopElement, M, void, R>;
169
+ export declare function SvgSwitch<M = unknown, R = void>(spec?: RxNodeSpec<El<SVGSwitchElement, M, void, R>>, base?: RxNodeSpec<El<SVGSwitchElement, M, void, R>>): El<SVGSwitchElement, M, void, R>;
170
+ export declare function Symbol<M = unknown, R = void>(spec?: RxNodeSpec<El<SVGSymbolElement, M, void, R>>, base?: RxNodeSpec<El<SVGSymbolElement, M, void, R>>): El<SVGSymbolElement, M, void, R>;
171
+ export declare function Text<M = unknown, R = void>(spec?: RxNodeSpec<El<SVGTextElement, M, void, R>>, base?: RxNodeSpec<El<SVGTextElement, M, void, R>>): El<SVGTextElement, M, void, R>;
172
+ export declare function TextPath<M = unknown, R = void>(spec?: RxNodeSpec<El<SVGTextPathElement, M, void, R>>, base?: RxNodeSpec<El<SVGTextPathElement, M, void, R>>): El<SVGTextPathElement, M, void, R>;
173
+ export declare function TSpan<M = unknown, R = void>(spec?: RxNodeSpec<El<SVGTSpanElement, M, void, R>>, base?: RxNodeSpec<El<SVGTSpanElement, M, void, R>>): El<SVGTSpanElement, M, void, R>;
174
+ export declare function Use<M = unknown, R = void>(spec?: RxNodeSpec<El<SVGUseElement, M, void, R>>, base?: RxNodeSpec<El<SVGUseElement, M, void, R>>): El<SVGUseElement, M, void, R>;
175
+ export declare function View<M = unknown, R = void>(spec?: RxNodeSpec<El<SVGViewElement, M, void, R>>, base?: RxNodeSpec<El<SVGViewElement, M, void, R>>): El<SVGViewElement, M, void, R>;
@@ -0,0 +1,356 @@
1
+ import { Verstak, StaticDriver, ElKind } from "../core/api.js";
2
+ import { HtmlDriver, SvgDriver } from "./HtmlDriver.js";
3
+ export function HtmlBody(spec, base) {
4
+ const driver = new StaticDriver(global.document.body, "HtmlBody", false, el => el.kind = ElKind.Section);
5
+ return Verstak.specify(driver, spec, base);
6
+ }
7
+ export function A(spec, base) { return Verstak.specify(HtmlTags.a, spec, base); }
8
+ export function Abbr(spec, base) { return Verstak.specify(HtmlTags.abbr, spec, base); }
9
+ export function Address(spec, base) { return Verstak.specify(HtmlTags.address, spec, base); }
10
+ export function Area(spec, base) { return Verstak.specify(HtmlTags.area, spec, base); }
11
+ export function Article(spec, base) { return Verstak.specify(HtmlTags.article, spec, base); }
12
+ export function Aside(spec, base) { return Verstak.specify(HtmlTags.aside, spec, base); }
13
+ export function Audio(spec, base) { return Verstak.specify(HtmlTags.audio, spec, base); }
14
+ export function B(spec, base) { return Verstak.specify(HtmlTags.b, spec, base); }
15
+ export function Base(spec, base) { return Verstak.specify(HtmlTags.base, spec, base); }
16
+ export function Bdi(spec, base) { return Verstak.specify(HtmlTags.bdi, spec, base); }
17
+ export function Bdo(spec, base) { return Verstak.specify(HtmlTags.bdo, spec, base); }
18
+ export function Big(spec, base) { return Verstak.specify(HtmlTags.big, spec, base); }
19
+ export function BlockQuote(spec, base) { return Verstak.specify(HtmlTags.blockquote, spec, base); }
20
+ export function Body(spec, base) { return Verstak.specify(HtmlTags.body, spec, base); }
21
+ export function BR(spec, base) { return Verstak.specify(HtmlTags.br, spec, base); }
22
+ export function Button(spec, base) { return Verstak.specify(HtmlTags.button, spec, base); }
23
+ export function Canvas(spec, base) { return Verstak.specify(HtmlTags.canvas, spec, base); }
24
+ export function Caption(spec, base) { return Verstak.specify(HtmlTags.caption, spec, base); }
25
+ export function Cite(spec, base) { return Verstak.specify(HtmlTags.cite, spec, base); }
26
+ export function Code(spec, base) { return Verstak.specify(HtmlTags.code, spec, base); }
27
+ export function Col(spec, base) { return Verstak.specify(HtmlTags.col, spec, base); }
28
+ export function ColGroup(spec, base) { return Verstak.specify(HtmlTags.colgroup, spec, base); }
29
+ export function Data(spec, base) { return Verstak.specify(HtmlTags.data, spec, base); }
30
+ export function DataList(spec, base) { return Verstak.specify(HtmlTags.datalist, spec, base); }
31
+ export function DD(spec, base) { return Verstak.specify(HtmlTags.dd, spec, base); }
32
+ export function Del(spec, base) { return Verstak.specify(HtmlTags.del, spec, base); }
33
+ export function Details(spec, base) { return Verstak.specify(HtmlTags.details, spec, base); }
34
+ export function Dfn(spec, base) { return Verstak.specify(HtmlTags.dfn, spec, base); }
35
+ export function Div(spec, base) { return Verstak.specify(HtmlTags.div, spec, base); }
36
+ export function DL(spec, base) { return Verstak.specify(HtmlTags.dl, spec, base); }
37
+ export function DT(spec, base) { return Verstak.specify(HtmlTags.dt, spec, base); }
38
+ export function EM(spec, base) { return Verstak.specify(HtmlTags.em, spec, base); }
39
+ export function Embed(spec, base) { return Verstak.specify(HtmlTags.embed, spec, base); }
40
+ export function FieldSet(spec, base) { return Verstak.specify(HtmlTags.fieldset, spec, base); }
41
+ export function FigCaption(spec, base) { return Verstak.specify(HtmlTags.figcaption, spec, base); }
42
+ export function Figure(spec, base) { return Verstak.specify(HtmlTags.figure, spec, base); }
43
+ export function Footer(spec, base) { return Verstak.specify(HtmlTags.footer, spec, base); }
44
+ export function Form(spec, base) { return Verstak.specify(HtmlTags.form, spec, base); }
45
+ export function H1(spec, base) { return Verstak.specify(HtmlTags.h1, spec, base); }
46
+ export function H2(spec, base) { return Verstak.specify(HtmlTags.h2, spec, base); }
47
+ export function H3(spec, base) { return Verstak.specify(HtmlTags.h3, spec, base); }
48
+ export function H4(spec, base) { return Verstak.specify(HtmlTags.h4, spec, base); }
49
+ export function H5(spec, base) { return Verstak.specify(HtmlTags.h5, spec, base); }
50
+ export function H6(spec, base) { return Verstak.specify(HtmlTags.h6, spec, base); }
51
+ export function Head(spec, base) { return Verstak.specify(HtmlTags.head, spec, base); }
52
+ export function Header(spec, base) { return Verstak.specify(HtmlTags.header, spec, base); }
53
+ export function HGroup(spec, base) { return Verstak.specify(HtmlTags.hgroup, spec, base); }
54
+ export function HR(spec, base) { return Verstak.specify(HtmlTags.hr, spec, base); }
55
+ export function Html(spec, base) { return Verstak.specify(HtmlTags.html, spec, base); }
56
+ export function I(spec, base) { return Verstak.specify(HtmlTags.i, spec, base); }
57
+ export function IFrame(spec, base) { return Verstak.specify(HtmlTags.iframe, spec, base); }
58
+ export function Img(spec, base) { return Verstak.specify(HtmlTags.img, spec, base); }
59
+ export function Input(spec, base) { return Verstak.specify(HtmlTags.input, spec, base); }
60
+ export function Ins(spec, base) { return Verstak.specify(HtmlTags.ins, spec, base); }
61
+ export function Kbd(spec, base) { return Verstak.specify(HtmlTags.kbd, spec, base); }
62
+ export function KeyGen(spec, base) { return Verstak.specify(HtmlTags.keygen, spec, base); }
63
+ export function Label(spec, base) { return Verstak.specify(HtmlTags.label, spec, base); }
64
+ export function Legend(spec, base) { return Verstak.specify(HtmlTags.legend, spec, base); }
65
+ export function LI(spec, base) { return Verstak.specify(HtmlTags.li, spec, base); }
66
+ export function Link(spec, base) { return Verstak.specify(HtmlTags.link, spec, base); }
67
+ export function Main(spec, base) { return Verstak.specify(HtmlTags.main, spec, base); }
68
+ export function Map(spec, base) { return Verstak.specify(HtmlTags.map, spec, base); }
69
+ export function Mark(spec, base) { return Verstak.specify(HtmlTags.mark, spec, base); }
70
+ export function Menu(spec, base) { return Verstak.specify(HtmlTags.menu, spec, base); }
71
+ export function MenuItem(spec, base) { return Verstak.specify(HtmlTags.menuitem, spec, base); }
72
+ export function Meta(spec, base) { return Verstak.specify(HtmlTags.meta, spec, base); }
73
+ export function Meter(spec, base) { return Verstak.specify(HtmlTags.meter, spec, base); }
74
+ export function Nav(spec, base) { return Verstak.specify(HtmlTags.nav, spec, base); }
75
+ export function NoIndex(spec, base) { return Verstak.specify(HtmlTags.noindex, spec, base); }
76
+ export function NoScript(spec, base) { return Verstak.specify(HtmlTags.noscript, spec, base); }
77
+ export function Obj(spec, base) { return Verstak.specify(HtmlTags.object, spec, base); }
78
+ export function OL(spec, base) { return Verstak.specify(HtmlTags.ol, spec, base); }
79
+ export function OptGroup(spec, base) { return Verstak.specify(HtmlTags.optgroup, spec, base); }
80
+ export function Option(spec, base) { return Verstak.specify(HtmlTags.option, spec, base); }
81
+ export function Output(spec, base) { return Verstak.specify(HtmlTags.output, spec, base); }
82
+ export function P(spec, base) { return Verstak.specify(HtmlTags.p, spec, base); }
83
+ export function Param(spec, base) { return Verstak.specify(HtmlTags.param, spec, base); }
84
+ export function Picture(spec, base) { return Verstak.specify(HtmlTags.picture, spec, base); }
85
+ export function Pre(spec, base) { return Verstak.specify(HtmlTags.pre, spec, base); }
86
+ export function Progress(spec, base) { return Verstak.specify(HtmlTags.progress, spec, base); }
87
+ export function Q(spec, base) { return Verstak.specify(HtmlTags.q, spec, base); }
88
+ export function RP(spec, base) { return Verstak.specify(HtmlTags.rp, spec, base); }
89
+ export function RT(spec, base) { return Verstak.specify(HtmlTags.rt, spec, base); }
90
+ export function Ruby(spec, base) { return Verstak.specify(HtmlTags.ruby, spec, base); }
91
+ export function S(spec, base) { return Verstak.specify(HtmlTags.s, spec, base); }
92
+ export function Samp(spec, base) { return Verstak.specify(HtmlTags.samp, spec, base); }
93
+ export function Script(spec, base) { return Verstak.specify(HtmlTags.script, spec, base); }
94
+ export function Sctn(spec, base) { return Verstak.specify(HtmlTags.section, spec, base); }
95
+ export function Select(spec, base) { return Verstak.specify(HtmlTags.select, spec, base); }
96
+ export function Small(spec, base) { return Verstak.specify(HtmlTags.small, spec, base); }
97
+ export function Source(spec, base) { return Verstak.specify(HtmlTags.source, spec, base); }
98
+ export function Span(spec, base) { return Verstak.specify(HtmlTags.span, spec, base); }
99
+ export function Strong(spec, base) { return Verstak.specify(HtmlTags.strong, spec, base); }
100
+ export function Style(spec, base) { return Verstak.specify(HtmlTags.style, spec, base); }
101
+ export function Sub(spec, base) { return Verstak.specify(HtmlTags.sub, spec, base); }
102
+ export function Summary(spec, base) { return Verstak.specify(HtmlTags.summary, spec, base); }
103
+ export function Sup(spec, base) { return Verstak.specify(HtmlTags.sup, spec, base); }
104
+ export function Tbl(spec, base) { return Verstak.specify(HtmlTags.table, spec, base); }
105
+ export function Template(spec, base) { return Verstak.specify(HtmlTags.template, spec, base); }
106
+ export function TBody(spec, base) { return Verstak.specify(HtmlTags.tbody, spec, base); }
107
+ export function TD(spec, base) { return Verstak.specify(HtmlTags.td, spec, base); }
108
+ export function TextArea(spec, base) { return Verstak.specify(HtmlTags.textarea, spec, base); }
109
+ export function TFoot(spec, base) { return Verstak.specify(HtmlTags.tfoot, spec, base); }
110
+ export function TH(spec, base) { return Verstak.specify(HtmlTags.th, spec, base); }
111
+ export function THead(spec, base) { return Verstak.specify(HtmlTags.thead, spec, base); }
112
+ export function Time(spec, base) { return Verstak.specify(HtmlTags.time, spec, base); }
113
+ export function Title(spec, base) { return Verstak.specify(HtmlTags.title, spec, base); }
114
+ export function TR(spec, base) { return Verstak.specify(HtmlTags.tr, spec, base); }
115
+ export function Track(spec, base) { return Verstak.specify(HtmlTags.track, spec, base); }
116
+ export function U(spec, base) { return Verstak.specify(HtmlTags.u, spec, base); }
117
+ export function UL(spec, base) { return Verstak.specify(HtmlTags.ul, spec, base); }
118
+ export function Var(spec, base) { return Verstak.specify(HtmlTags.var, spec, base); }
119
+ export function Video(spec, base) { return Verstak.specify(HtmlTags.video, spec, base); }
120
+ export function Wbr(spec, base) { return Verstak.specify(HtmlTags.wbr, spec, base); }
121
+ export function Svg(spec, base) { return Verstak.specify(SvgTags.svg, spec, base); }
122
+ export function SvgA(spec, base) { return Verstak.specify(SvgTags.a, spec, base); }
123
+ export function Animate(spec, base) { return Verstak.specify(SvgTags.animate, spec, base); }
124
+ export function AnimateMotion(spec, base) { return Verstak.specify(SvgTags.animateMotion, spec, base); }
125
+ export function AnimateTransform(spec, base) { return Verstak.specify(SvgTags.animateTransform, spec, base); }
126
+ export function Circle(spec, base) { return Verstak.specify(SvgTags.circle, spec, base); }
127
+ export function ClipPath(spec, base) { return Verstak.specify(SvgTags.clipPath, spec, base); }
128
+ export function Defs(spec, base) { return Verstak.specify(SvgTags.defs, spec, base); }
129
+ export function Desc(spec, base) { return Verstak.specify(SvgTags.desc, spec, base); }
130
+ export function Ellipse(spec, base) { return Verstak.specify(SvgTags.ellipse, spec, base); }
131
+ export function FeBlend(spec, base) { return Verstak.specify(SvgTags.feBlend, spec, base); }
132
+ export function FeColorMatrix(spec, base) { return Verstak.specify(SvgTags.feColorMatrix, spec, base); }
133
+ export function FeComponentTransfer(spec, base) { return Verstak.specify(SvgTags.feComponentTransfer, spec, base); }
134
+ export function FeComposite(spec, base) { return Verstak.specify(SvgTags.feComposite, spec, base); }
135
+ export function FeConvolveMatrix(spec, base) { return Verstak.specify(SvgTags.feConvolveMatrix, spec, base); }
136
+ export function FeDiffuseLighting(spec, base) { return Verstak.specify(SvgTags.feDiffuseLighting, spec, base); }
137
+ export function FeDisplacementMap(spec, base) { return Verstak.specify(SvgTags.feDisplacementMap, spec, base); }
138
+ export function FeDistantLight(spec, base) { return Verstak.specify(SvgTags.feDistantLight, spec, base); }
139
+ export function FeDropShadow(spec, base) { return Verstak.specify(SvgTags.feDropShadow, spec, base); }
140
+ export function FeFlood(spec, base) { return Verstak.specify(SvgTags.feFlood, spec, base); }
141
+ export function FeFuncA(spec, base) { return Verstak.specify(SvgTags.feFuncA, spec, base); }
142
+ export function FeFuncB(spec, base) { return Verstak.specify(SvgTags.feFuncB, spec, base); }
143
+ export function FeFuncG(spec, base) { return Verstak.specify(SvgTags.feFuncG, spec, base); }
144
+ export function FeFuncR(spec, base) { return Verstak.specify(SvgTags.feFuncR, spec, base); }
145
+ export function FeGaussianBlur(spec, base) { return Verstak.specify(SvgTags.feGaussianBlur, spec, base); }
146
+ export function FeImage(spec, base) { return Verstak.specify(SvgTags.feImage, spec, base); }
147
+ export function FeMerge(spec, base) { return Verstak.specify(SvgTags.feMerge, spec, base); }
148
+ export function FeMergeNode(spec, base) { return Verstak.specify(SvgTags.feMergeNode, spec, base); }
149
+ export function FeMorphology(spec, base) { return Verstak.specify(SvgTags.feMorphology, spec, base); }
150
+ export function FeOffset(spec, base) { return Verstak.specify(SvgTags.feOffset, spec, base); }
151
+ export function FePointLight(spec, base) { return Verstak.specify(SvgTags.fePointLight, spec, base); }
152
+ export function FeSpecularLighting(spec, base) { return Verstak.specify(SvgTags.feSpecularLighting, spec, base); }
153
+ export function FeSpotLight(spec, base) { return Verstak.specify(SvgTags.feSpotLight, spec, base); }
154
+ export function FeTile(spec, base) { return Verstak.specify(SvgTags.feTile, spec, base); }
155
+ export function FeTurbulence(spec, base) { return Verstak.specify(SvgTags.feTurbulence, spec, base); }
156
+ export function Filter(spec, base) { return Verstak.specify(SvgTags.filter, spec, base); }
157
+ export function ForeignObject(spec, base) { return Verstak.specify(SvgTags.foreignObject, spec, base); }
158
+ export function G(spec, base) { return Verstak.specify(SvgTags.g, spec, base); }
159
+ export function SvgImage(spec, base) { return Verstak.specify(SvgTags.image, spec, base); }
160
+ export function SvgLine(spec, base) { return Verstak.specify(SvgTags.line, spec, base); }
161
+ export function LinearGradient(spec, base) { return Verstak.specify(SvgTags.linearGradient, spec, base); }
162
+ export function Marker(spec, base) { return Verstak.specify(SvgTags.marker, spec, base); }
163
+ export function Mask(spec, base) { return Verstak.specify(SvgTags.mask, spec, base); }
164
+ export function MetaData(spec, base) { return Verstak.specify(SvgTags.metadata, spec, base); }
165
+ export function MPath(spec, base) { return Verstak.specify(SvgTags.mpath, spec, base); }
166
+ export function Path(spec, base) { return Verstak.specify(SvgTags.path, spec, base); }
167
+ export function Pattern(spec, base) { return Verstak.specify(SvgTags.pattern, spec, base); }
168
+ export function Polygon(spec, base) { return Verstak.specify(SvgTags.polygon, spec, base); }
169
+ export function PolyLine(spec, base) { return Verstak.specify(SvgTags.polyline, spec, base); }
170
+ export function RadialGradient(spec, base) { return Verstak.specify(SvgTags.radialGradient, spec, base); }
171
+ export function Rect(spec, base) { return Verstak.specify(SvgTags.rect, spec, base); }
172
+ export function Stop(spec, base) { return Verstak.specify(SvgTags.stop, spec, base); }
173
+ export function SvgSwitch(spec, base) { return Verstak.specify(SvgTags.switch, spec, base); }
174
+ export function Symbol(spec, base) { return Verstak.specify(SvgTags.symbol, spec, base); }
175
+ export function Text(spec, base) { return Verstak.specify(SvgTags.text, spec, base); }
176
+ export function TextPath(spec, base) { return Verstak.specify(SvgTags.textPath, spec, base); }
177
+ export function TSpan(spec, base) { return Verstak.specify(SvgTags.tspan, spec, base); }
178
+ export function Use(spec, base) { return Verstak.specify(SvgTags.use, spec, base); }
179
+ export function View(spec, base) { return Verstak.specify(SvgTags.view, spec, base); }
180
+ const HtmlTags = {
181
+ a: new HtmlDriver("a", false, el => el.kind = ElKind.Native),
182
+ abbr: new HtmlDriver("abbr", false, el => el.kind = ElKind.Native),
183
+ address: new HtmlDriver("address", false, el => el.kind = ElKind.Native),
184
+ area: new HtmlDriver("area", false, el => el.kind = ElKind.Native),
185
+ article: new HtmlDriver("article", false, el => el.kind = ElKind.Native),
186
+ aside: new HtmlDriver("aside", false, el => el.kind = ElKind.Native),
187
+ audio: new HtmlDriver("audio", false, el => el.kind = ElKind.Native),
188
+ b: new HtmlDriver("b", false, el => el.kind = ElKind.Native),
189
+ base: new HtmlDriver("base", false, el => el.kind = ElKind.Native),
190
+ bdi: new HtmlDriver("bdi", false, el => el.kind = ElKind.Native),
191
+ bdo: new HtmlDriver("bdo", false, el => el.kind = ElKind.Native),
192
+ big: new HtmlDriver("big", false, el => el.kind = ElKind.Native),
193
+ blockquote: new HtmlDriver("blockquote", false, el => el.kind = ElKind.Native),
194
+ body: new HtmlDriver("body", false, el => el.kind = ElKind.Native),
195
+ br: new HtmlDriver("br", false, el => el.kind = ElKind.Native),
196
+ button: new HtmlDriver("button", false, el => el.kind = ElKind.Native),
197
+ canvas: new HtmlDriver("canvas", false, el => el.kind = ElKind.Native),
198
+ caption: new HtmlDriver("caption", false, el => el.kind = ElKind.Native),
199
+ cite: new HtmlDriver("cite", false, el => el.kind = ElKind.Native),
200
+ code: new HtmlDriver("code", false, el => el.kind = ElKind.Native),
201
+ col: new HtmlDriver("col", false, el => el.kind = ElKind.Native),
202
+ colgroup: new HtmlDriver("colgroup", false, el => el.kind = ElKind.Native),
203
+ data: new HtmlDriver("data", false, el => el.kind = ElKind.Native),
204
+ datalist: new HtmlDriver("datalist", false, el => el.kind = ElKind.Native),
205
+ dd: new HtmlDriver("dd", false, el => el.kind = ElKind.Native),
206
+ del: new HtmlDriver("del", false, el => el.kind = ElKind.Native),
207
+ details: new HtmlDriver("details", false, el => el.kind = ElKind.Native),
208
+ dfn: new HtmlDriver("dfn", false, el => el.kind = ElKind.Native),
209
+ div: new HtmlDriver("div", false, el => el.kind = ElKind.Native),
210
+ dl: new HtmlDriver("dl", false, el => el.kind = ElKind.Native),
211
+ dt: new HtmlDriver("dt", false, el => el.kind = ElKind.Native),
212
+ em: new HtmlDriver("em", false, el => el.kind = ElKind.Native),
213
+ embed: new HtmlDriver("embed", false, el => el.kind = ElKind.Native),
214
+ fieldset: new HtmlDriver("fieldset", false, el => el.kind = ElKind.Native),
215
+ figcaption: new HtmlDriver("figcaption", false, el => el.kind = ElKind.Native),
216
+ figure: new HtmlDriver("figure", false, el => el.kind = ElKind.Native),
217
+ footer: new HtmlDriver("footer", false, el => el.kind = ElKind.Native),
218
+ form: new HtmlDriver("form", false, el => el.kind = ElKind.Native),
219
+ h1: new HtmlDriver("h1", false, el => el.kind = ElKind.Native),
220
+ h2: new HtmlDriver("h2", false, el => el.kind = ElKind.Native),
221
+ h3: new HtmlDriver("h3", false, el => el.kind = ElKind.Native),
222
+ h4: new HtmlDriver("h4", false, el => el.kind = ElKind.Native),
223
+ h5: new HtmlDriver("h5", false, el => el.kind = ElKind.Native),
224
+ h6: new HtmlDriver("h6", false, el => el.kind = ElKind.Native),
225
+ head: new HtmlDriver("head", false, el => el.kind = ElKind.Native),
226
+ header: new HtmlDriver("header", false, el => el.kind = ElKind.Native),
227
+ hgroup: new HtmlDriver("hgroup", false, el => el.kind = ElKind.Native),
228
+ hr: new HtmlDriver("hr", false, el => el.kind = ElKind.Native),
229
+ html: new HtmlDriver("html", false, el => el.kind = ElKind.Native),
230
+ i: new HtmlDriver("i", false, el => el.kind = ElKind.Native),
231
+ iframe: new HtmlDriver("iframe", false, el => el.kind = ElKind.Native),
232
+ img: new HtmlDriver("img", false, el => el.kind = ElKind.Native),
233
+ input: new HtmlDriver("input", false, el => el.kind = ElKind.Native),
234
+ ins: new HtmlDriver("ins", false, el => el.kind = ElKind.Native),
235
+ kbd: new HtmlDriver("kbd", false, el => el.kind = ElKind.Native),
236
+ keygen: new HtmlDriver("keygen", false, el => el.kind = ElKind.Native),
237
+ label: new HtmlDriver("label", false, el => el.kind = ElKind.Native),
238
+ legend: new HtmlDriver("legend", false, el => el.kind = ElKind.Native),
239
+ li: new HtmlDriver("li", false, el => el.kind = ElKind.Native),
240
+ link: new HtmlDriver("link", false, el => el.kind = ElKind.Native),
241
+ main: new HtmlDriver("main", false, el => el.kind = ElKind.Native),
242
+ map: new HtmlDriver("map", false, el => el.kind = ElKind.Native),
243
+ mark: new HtmlDriver("mark", false, el => el.kind = ElKind.Native),
244
+ menu: new HtmlDriver("menu", false, el => el.kind = ElKind.Native),
245
+ menuitem: new HtmlDriver("menuitem", false, el => el.kind = ElKind.Native),
246
+ meta: new HtmlDriver("meta", false, el => el.kind = ElKind.Native),
247
+ meter: new HtmlDriver("meter", false, el => el.kind = ElKind.Native),
248
+ nav: new HtmlDriver("nav", false, el => el.kind = ElKind.Native),
249
+ noindex: new HtmlDriver("noindex", false, el => el.kind = ElKind.Native),
250
+ noscript: new HtmlDriver("noscript", false, el => el.kind = ElKind.Native),
251
+ object: new HtmlDriver("object", false, el => el.kind = ElKind.Native),
252
+ ol: new HtmlDriver("ol", false, el => el.kind = ElKind.Native),
253
+ optgroup: new HtmlDriver("optgroup", false, el => el.kind = ElKind.Native),
254
+ option: new HtmlDriver("option", false, el => el.kind = ElKind.Native),
255
+ output: new HtmlDriver("output", false, el => el.kind = ElKind.Native),
256
+ p: new HtmlDriver("p", false, el => el.kind = ElKind.Native),
257
+ param: new HtmlDriver("param", false, el => el.kind = ElKind.Native),
258
+ picture: new HtmlDriver("picture", false, el => el.kind = ElKind.Native),
259
+ pre: new HtmlDriver("pre", false, el => el.kind = ElKind.Native),
260
+ progress: new HtmlDriver("progress", false, el => el.kind = ElKind.Native),
261
+ q: new HtmlDriver("q", false, el => el.kind = ElKind.Native),
262
+ rp: new HtmlDriver("rp", false, el => el.kind = ElKind.Native),
263
+ rt: new HtmlDriver("rt", false, el => el.kind = ElKind.Native),
264
+ ruby: new HtmlDriver("ruby", false, el => el.kind = ElKind.Native),
265
+ s: new HtmlDriver("s", false, el => el.kind = ElKind.Native),
266
+ samp: new HtmlDriver("samp", false, el => el.kind = ElKind.Native),
267
+ script: new HtmlDriver("script", false, el => el.kind = ElKind.Native),
268
+ section: new HtmlDriver("section", false, el => el.kind = ElKind.Native),
269
+ select: new HtmlDriver("select", false, el => el.kind = ElKind.Native),
270
+ small: new HtmlDriver("small", false, el => el.kind = ElKind.Native),
271
+ source: new HtmlDriver("source", false, el => el.kind = ElKind.Native),
272
+ span: new HtmlDriver("span", false, el => el.kind = ElKind.Native),
273
+ strong: new HtmlDriver("strong", false, el => el.kind = ElKind.Native),
274
+ style: new HtmlDriver("style", false, el => el.kind = ElKind.Native),
275
+ sub: new HtmlDriver("sub", false, el => el.kind = ElKind.Native),
276
+ summary: new HtmlDriver("summary", false, el => el.kind = ElKind.Native),
277
+ sup: new HtmlDriver("sup", false, el => el.kind = ElKind.Native),
278
+ table: new HtmlDriver("table", false, el => el.kind = ElKind.Native),
279
+ template: new HtmlDriver("template", false, el => el.kind = ElKind.Native),
280
+ tbody: new HtmlDriver("tbody", false, el => el.kind = ElKind.Native),
281
+ td: new HtmlDriver("td", false, el => el.kind = ElKind.Native),
282
+ textarea: new HtmlDriver("textarea", false, el => el.kind = ElKind.Native),
283
+ tfoot: new HtmlDriver("tfoot", false, el => el.kind = ElKind.Native),
284
+ th: new HtmlDriver("th", false, el => el.kind = ElKind.Native),
285
+ thead: new HtmlDriver("thead", false, el => el.kind = ElKind.Native),
286
+ time: new HtmlDriver("time", false, el => el.kind = ElKind.Native),
287
+ title: new HtmlDriver("title", false, el => el.kind = ElKind.Native),
288
+ tr: new HtmlDriver("tr", false, el => el.kind = ElKind.Native),
289
+ track: new HtmlDriver("track", false, el => el.kind = ElKind.Native),
290
+ u: new HtmlDriver("u", false, el => el.kind = ElKind.Native),
291
+ ul: new HtmlDriver("ul", false, el => el.kind = ElKind.Native),
292
+ var: new HtmlDriver("var", false, el => el.kind = ElKind.Native),
293
+ video: new HtmlDriver("video", false, el => el.kind = ElKind.Native),
294
+ wbr: new HtmlDriver("wbr", false, el => el.kind = ElKind.Native),
295
+ };
296
+ const SvgTags = {
297
+ svg: new SvgDriver("svg", false, el => el.kind = ElKind.Native),
298
+ a: new SvgDriver("a", false, el => el.kind = ElKind.Native),
299
+ animate: new SvgDriver("animate", false, el => el.kind = ElKind.Native),
300
+ animateMotion: new SvgDriver("animateMotion", false, el => el.kind = ElKind.Native),
301
+ animateTransform: new SvgDriver("animateTransform", false, el => el.kind = ElKind.Native),
302
+ circle: new SvgDriver("circle", false, el => el.kind = ElKind.Native),
303
+ clipPath: new SvgDriver("clipPath", false, el => el.kind = ElKind.Native),
304
+ defs: new SvgDriver("defs", false, el => el.kind = ElKind.Native),
305
+ desc: new SvgDriver("desc", false, el => el.kind = ElKind.Native),
306
+ ellipse: new SvgDriver("ellipse", false, el => el.kind = ElKind.Native),
307
+ feBlend: new SvgDriver("feBlend", false, el => el.kind = ElKind.Native),
308
+ feColorMatrix: new SvgDriver("feColorMatrix", false, el => el.kind = ElKind.Native),
309
+ feComponentTransfer: new SvgDriver("feComponentTransfer", false, el => el.kind = ElKind.Native),
310
+ feComposite: new SvgDriver("feComposite", false, el => el.kind = ElKind.Native),
311
+ feConvolveMatrix: new SvgDriver("feConvolveMatrix", false, el => el.kind = ElKind.Native),
312
+ feDiffuseLighting: new SvgDriver("feDiffuseLighting", false, el => el.kind = ElKind.Native),
313
+ feDisplacementMap: new SvgDriver("feDisplacementMap", false, el => el.kind = ElKind.Native),
314
+ feDistantLight: new SvgDriver("feDistantLight", false, el => el.kind = ElKind.Native),
315
+ feDropShadow: new SvgDriver("feDropShadow", false, el => el.kind = ElKind.Native),
316
+ feFlood: new SvgDriver("feFlood", false, el => el.kind = ElKind.Native),
317
+ feFuncA: new SvgDriver("feFuncA", false, el => el.kind = ElKind.Native),
318
+ feFuncB: new SvgDriver("feFuncB", false, el => el.kind = ElKind.Native),
319
+ feFuncG: new SvgDriver("feFuncG", false, el => el.kind = ElKind.Native),
320
+ feFuncR: new SvgDriver("feFuncR", false, el => el.kind = ElKind.Native),
321
+ feGaussianBlur: new SvgDriver("feGaussianBlur", false, el => el.kind = ElKind.Native),
322
+ feImage: new SvgDriver("feImage", false, el => el.kind = ElKind.Native),
323
+ feMerge: new SvgDriver("feMerge", false, el => el.kind = ElKind.Native),
324
+ feMergeNode: new SvgDriver("feMergeNode", false, el => el.kind = ElKind.Native),
325
+ feMorphology: new SvgDriver("feMorphology", false, el => el.kind = ElKind.Native),
326
+ feOffset: new SvgDriver("feOffset", false, el => el.kind = ElKind.Native),
327
+ fePointLight: new SvgDriver("fePointLight", false, el => el.kind = ElKind.Native),
328
+ feSpecularLighting: new SvgDriver("feSpecularLighting", false, el => el.kind = ElKind.Native),
329
+ feSpotLight: new SvgDriver("feSpotLight", false, el => el.kind = ElKind.Native),
330
+ feTile: new SvgDriver("feTile", false, el => el.kind = ElKind.Native),
331
+ feTurbulence: new SvgDriver("feTurbulence", false, el => el.kind = ElKind.Native),
332
+ filter: new SvgDriver("filter", false, el => el.kind = ElKind.Native),
333
+ foreignObject: new SvgDriver("foreignObject", false, el => el.kind = ElKind.Native),
334
+ g: new SvgDriver("g", false, el => el.kind = ElKind.Native),
335
+ image: new SvgDriver("image", false, el => el.kind = ElKind.Native),
336
+ line: new SvgDriver("line", false, el => el.kind = ElKind.Native),
337
+ linearGradient: new SvgDriver("linearGradient", false, el => el.kind = ElKind.Native),
338
+ marker: new SvgDriver("marker", false, el => el.kind = ElKind.Native),
339
+ mask: new SvgDriver("mask", false, el => el.kind = ElKind.Native),
340
+ metadata: new SvgDriver("metadata", false, el => el.kind = ElKind.Native),
341
+ mpath: new SvgDriver("mpath", false, el => el.kind = ElKind.Native),
342
+ path: new SvgDriver("path", false, el => el.kind = ElKind.Native),
343
+ pattern: new SvgDriver("pattern", false, el => el.kind = ElKind.Native),
344
+ polygon: new SvgDriver("polygon", false, el => el.kind = ElKind.Native),
345
+ polyline: new SvgDriver("polyline", false, el => el.kind = ElKind.Native),
346
+ radialGradient: new SvgDriver("radialGradient", false, el => el.kind = ElKind.Native),
347
+ rect: new SvgDriver("rect", false, el => el.kind = ElKind.Native),
348
+ stop: new SvgDriver("stop", false, el => el.kind = ElKind.Native),
349
+ switch: new SvgDriver("switch", false, el => el.kind = ElKind.Native),
350
+ symbol: new SvgDriver("symbol", false, el => el.kind = ElKind.Native),
351
+ text: new SvgDriver("text", false, el => el.kind = ElKind.Native),
352
+ textPath: new SvgDriver("textPath", false, el => el.kind = ElKind.Native),
353
+ tspan: new SvgDriver("tspan", false, el => el.kind = ElKind.Native),
354
+ use: new SvgDriver("use", false, el => el.kind = ElKind.Native),
355
+ view: new SvgDriver("view", false, el => el.kind = ElKind.Native),
356
+ };
@@ -1,5 +1,5 @@
1
1
  import { Mode } from "../core/api.js";
2
- import { Fragment } from "./Blocks.js";
2
+ import { Fragment } from "./Elements.js";
3
3
  export function FocuserReaction(key, target, model, switchEditMode = undefined) {
4
4
  Fragment({
5
5
  key,
@@ -1,7 +1,7 @@
1
1
  export * from "./HtmlDriver.js";
2
- export * from "./HtmlBlocks.js";
2
+ export * from "./HtmlElements.js";
3
3
  export * from "./HtmlApiExt.js";
4
- export * from "./Blocks.js";
4
+ export * from "./Elements.js";
5
5
  export * from "./ReactingFocuser.js";
6
6
  export * from "./sensors/Sensor.js";
7
7
  export * from "./sensors/PointerSensor.js";
@@ -1,7 +1,7 @@
1
1
  export * from "./HtmlDriver.js";
2
- export * from "./HtmlBlocks.js";
2
+ export * from "./HtmlElements.js";
3
3
  export * from "./HtmlApiExt.js";
4
- export * from "./Blocks.js";
4
+ export * from "./Elements.js";
5
5
  export * from "./ReactingFocuser.js";
6
6
  export * from "./sensors/Sensor.js";
7
7
  export * from "./sensors/PointerSensor.js";