@glint/template 1.4.1-unstable.b494d4f → 1.4.1-unstable.bb2c7cd

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,4272 @@
1
+ //generated by scrips/build-elements.mjs
2
+
3
+ import { AttrValue } from '../index';
4
+ export declare namespace HtmlElementAttributes {
5
+ interface GenericAttributes {
6
+ ['accesskey']: AttrValue;
7
+ ['autocapitalize']: AttrValue;
8
+ ['autofocus']: AttrValue;
9
+ ['class']: AttrValue;
10
+ ['contenteditable']: AttrValue;
11
+ ['dir']: AttrValue;
12
+ ['draggable']: AttrValue;
13
+ ['enterkeyhint']: AttrValue;
14
+ ['hidden']: AttrValue;
15
+ ['id']: AttrValue;
16
+ ['inert']: AttrValue;
17
+ ['inputmode']: AttrValue;
18
+ ['is']: AttrValue;
19
+ ['itemid']: AttrValue;
20
+ ['itemprop']: AttrValue;
21
+ ['itemref']: AttrValue;
22
+ ['itemscope']: AttrValue;
23
+ ['itemtype']: AttrValue;
24
+ ['lang']: AttrValue;
25
+ ['nonce']: AttrValue;
26
+ ['popover']: AttrValue;
27
+ ['slot']: AttrValue;
28
+ ['spellcheck']: AttrValue;
29
+ ['style']: AttrValue;
30
+ ['tabindex']: AttrValue;
31
+ ['title']: AttrValue;
32
+ ['translate']: AttrValue;
33
+ ['writingsuggestions']: AttrValue;
34
+ ['aria-activedescendant']: AttrValue;
35
+ ['aria-atomic']: AttrValue;
36
+ ['aria-autocomplete']: AttrValue;
37
+ ['aria-busy']: AttrValue;
38
+ ['aria-checked']: AttrValue;
39
+ ['aria-colcount']: AttrValue;
40
+ ['aria-colindex']: AttrValue;
41
+ ['aria-colspan']: AttrValue;
42
+ ['aria-controls']: AttrValue;
43
+ ['aria-current']: AttrValue;
44
+ ['aria-describedby']: AttrValue;
45
+ ['aria-details']: AttrValue;
46
+ ['aria-disabled']: AttrValue;
47
+ ['aria-dropeffect']: AttrValue;
48
+ ['aria-errormessage']: AttrValue;
49
+ ['aria-expanded']: AttrValue;
50
+ ['aria-flowto']: AttrValue;
51
+ ['aria-grabbed']: AttrValue;
52
+ ['aria-haspopup']: AttrValue;
53
+ ['aria-hidden']: AttrValue;
54
+ ['aria-invalid']: AttrValue;
55
+ ['aria-keyshortcuts']: AttrValue;
56
+ ['aria-label']: AttrValue;
57
+ ['aria-labelledby']: AttrValue;
58
+ ['aria-level']: AttrValue;
59
+ ['aria-live']: AttrValue;
60
+ ['aria-modal']: AttrValue;
61
+ ['aria-multiline']: AttrValue;
62
+ ['aria-multiselectable']: AttrValue;
63
+ ['aria-orientation']: AttrValue;
64
+ ['aria-owns']: AttrValue;
65
+ ['aria-placeholder']: AttrValue;
66
+ ['aria-posinset']: AttrValue;
67
+ ['aria-pressed']: AttrValue;
68
+ ['aria-readonly']: AttrValue;
69
+ ['aria-relevant']: AttrValue;
70
+ ['aria-required']: AttrValue;
71
+ ['aria-roledescription']: AttrValue;
72
+ ['aria-rowcount']: AttrValue;
73
+ ['aria-rowindex']: AttrValue;
74
+ ['aria-rowspan']: AttrValue;
75
+ ['aria-selected']: AttrValue;
76
+ ['aria-setsize']: AttrValue;
77
+ ['aria-sort']: AttrValue;
78
+ ['aria-valuemax']: AttrValue;
79
+ ['aria-valuemin']: AttrValue;
80
+ ['aria-valuenow']: AttrValue;
81
+ ['aria-valuetext']: AttrValue;
82
+ ['role']: AttrValue;
83
+ ['onabort']: AttrValue;
84
+ ['onafterprint']: AttrValue;
85
+ ['onauxclick']: AttrValue;
86
+ ['onbeforematch']: AttrValue;
87
+ ['onbeforeprint']: AttrValue;
88
+ ['onbeforetoggle']: AttrValue;
89
+ ['onbeforeunload']: AttrValue;
90
+ ['onblur']: AttrValue;
91
+ ['oncancel']: AttrValue;
92
+ ['oncanplay']: AttrValue;
93
+ ['oncanplaythrough']: AttrValue;
94
+ ['onchange']: AttrValue;
95
+ ['onclick']: AttrValue;
96
+ ['onclose']: AttrValue;
97
+ ['oncontextlost']: AttrValue;
98
+ ['oncontextmenu']: AttrValue;
99
+ ['oncontextrestored']: AttrValue;
100
+ ['oncopy']: AttrValue;
101
+ ['oncuechange']: AttrValue;
102
+ ['oncut']: AttrValue;
103
+ ['ondblclick']: AttrValue;
104
+ ['ondrag']: AttrValue;
105
+ ['ondragend']: AttrValue;
106
+ ['ondragenter']: AttrValue;
107
+ ['ondragleave']: AttrValue;
108
+ ['ondragover']: AttrValue;
109
+ ['ondragstart']: AttrValue;
110
+ ['ondrop']: AttrValue;
111
+ ['ondurationchange']: AttrValue;
112
+ ['onemptied']: AttrValue;
113
+ ['onended']: AttrValue;
114
+ ['onerror']: AttrValue;
115
+ ['onfocus']: AttrValue;
116
+ ['onformdata']: AttrValue;
117
+ ['onhashchange']: AttrValue;
118
+ ['oninput']: AttrValue;
119
+ ['oninvalid']: AttrValue;
120
+ ['onkeydown']: AttrValue;
121
+ ['onkeypress']: AttrValue;
122
+ ['onkeyup']: AttrValue;
123
+ ['onlanguagechange']: AttrValue;
124
+ ['onload']: AttrValue;
125
+ ['onloadeddata']: AttrValue;
126
+ ['onloadedmetadata']: AttrValue;
127
+ ['onloadstart']: AttrValue;
128
+ ['onmessage']: AttrValue;
129
+ ['onmessageerror']: AttrValue;
130
+ ['onmousedown']: AttrValue;
131
+ ['onmouseenter']: AttrValue;
132
+ ['onmouseleave']: AttrValue;
133
+ ['onmousemove']: AttrValue;
134
+ ['onmouseout']: AttrValue;
135
+ ['onmouseover']: AttrValue;
136
+ ['onmouseup']: AttrValue;
137
+ ['onoffline']: AttrValue;
138
+ ['ononline']: AttrValue;
139
+ ['onpagehide']: AttrValue;
140
+ ['onpageshow']: AttrValue;
141
+ ['onpaste']: AttrValue;
142
+ ['onpause']: AttrValue;
143
+ ['onplay']: AttrValue;
144
+ ['onplaying']: AttrValue;
145
+ ['onpopstate']: AttrValue;
146
+ ['onprogress']: AttrValue;
147
+ ['onratechange']: AttrValue;
148
+ ['onrejectionhandled']: AttrValue;
149
+ ['onreset']: AttrValue;
150
+ ['onresize']: AttrValue;
151
+ ['onscroll']: AttrValue;
152
+ ['onscrollend']: AttrValue;
153
+ ['onsecuritypolicyviolation']: AttrValue;
154
+ ['onseeked']: AttrValue;
155
+ ['onseeking']: AttrValue;
156
+ ['onselect']: AttrValue;
157
+ ['onslotchange']: AttrValue;
158
+ ['onstalled']: AttrValue;
159
+ ['onstorage']: AttrValue;
160
+ ['onsubmit']: AttrValue;
161
+ ['onsuspend']: AttrValue;
162
+ ['ontimeupdate']: AttrValue;
163
+ ['ontoggle']: AttrValue;
164
+ ['onunhandledrejection']: AttrValue;
165
+ ['onunload']: AttrValue;
166
+ ['onvolumechange']: AttrValue;
167
+ ['onwaiting']: AttrValue;
168
+ ['onwheel']: AttrValue;
169
+ }
170
+ interface HTMLAnchorElementAttributes extends GenericAttributes {
171
+ ['charset']: AttrValue;
172
+ ['coords']: AttrValue;
173
+ ['download']: AttrValue;
174
+ ['href']: AttrValue;
175
+ ['hreflang']: AttrValue;
176
+ ['name']: AttrValue;
177
+ ['ping']: AttrValue;
178
+ ['referrerpolicy']: AttrValue;
179
+ ['rel']: AttrValue;
180
+ ['rev']: AttrValue;
181
+ ['shape']: AttrValue;
182
+ ['target']: AttrValue;
183
+ ['type']: AttrValue;
184
+ }
185
+ interface HTMLAreaElementAttributes extends GenericAttributes {
186
+ ['alt']: AttrValue;
187
+ ['coords']: AttrValue;
188
+ ['download']: AttrValue;
189
+ ['href']: AttrValue;
190
+ ['hreflang']: AttrValue;
191
+ ['nohref']: AttrValue;
192
+ ['ping']: AttrValue;
193
+ ['referrerpolicy']: AttrValue;
194
+ ['rel']: AttrValue;
195
+ ['shape']: AttrValue;
196
+ ['target']: AttrValue;
197
+ ['type']: AttrValue;
198
+ }
199
+ interface HTMLAudioElementAttributes extends GenericAttributes {
200
+ ['autoplay']: AttrValue;
201
+ ['controls']: AttrValue;
202
+ ['crossorigin']: AttrValue;
203
+ ['loop']: AttrValue;
204
+ ['muted']: AttrValue;
205
+ ['preload']: AttrValue;
206
+ ['src']: AttrValue;
207
+ }
208
+ interface HTMLBaseElementAttributes extends GenericAttributes {
209
+ ['href']: AttrValue;
210
+ ['target']: AttrValue;
211
+ }
212
+ interface HTMLQuoteElementAttributes extends GenericAttributes {
213
+ ['cite']: AttrValue;
214
+ }
215
+ interface HTMLBodyElementAttributes extends GenericAttributes {
216
+ ['alink']: AttrValue;
217
+ ['background']: AttrValue;
218
+ ['bgcolor']: AttrValue;
219
+ ['link']: AttrValue;
220
+ ['text']: AttrValue;
221
+ ['vlink']: AttrValue;
222
+ }
223
+ interface HTMLBRElementAttributes extends GenericAttributes {
224
+ ['clear']: AttrValue;
225
+ }
226
+ interface HTMLButtonElementAttributes extends GenericAttributes {
227
+ ['disabled']: AttrValue;
228
+ ['form']: AttrValue;
229
+ ['formaction']: AttrValue;
230
+ ['formenctype']: AttrValue;
231
+ ['formmethod']: AttrValue;
232
+ ['formnovalidate']: AttrValue;
233
+ ['formtarget']: AttrValue;
234
+ ['name']: AttrValue;
235
+ ['popovertarget']: AttrValue;
236
+ ['popovertargetaction']: AttrValue;
237
+ ['type']: AttrValue;
238
+ ['value']: AttrValue;
239
+ }
240
+ interface HTMLCanvasElementAttributes extends GenericAttributes {
241
+ ['height']: AttrValue;
242
+ ['width']: AttrValue;
243
+ }
244
+ interface HTMLTableCaptionElementAttributes extends GenericAttributes {
245
+ ['align']: AttrValue;
246
+ }
247
+ interface HTMLTableColElementAttributes extends GenericAttributes {
248
+ ['align']: AttrValue;
249
+ ['char']: AttrValue;
250
+ ['charoff']: AttrValue;
251
+ ['span']: AttrValue;
252
+ ['valign']: AttrValue;
253
+ ['width']: AttrValue;
254
+ }
255
+ interface HTMLDataElementAttributes extends GenericAttributes {
256
+ ['value']: AttrValue;
257
+ }
258
+ interface HTMLModElementAttributes extends GenericAttributes {
259
+ ['cite']: AttrValue;
260
+ ['datetime']: AttrValue;
261
+ }
262
+ interface HTMLDetailsElementAttributes extends GenericAttributes {
263
+ ['name']: AttrValue;
264
+ ['open']: AttrValue;
265
+ }
266
+ interface HTMLDialogElementAttributes extends GenericAttributes {
267
+ ['open']: AttrValue;
268
+ }
269
+ interface HTMLDivElementAttributes extends GenericAttributes {
270
+ ['align']: AttrValue;
271
+ }
272
+ interface HTMLDListElementAttributes extends GenericAttributes {
273
+ ['compact']: AttrValue;
274
+ }
275
+ interface HTMLEmbedElementAttributes extends GenericAttributes {
276
+ ['height']: AttrValue;
277
+ ['src']: AttrValue;
278
+ ['type']: AttrValue;
279
+ ['width']: AttrValue;
280
+ }
281
+ interface HTMLFieldSetElementAttributes extends GenericAttributes {
282
+ ['disabled']: AttrValue;
283
+ ['form']: AttrValue;
284
+ ['name']: AttrValue;
285
+ }
286
+ interface HTMLFormElementAttributes extends GenericAttributes {
287
+ ['accept']: AttrValue;
288
+ ['accept-charset']: AttrValue;
289
+ ['action']: AttrValue;
290
+ ['autocomplete']: AttrValue;
291
+ ['enctype']: AttrValue;
292
+ ['method']: AttrValue;
293
+ ['name']: AttrValue;
294
+ ['novalidate']: AttrValue;
295
+ ['target']: AttrValue;
296
+ }
297
+ interface HTMLHeadingElementAttributes extends GenericAttributes {
298
+ ['align']: AttrValue;
299
+ }
300
+ interface HTMLHeadElementAttributes extends GenericAttributes {
301
+ ['profile']: AttrValue;
302
+ }
303
+ interface HTMLHRElementAttributes extends GenericAttributes {
304
+ ['align']: AttrValue;
305
+ ['noshade']: AttrValue;
306
+ ['size']: AttrValue;
307
+ ['width']: AttrValue;
308
+ }
309
+ interface HTMLHtmlElementAttributes extends GenericAttributes {
310
+ ['manifest']: AttrValue;
311
+ ['version']: AttrValue;
312
+ }
313
+ interface HTMLIFrameElementAttributes extends GenericAttributes {
314
+ ['align']: AttrValue;
315
+ ['allow']: AttrValue;
316
+ ['allowfullscreen']: AttrValue;
317
+ ['allowpaymentrequest']: AttrValue;
318
+ ['allowusermedia']: AttrValue;
319
+ ['frameborder']: AttrValue;
320
+ ['height']: AttrValue;
321
+ ['loading']: AttrValue;
322
+ ['longdesc']: AttrValue;
323
+ ['marginheight']: AttrValue;
324
+ ['marginwidth']: AttrValue;
325
+ ['name']: AttrValue;
326
+ ['referrerpolicy']: AttrValue;
327
+ ['sandbox']: AttrValue;
328
+ ['scrolling']: AttrValue;
329
+ ['src']: AttrValue;
330
+ ['srcdoc']: AttrValue;
331
+ ['width']: AttrValue;
332
+ }
333
+ interface HTMLImageElementAttributes extends GenericAttributes {
334
+ ['align']: AttrValue;
335
+ ['alt']: AttrValue;
336
+ ['border']: AttrValue;
337
+ ['crossorigin']: AttrValue;
338
+ ['decoding']: AttrValue;
339
+ ['fetchpriority']: AttrValue;
340
+ ['height']: AttrValue;
341
+ ['hspace']: AttrValue;
342
+ ['ismap']: AttrValue;
343
+ ['loading']: AttrValue;
344
+ ['longdesc']: AttrValue;
345
+ ['name']: AttrValue;
346
+ ['referrerpolicy']: AttrValue;
347
+ ['sizes']: AttrValue;
348
+ ['src']: AttrValue;
349
+ ['srcset']: AttrValue;
350
+ ['usemap']: AttrValue;
351
+ ['vspace']: AttrValue;
352
+ ['width']: AttrValue;
353
+ }
354
+ interface HTMLInputElementAttributes extends GenericAttributes {
355
+ ['accept']: AttrValue;
356
+ ['align']: AttrValue;
357
+ ['alt']: AttrValue;
358
+ ['autocomplete']: AttrValue;
359
+ ['checked']: AttrValue;
360
+ ['dirname']: AttrValue;
361
+ ['disabled']: AttrValue;
362
+ ['form']: AttrValue;
363
+ ['formaction']: AttrValue;
364
+ ['formenctype']: AttrValue;
365
+ ['formmethod']: AttrValue;
366
+ ['formnovalidate']: AttrValue;
367
+ ['formtarget']: AttrValue;
368
+ ['height']: AttrValue;
369
+ ['ismap']: AttrValue;
370
+ ['list']: AttrValue;
371
+ ['max']: AttrValue;
372
+ ['maxlength']: AttrValue;
373
+ ['min']: AttrValue;
374
+ ['minlength']: AttrValue;
375
+ ['multiple']: AttrValue;
376
+ ['name']: AttrValue;
377
+ ['pattern']: AttrValue;
378
+ ['placeholder']: AttrValue;
379
+ ['popovertarget']: AttrValue;
380
+ ['popovertargetaction']: AttrValue;
381
+ ['readonly']: AttrValue;
382
+ ['required']: AttrValue;
383
+ ['size']: AttrValue;
384
+ ['src']: AttrValue;
385
+ ['step']: AttrValue;
386
+ ['type']: AttrValue;
387
+ ['usemap']: AttrValue;
388
+ ['value']: AttrValue;
389
+ ['width']: AttrValue;
390
+ }
391
+ interface HTMLLabelElementAttributes extends GenericAttributes {
392
+ ['for']: AttrValue;
393
+ ['form']: AttrValue;
394
+ }
395
+ interface HTMLLegendElementAttributes extends GenericAttributes {
396
+ ['align']: AttrValue;
397
+ }
398
+ interface HTMLLIElementAttributes extends GenericAttributes {
399
+ ['type']: AttrValue;
400
+ ['value']: AttrValue;
401
+ }
402
+ interface HTMLLinkElementAttributes extends GenericAttributes {
403
+ ['as']: AttrValue;
404
+ ['blocking']: AttrValue;
405
+ ['charset']: AttrValue;
406
+ ['color']: AttrValue;
407
+ ['crossorigin']: AttrValue;
408
+ ['disabled']: AttrValue;
409
+ ['fetchpriority']: AttrValue;
410
+ ['href']: AttrValue;
411
+ ['hreflang']: AttrValue;
412
+ ['imagesizes']: AttrValue;
413
+ ['imagesrcset']: AttrValue;
414
+ ['integrity']: AttrValue;
415
+ ['media']: AttrValue;
416
+ ['referrerpolicy']: AttrValue;
417
+ ['rel']: AttrValue;
418
+ ['rev']: AttrValue;
419
+ ['sizes']: AttrValue;
420
+ ['target']: AttrValue;
421
+ ['type']: AttrValue;
422
+ }
423
+ interface HTMLMapElementAttributes extends GenericAttributes {
424
+ ['name']: AttrValue;
425
+ }
426
+ interface HTMLMenuElementAttributes extends GenericAttributes {
427
+ ['compact']: AttrValue;
428
+ }
429
+ interface HTMLMetaElementAttributes extends GenericAttributes {
430
+ ['charset']: AttrValue;
431
+ ['content']: AttrValue;
432
+ ['http-equiv']: AttrValue;
433
+ ['media']: AttrValue;
434
+ ['name']: AttrValue;
435
+ ['scheme']: AttrValue;
436
+ }
437
+ interface HTMLMeterElementAttributes extends GenericAttributes {
438
+ ['high']: AttrValue;
439
+ ['low']: AttrValue;
440
+ ['max']: AttrValue;
441
+ ['min']: AttrValue;
442
+ ['optimum']: AttrValue;
443
+ ['value']: AttrValue;
444
+ }
445
+ interface HTMLObjectElementAttributes extends GenericAttributes {
446
+ ['align']: AttrValue;
447
+ ['archive']: AttrValue;
448
+ ['border']: AttrValue;
449
+ ['classid']: AttrValue;
450
+ ['codebase']: AttrValue;
451
+ ['codetype']: AttrValue;
452
+ ['data']: AttrValue;
453
+ ['declare']: AttrValue;
454
+ ['form']: AttrValue;
455
+ ['height']: AttrValue;
456
+ ['hspace']: AttrValue;
457
+ ['name']: AttrValue;
458
+ ['standby']: AttrValue;
459
+ ['type']: AttrValue;
460
+ ['typemustmatch']: AttrValue;
461
+ ['usemap']: AttrValue;
462
+ ['vspace']: AttrValue;
463
+ ['width']: AttrValue;
464
+ }
465
+ interface HTMLOListElementAttributes extends GenericAttributes {
466
+ ['compact']: AttrValue;
467
+ ['reversed']: AttrValue;
468
+ ['start']: AttrValue;
469
+ ['type']: AttrValue;
470
+ }
471
+ interface HTMLOptGroupElementAttributes extends GenericAttributes {
472
+ ['disabled']: AttrValue;
473
+ ['label']: AttrValue;
474
+ }
475
+ interface HTMLOptionElementAttributes extends GenericAttributes {
476
+ ['disabled']: AttrValue;
477
+ ['label']: AttrValue;
478
+ ['selected']: AttrValue;
479
+ ['value']: AttrValue;
480
+ }
481
+ interface HTMLOutputElementAttributes extends GenericAttributes {
482
+ ['for']: AttrValue;
483
+ ['form']: AttrValue;
484
+ ['name']: AttrValue;
485
+ }
486
+ interface HTMLParagraphElementAttributes extends GenericAttributes {
487
+ ['align']: AttrValue;
488
+ }
489
+ interface HTMLPreElementAttributes extends GenericAttributes {
490
+ ['width']: AttrValue;
491
+ }
492
+ interface HTMLProgressElementAttributes extends GenericAttributes {
493
+ ['max']: AttrValue;
494
+ ['value']: AttrValue;
495
+ }
496
+ interface HTMLScriptElementAttributes extends GenericAttributes {
497
+ ['async']: AttrValue;
498
+ ['blocking']: AttrValue;
499
+ ['charset']: AttrValue;
500
+ ['crossorigin']: AttrValue;
501
+ ['defer']: AttrValue;
502
+ ['fetchpriority']: AttrValue;
503
+ ['integrity']: AttrValue;
504
+ ['language']: AttrValue;
505
+ ['nomodule']: AttrValue;
506
+ ['referrerpolicy']: AttrValue;
507
+ ['src']: AttrValue;
508
+ ['type']: AttrValue;
509
+ }
510
+ interface HTMLSelectElementAttributes extends GenericAttributes {
511
+ ['autocomplete']: AttrValue;
512
+ ['disabled']: AttrValue;
513
+ ['form']: AttrValue;
514
+ ['multiple']: AttrValue;
515
+ ['name']: AttrValue;
516
+ ['required']: AttrValue;
517
+ ['size']: AttrValue;
518
+ }
519
+ interface HTMLSlotElementAttributes extends GenericAttributes {
520
+ ['name']: AttrValue;
521
+ }
522
+ interface HTMLSourceElementAttributes extends GenericAttributes {
523
+ ['height']: AttrValue;
524
+ ['media']: AttrValue;
525
+ ['sizes']: AttrValue;
526
+ ['src']: AttrValue;
527
+ ['srcset']: AttrValue;
528
+ ['type']: AttrValue;
529
+ ['width']: AttrValue;
530
+ }
531
+ interface HTMLStyleElementAttributes extends GenericAttributes {
532
+ ['blocking']: AttrValue;
533
+ ['media']: AttrValue;
534
+ ['type']: AttrValue;
535
+ }
536
+ interface HTMLTableElementAttributes extends GenericAttributes {
537
+ ['align']: AttrValue;
538
+ ['bgcolor']: AttrValue;
539
+ ['border']: AttrValue;
540
+ ['cellpadding']: AttrValue;
541
+ ['cellspacing']: AttrValue;
542
+ ['frame']: AttrValue;
543
+ ['rules']: AttrValue;
544
+ ['summary']: AttrValue;
545
+ ['width']: AttrValue;
546
+ }
547
+ interface HTMLTableSectionElementAttributes extends GenericAttributes {
548
+ ['align']: AttrValue;
549
+ ['char']: AttrValue;
550
+ ['charoff']: AttrValue;
551
+ ['valign']: AttrValue;
552
+ }
553
+ interface HTMLTableCellElementAttributes extends GenericAttributes {
554
+ ['abbr']: AttrValue;
555
+ ['align']: AttrValue;
556
+ ['axis']: AttrValue;
557
+ ['bgcolor']: AttrValue;
558
+ ['char']: AttrValue;
559
+ ['charoff']: AttrValue;
560
+ ['colspan']: AttrValue;
561
+ ['headers']: AttrValue;
562
+ ['height']: AttrValue;
563
+ ['nowrap']: AttrValue;
564
+ ['rowspan']: AttrValue;
565
+ ['scope']: AttrValue;
566
+ ['valign']: AttrValue;
567
+ ['width']: AttrValue;
568
+ }
569
+ interface HTMLTemplateElementAttributes extends GenericAttributes {
570
+ ['shadowrootclonable']: AttrValue;
571
+ ['shadowrootdelegatesfocus']: AttrValue;
572
+ ['shadowrootmode']: AttrValue;
573
+ }
574
+ interface HTMLTextAreaElementAttributes extends GenericAttributes {
575
+ ['autocomplete']: AttrValue;
576
+ ['cols']: AttrValue;
577
+ ['dirname']: AttrValue;
578
+ ['disabled']: AttrValue;
579
+ ['form']: AttrValue;
580
+ ['maxlength']: AttrValue;
581
+ ['minlength']: AttrValue;
582
+ ['name']: AttrValue;
583
+ ['placeholder']: AttrValue;
584
+ ['readonly']: AttrValue;
585
+ ['required']: AttrValue;
586
+ ['rows']: AttrValue;
587
+ ['wrap']: AttrValue;
588
+ }
589
+ interface HTMLTimeElementAttributes extends GenericAttributes {
590
+ ['datetime']: AttrValue;
591
+ }
592
+ interface HTMLTableRowElementAttributes extends GenericAttributes {
593
+ ['align']: AttrValue;
594
+ ['bgcolor']: AttrValue;
595
+ ['char']: AttrValue;
596
+ ['charoff']: AttrValue;
597
+ ['valign']: AttrValue;
598
+ }
599
+ interface HTMLTrackElementAttributes extends GenericAttributes {
600
+ ['default']: AttrValue;
601
+ ['kind']: AttrValue;
602
+ ['label']: AttrValue;
603
+ ['src']: AttrValue;
604
+ ['srclang']: AttrValue;
605
+ }
606
+ interface HTMLUListElementAttributes extends GenericAttributes {
607
+ ['compact']: AttrValue;
608
+ ['type']: AttrValue;
609
+ }
610
+ interface HTMLVideoElementAttributes extends GenericAttributes {
611
+ ['autoplay']: AttrValue;
612
+ ['controls']: AttrValue;
613
+ ['crossorigin']: AttrValue;
614
+ ['height']: AttrValue;
615
+ ['loop']: AttrValue;
616
+ ['muted']: AttrValue;
617
+ ['playsinline']: AttrValue;
618
+ ['poster']: AttrValue;
619
+ ['preload']: AttrValue;
620
+ ['src']: AttrValue;
621
+ ['width']: AttrValue;
622
+ }
623
+ interface HtmlElements {
624
+ ['Generic']: GenericAttributes;
625
+ ['HTMLAnchorElement']: HTMLAnchorElementAttributes;
626
+ ['HTMLAreaElement']: HTMLAreaElementAttributes;
627
+ ['HTMLAudioElement']: HTMLAudioElementAttributes;
628
+ ['HTMLBaseElement']: HTMLBaseElementAttributes;
629
+ ['HTMLQuoteElement']: HTMLQuoteElementAttributes;
630
+ ['HTMLBodyElement']: HTMLBodyElementAttributes;
631
+ ['HTMLBRElement']: HTMLBRElementAttributes;
632
+ ['HTMLButtonElement']: HTMLButtonElementAttributes;
633
+ ['HTMLCanvasElement']: HTMLCanvasElementAttributes;
634
+ ['HTMLTableCaptionElement']: HTMLTableCaptionElementAttributes;
635
+ ['HTMLTableColElement']: HTMLTableColElementAttributes;
636
+ ['HTMLDataElement']: HTMLDataElementAttributes;
637
+ ['HTMLModElement']: HTMLModElementAttributes;
638
+ ['HTMLDetailsElement']: HTMLDetailsElementAttributes;
639
+ ['HTMLDialogElement']: HTMLDialogElementAttributes;
640
+ ['HTMLDivElement']: HTMLDivElementAttributes;
641
+ ['HTMLDListElement']: HTMLDListElementAttributes;
642
+ ['HTMLEmbedElement']: HTMLEmbedElementAttributes;
643
+ ['HTMLFieldSetElement']: HTMLFieldSetElementAttributes;
644
+ ['HTMLFormElement']: HTMLFormElementAttributes;
645
+ ['HTMLHeadingElement']: HTMLHeadingElementAttributes;
646
+ ['HTMLHeadElement']: HTMLHeadElementAttributes;
647
+ ['HTMLHRElement']: HTMLHRElementAttributes;
648
+ ['HTMLHtmlElement']: HTMLHtmlElementAttributes;
649
+ ['HTMLIFrameElement']: HTMLIFrameElementAttributes;
650
+ ['HTMLImageElement']: HTMLImageElementAttributes;
651
+ ['HTMLInputElement']: HTMLInputElementAttributes;
652
+ ['HTMLLabelElement']: HTMLLabelElementAttributes;
653
+ ['HTMLLegendElement']: HTMLLegendElementAttributes;
654
+ ['HTMLLIElement']: HTMLLIElementAttributes;
655
+ ['HTMLLinkElement']: HTMLLinkElementAttributes;
656
+ ['HTMLMapElement']: HTMLMapElementAttributes;
657
+ ['HTMLMenuElement']: HTMLMenuElementAttributes;
658
+ ['HTMLMetaElement']: HTMLMetaElementAttributes;
659
+ ['HTMLMeterElement']: HTMLMeterElementAttributes;
660
+ ['HTMLObjectElement']: HTMLObjectElementAttributes;
661
+ ['HTMLOListElement']: HTMLOListElementAttributes;
662
+ ['HTMLOptGroupElement']: HTMLOptGroupElementAttributes;
663
+ ['HTMLOptionElement']: HTMLOptionElementAttributes;
664
+ ['HTMLOutputElement']: HTMLOutputElementAttributes;
665
+ ['HTMLParagraphElement']: HTMLParagraphElementAttributes;
666
+ ['HTMLPreElement']: HTMLPreElementAttributes;
667
+ ['HTMLProgressElement']: HTMLProgressElementAttributes;
668
+ ['HTMLScriptElement']: HTMLScriptElementAttributes;
669
+ ['HTMLSelectElement']: HTMLSelectElementAttributes;
670
+ ['HTMLSlotElement']: HTMLSlotElementAttributes;
671
+ ['HTMLSourceElement']: HTMLSourceElementAttributes;
672
+ ['HTMLStyleElement']: HTMLStyleElementAttributes;
673
+ ['HTMLTableElement']: HTMLTableElementAttributes;
674
+ ['HTMLTableSectionElement']: HTMLTableSectionElementAttributes;
675
+ ['HTMLTableCellElement']: HTMLTableCellElementAttributes;
676
+ ['HTMLTemplateElement']: HTMLTemplateElementAttributes;
677
+ ['HTMLTextAreaElement']: HTMLTextAreaElementAttributes;
678
+ ['HTMLTimeElement']: HTMLTimeElementAttributes;
679
+ ['HTMLTableRowElement']: HTMLTableRowElementAttributes;
680
+ ['HTMLTrackElement']: HTMLTrackElementAttributes;
681
+ ['HTMLUListElement']: HTMLUListElementAttributes;
682
+ ['HTMLVideoElement']: HTMLVideoElementAttributes;
683
+ }
684
+ }
685
+
686
+ export declare namespace SvgElementAttributes {
687
+ interface SVGAElementAttributes extends GenericAttributes {
688
+ ['alignment-baseline']: AttrValue;
689
+ ['baseline-shift']: AttrValue;
690
+ ['clip']: AttrValue;
691
+ ['clip-path']: AttrValue;
692
+ ['clip-rule']: AttrValue;
693
+ ['color']: AttrValue;
694
+ ['color-interpolation']: AttrValue;
695
+ ['color-interpolation-filters']: AttrValue;
696
+ ['color-profile']: AttrValue;
697
+ ['color-rendering']: AttrValue;
698
+ ['cursor']: AttrValue;
699
+ ['direction']: AttrValue;
700
+ ['display']: AttrValue;
701
+ ['dominant-baseline']: AttrValue;
702
+ ['download']: AttrValue;
703
+ ['enable-background']: AttrValue;
704
+ ['externalResourcesRequired']: AttrValue;
705
+ ['fill']: AttrValue;
706
+ ['fill-opacity']: AttrValue;
707
+ ['fill-rule']: AttrValue;
708
+ ['filter']: AttrValue;
709
+ ['flood-color']: AttrValue;
710
+ ['flood-opacity']: AttrValue;
711
+ ['focusHighlight']: AttrValue;
712
+ ['focusable']: AttrValue;
713
+ ['font-family']: AttrValue;
714
+ ['font-size']: AttrValue;
715
+ ['font-size-adjust']: AttrValue;
716
+ ['font-stretch']: AttrValue;
717
+ ['font-style']: AttrValue;
718
+ ['font-variant']: AttrValue;
719
+ ['font-weight']: AttrValue;
720
+ ['glyph-orientation-horizontal']: AttrValue;
721
+ ['glyph-orientation-vertical']: AttrValue;
722
+ ['href']: AttrValue;
723
+ ['hreflang']: AttrValue;
724
+ ['image-rendering']: AttrValue;
725
+ ['kerning']: AttrValue;
726
+ ['letter-spacing']: AttrValue;
727
+ ['lighting-color']: AttrValue;
728
+ ['marker-end']: AttrValue;
729
+ ['marker-mid']: AttrValue;
730
+ ['marker-start']: AttrValue;
731
+ ['mask']: AttrValue;
732
+ ['nav-down']: AttrValue;
733
+ ['nav-down-left']: AttrValue;
734
+ ['nav-down-right']: AttrValue;
735
+ ['nav-left']: AttrValue;
736
+ ['nav-next']: AttrValue;
737
+ ['nav-prev']: AttrValue;
738
+ ['nav-right']: AttrValue;
739
+ ['nav-up']: AttrValue;
740
+ ['nav-up-left']: AttrValue;
741
+ ['nav-up-right']: AttrValue;
742
+ ['opacity']: AttrValue;
743
+ ['overflow']: AttrValue;
744
+ ['ping']: AttrValue;
745
+ ['pointer-events']: AttrValue;
746
+ ['referrerpolicy']: AttrValue;
747
+ ['requiredExtensions']: AttrValue;
748
+ ['requiredFeatures']: AttrValue;
749
+ ['requiredFonts']: AttrValue;
750
+ ['requiredFormats']: AttrValue;
751
+ ['shape-rendering']: AttrValue;
752
+ ['stop-color']: AttrValue;
753
+ ['stop-opacity']: AttrValue;
754
+ ['stroke']: AttrValue;
755
+ ['stroke-dasharray']: AttrValue;
756
+ ['stroke-dashoffset']: AttrValue;
757
+ ['stroke-linecap']: AttrValue;
758
+ ['stroke-linejoin']: AttrValue;
759
+ ['stroke-miterlimit']: AttrValue;
760
+ ['stroke-opacity']: AttrValue;
761
+ ['stroke-width']: AttrValue;
762
+ ['systemLanguage']: AttrValue;
763
+ ['target']: AttrValue;
764
+ ['text-anchor']: AttrValue;
765
+ ['text-decoration']: AttrValue;
766
+ ['text-rendering']: AttrValue;
767
+ ['transform']: AttrValue;
768
+ ['type']: AttrValue;
769
+ ['unicode-bidi']: AttrValue;
770
+ ['visibility']: AttrValue;
771
+ ['word-spacing']: AttrValue;
772
+ ['writing-mode']: AttrValue;
773
+ }
774
+ interface SVGAnimateElementAttributes extends GenericAttributes {
775
+ ['accumulate']: AttrValue;
776
+ ['additive']: AttrValue;
777
+ ['alignment-baseline']: AttrValue;
778
+ ['attributeName']: AttrValue;
779
+ ['attributeType']: AttrValue;
780
+ ['baseline-shift']: AttrValue;
781
+ ['begin']: AttrValue;
782
+ ['by']: AttrValue;
783
+ ['calcMode']: AttrValue;
784
+ ['clip']: AttrValue;
785
+ ['clip-path']: AttrValue;
786
+ ['clip-rule']: AttrValue;
787
+ ['color']: AttrValue;
788
+ ['color-interpolation']: AttrValue;
789
+ ['color-interpolation-filters']: AttrValue;
790
+ ['color-profile']: AttrValue;
791
+ ['color-rendering']: AttrValue;
792
+ ['cursor']: AttrValue;
793
+ ['direction']: AttrValue;
794
+ ['display']: AttrValue;
795
+ ['dominant-baseline']: AttrValue;
796
+ ['dur']: AttrValue;
797
+ ['enable-background']: AttrValue;
798
+ ['end']: AttrValue;
799
+ ['externalResourcesRequired']: AttrValue;
800
+ ['fill']: AttrValue;
801
+ ['fill-opacity']: AttrValue;
802
+ ['fill-rule']: AttrValue;
803
+ ['filter']: AttrValue;
804
+ ['flood-color']: AttrValue;
805
+ ['flood-opacity']: AttrValue;
806
+ ['font-family']: AttrValue;
807
+ ['font-size']: AttrValue;
808
+ ['font-size-adjust']: AttrValue;
809
+ ['font-stretch']: AttrValue;
810
+ ['font-style']: AttrValue;
811
+ ['font-variant']: AttrValue;
812
+ ['font-weight']: AttrValue;
813
+ ['from']: AttrValue;
814
+ ['glyph-orientation-horizontal']: AttrValue;
815
+ ['glyph-orientation-vertical']: AttrValue;
816
+ ['href']: AttrValue;
817
+ ['image-rendering']: AttrValue;
818
+ ['kerning']: AttrValue;
819
+ ['keySplines']: AttrValue;
820
+ ['keyTimes']: AttrValue;
821
+ ['letter-spacing']: AttrValue;
822
+ ['lighting-color']: AttrValue;
823
+ ['marker-end']: AttrValue;
824
+ ['marker-mid']: AttrValue;
825
+ ['marker-start']: AttrValue;
826
+ ['mask']: AttrValue;
827
+ ['max']: AttrValue;
828
+ ['min']: AttrValue;
829
+ ['opacity']: AttrValue;
830
+ ['overflow']: AttrValue;
831
+ ['pointer-events']: AttrValue;
832
+ ['repeatCount']: AttrValue;
833
+ ['repeatDur']: AttrValue;
834
+ ['requiredExtensions']: AttrValue;
835
+ ['requiredFeatures']: AttrValue;
836
+ ['requiredFonts']: AttrValue;
837
+ ['requiredFormats']: AttrValue;
838
+ ['restart']: AttrValue;
839
+ ['shape-rendering']: AttrValue;
840
+ ['stop-color']: AttrValue;
841
+ ['stop-opacity']: AttrValue;
842
+ ['stroke']: AttrValue;
843
+ ['stroke-dasharray']: AttrValue;
844
+ ['stroke-dashoffset']: AttrValue;
845
+ ['stroke-linecap']: AttrValue;
846
+ ['stroke-linejoin']: AttrValue;
847
+ ['stroke-miterlimit']: AttrValue;
848
+ ['stroke-opacity']: AttrValue;
849
+ ['stroke-width']: AttrValue;
850
+ ['systemLanguage']: AttrValue;
851
+ ['text-anchor']: AttrValue;
852
+ ['text-decoration']: AttrValue;
853
+ ['text-rendering']: AttrValue;
854
+ ['to']: AttrValue;
855
+ ['unicode-bidi']: AttrValue;
856
+ ['values']: AttrValue;
857
+ ['visibility']: AttrValue;
858
+ ['word-spacing']: AttrValue;
859
+ ['writing-mode']: AttrValue;
860
+ }
861
+ interface SVGAnimateMotionElementAttributes extends GenericAttributes {
862
+ ['accumulate']: AttrValue;
863
+ ['additive']: AttrValue;
864
+ ['begin']: AttrValue;
865
+ ['by']: AttrValue;
866
+ ['calcMode']: AttrValue;
867
+ ['dur']: AttrValue;
868
+ ['end']: AttrValue;
869
+ ['externalResourcesRequired']: AttrValue;
870
+ ['fill']: AttrValue;
871
+ ['from']: AttrValue;
872
+ ['href']: AttrValue;
873
+ ['keyPoints']: AttrValue;
874
+ ['keySplines']: AttrValue;
875
+ ['keyTimes']: AttrValue;
876
+ ['max']: AttrValue;
877
+ ['min']: AttrValue;
878
+ ['origin']: AttrValue;
879
+ ['path']: AttrValue;
880
+ ['repeatCount']: AttrValue;
881
+ ['repeatDur']: AttrValue;
882
+ ['requiredExtensions']: AttrValue;
883
+ ['requiredFeatures']: AttrValue;
884
+ ['requiredFonts']: AttrValue;
885
+ ['requiredFormats']: AttrValue;
886
+ ['restart']: AttrValue;
887
+ ['rotate']: AttrValue;
888
+ ['systemLanguage']: AttrValue;
889
+ ['to']: AttrValue;
890
+ ['values']: AttrValue;
891
+ }
892
+ interface SVGAnimateTransformElementAttributes extends GenericAttributes {
893
+ ['accumulate']: AttrValue;
894
+ ['additive']: AttrValue;
895
+ ['attributeName']: AttrValue;
896
+ ['attributeType']: AttrValue;
897
+ ['begin']: AttrValue;
898
+ ['by']: AttrValue;
899
+ ['calcMode']: AttrValue;
900
+ ['dur']: AttrValue;
901
+ ['end']: AttrValue;
902
+ ['externalResourcesRequired']: AttrValue;
903
+ ['fill']: AttrValue;
904
+ ['from']: AttrValue;
905
+ ['href']: AttrValue;
906
+ ['keySplines']: AttrValue;
907
+ ['keyTimes']: AttrValue;
908
+ ['max']: AttrValue;
909
+ ['min']: AttrValue;
910
+ ['repeatCount']: AttrValue;
911
+ ['repeatDur']: AttrValue;
912
+ ['requiredExtensions']: AttrValue;
913
+ ['requiredFeatures']: AttrValue;
914
+ ['requiredFonts']: AttrValue;
915
+ ['requiredFormats']: AttrValue;
916
+ ['restart']: AttrValue;
917
+ ['systemLanguage']: AttrValue;
918
+ ['to']: AttrValue;
919
+ ['type']: AttrValue;
920
+ ['values']: AttrValue;
921
+ }
922
+ interface SVGCircleElementAttributes extends GenericAttributes {
923
+ ['alignment-baseline']: AttrValue;
924
+ ['baseline-shift']: AttrValue;
925
+ ['clip']: AttrValue;
926
+ ['clip-path']: AttrValue;
927
+ ['clip-rule']: AttrValue;
928
+ ['color']: AttrValue;
929
+ ['color-interpolation']: AttrValue;
930
+ ['color-interpolation-filters']: AttrValue;
931
+ ['color-profile']: AttrValue;
932
+ ['color-rendering']: AttrValue;
933
+ ['cursor']: AttrValue;
934
+ ['cx']: AttrValue;
935
+ ['cy']: AttrValue;
936
+ ['direction']: AttrValue;
937
+ ['display']: AttrValue;
938
+ ['dominant-baseline']: AttrValue;
939
+ ['enable-background']: AttrValue;
940
+ ['externalResourcesRequired']: AttrValue;
941
+ ['fill']: AttrValue;
942
+ ['fill-opacity']: AttrValue;
943
+ ['fill-rule']: AttrValue;
944
+ ['filter']: AttrValue;
945
+ ['flood-color']: AttrValue;
946
+ ['flood-opacity']: AttrValue;
947
+ ['focusHighlight']: AttrValue;
948
+ ['focusable']: AttrValue;
949
+ ['font-family']: AttrValue;
950
+ ['font-size']: AttrValue;
951
+ ['font-size-adjust']: AttrValue;
952
+ ['font-stretch']: AttrValue;
953
+ ['font-style']: AttrValue;
954
+ ['font-variant']: AttrValue;
955
+ ['font-weight']: AttrValue;
956
+ ['glyph-orientation-horizontal']: AttrValue;
957
+ ['glyph-orientation-vertical']: AttrValue;
958
+ ['image-rendering']: AttrValue;
959
+ ['kerning']: AttrValue;
960
+ ['letter-spacing']: AttrValue;
961
+ ['lighting-color']: AttrValue;
962
+ ['marker-end']: AttrValue;
963
+ ['marker-mid']: AttrValue;
964
+ ['marker-start']: AttrValue;
965
+ ['mask']: AttrValue;
966
+ ['nav-down']: AttrValue;
967
+ ['nav-down-left']: AttrValue;
968
+ ['nav-down-right']: AttrValue;
969
+ ['nav-left']: AttrValue;
970
+ ['nav-next']: AttrValue;
971
+ ['nav-prev']: AttrValue;
972
+ ['nav-right']: AttrValue;
973
+ ['nav-up']: AttrValue;
974
+ ['nav-up-left']: AttrValue;
975
+ ['nav-up-right']: AttrValue;
976
+ ['opacity']: AttrValue;
977
+ ['overflow']: AttrValue;
978
+ ['pathLength']: AttrValue;
979
+ ['pointer-events']: AttrValue;
980
+ ['r']: AttrValue;
981
+ ['requiredExtensions']: AttrValue;
982
+ ['requiredFeatures']: AttrValue;
983
+ ['requiredFonts']: AttrValue;
984
+ ['requiredFormats']: AttrValue;
985
+ ['shape-rendering']: AttrValue;
986
+ ['stop-color']: AttrValue;
987
+ ['stop-opacity']: AttrValue;
988
+ ['stroke']: AttrValue;
989
+ ['stroke-dasharray']: AttrValue;
990
+ ['stroke-dashoffset']: AttrValue;
991
+ ['stroke-linecap']: AttrValue;
992
+ ['stroke-linejoin']: AttrValue;
993
+ ['stroke-miterlimit']: AttrValue;
994
+ ['stroke-opacity']: AttrValue;
995
+ ['stroke-width']: AttrValue;
996
+ ['systemLanguage']: AttrValue;
997
+ ['text-anchor']: AttrValue;
998
+ ['text-decoration']: AttrValue;
999
+ ['text-rendering']: AttrValue;
1000
+ ['transform']: AttrValue;
1001
+ ['unicode-bidi']: AttrValue;
1002
+ ['visibility']: AttrValue;
1003
+ ['word-spacing']: AttrValue;
1004
+ ['writing-mode']: AttrValue;
1005
+ }
1006
+ interface SVGClipPathElementAttributes extends GenericAttributes {
1007
+ ['alignment-baseline']: AttrValue;
1008
+ ['baseline-shift']: AttrValue;
1009
+ ['clip']: AttrValue;
1010
+ ['clip-path']: AttrValue;
1011
+ ['clip-rule']: AttrValue;
1012
+ ['clipPathUnits']: AttrValue;
1013
+ ['color']: AttrValue;
1014
+ ['color-interpolation']: AttrValue;
1015
+ ['color-interpolation-filters']: AttrValue;
1016
+ ['color-profile']: AttrValue;
1017
+ ['color-rendering']: AttrValue;
1018
+ ['cursor']: AttrValue;
1019
+ ['direction']: AttrValue;
1020
+ ['display']: AttrValue;
1021
+ ['dominant-baseline']: AttrValue;
1022
+ ['enable-background']: AttrValue;
1023
+ ['externalResourcesRequired']: AttrValue;
1024
+ ['fill']: AttrValue;
1025
+ ['fill-opacity']: AttrValue;
1026
+ ['fill-rule']: AttrValue;
1027
+ ['filter']: AttrValue;
1028
+ ['flood-color']: AttrValue;
1029
+ ['flood-opacity']: AttrValue;
1030
+ ['font-family']: AttrValue;
1031
+ ['font-size']: AttrValue;
1032
+ ['font-size-adjust']: AttrValue;
1033
+ ['font-stretch']: AttrValue;
1034
+ ['font-style']: AttrValue;
1035
+ ['font-variant']: AttrValue;
1036
+ ['font-weight']: AttrValue;
1037
+ ['glyph-orientation-horizontal']: AttrValue;
1038
+ ['glyph-orientation-vertical']: AttrValue;
1039
+ ['image-rendering']: AttrValue;
1040
+ ['kerning']: AttrValue;
1041
+ ['letter-spacing']: AttrValue;
1042
+ ['lighting-color']: AttrValue;
1043
+ ['marker-end']: AttrValue;
1044
+ ['marker-mid']: AttrValue;
1045
+ ['marker-start']: AttrValue;
1046
+ ['mask']: AttrValue;
1047
+ ['opacity']: AttrValue;
1048
+ ['overflow']: AttrValue;
1049
+ ['pointer-events']: AttrValue;
1050
+ ['requiredExtensions']: AttrValue;
1051
+ ['requiredFeatures']: AttrValue;
1052
+ ['shape-rendering']: AttrValue;
1053
+ ['stop-color']: AttrValue;
1054
+ ['stop-opacity']: AttrValue;
1055
+ ['stroke']: AttrValue;
1056
+ ['stroke-dasharray']: AttrValue;
1057
+ ['stroke-dashoffset']: AttrValue;
1058
+ ['stroke-linecap']: AttrValue;
1059
+ ['stroke-linejoin']: AttrValue;
1060
+ ['stroke-miterlimit']: AttrValue;
1061
+ ['stroke-opacity']: AttrValue;
1062
+ ['stroke-width']: AttrValue;
1063
+ ['systemLanguage']: AttrValue;
1064
+ ['text-anchor']: AttrValue;
1065
+ ['text-decoration']: AttrValue;
1066
+ ['text-rendering']: AttrValue;
1067
+ ['transform']: AttrValue;
1068
+ ['unicode-bidi']: AttrValue;
1069
+ ['visibility']: AttrValue;
1070
+ ['word-spacing']: AttrValue;
1071
+ ['writing-mode']: AttrValue;
1072
+ }
1073
+ interface SVGDefsElementAttributes extends GenericAttributes {
1074
+ ['alignment-baseline']: AttrValue;
1075
+ ['baseline-shift']: AttrValue;
1076
+ ['clip']: AttrValue;
1077
+ ['clip-path']: AttrValue;
1078
+ ['clip-rule']: AttrValue;
1079
+ ['color']: AttrValue;
1080
+ ['color-interpolation']: AttrValue;
1081
+ ['color-interpolation-filters']: AttrValue;
1082
+ ['color-profile']: AttrValue;
1083
+ ['color-rendering']: AttrValue;
1084
+ ['cursor']: AttrValue;
1085
+ ['direction']: AttrValue;
1086
+ ['display']: AttrValue;
1087
+ ['dominant-baseline']: AttrValue;
1088
+ ['enable-background']: AttrValue;
1089
+ ['externalResourcesRequired']: AttrValue;
1090
+ ['fill']: AttrValue;
1091
+ ['fill-opacity']: AttrValue;
1092
+ ['fill-rule']: AttrValue;
1093
+ ['filter']: AttrValue;
1094
+ ['flood-color']: AttrValue;
1095
+ ['flood-opacity']: AttrValue;
1096
+ ['font-family']: AttrValue;
1097
+ ['font-size']: AttrValue;
1098
+ ['font-size-adjust']: AttrValue;
1099
+ ['font-stretch']: AttrValue;
1100
+ ['font-style']: AttrValue;
1101
+ ['font-variant']: AttrValue;
1102
+ ['font-weight']: AttrValue;
1103
+ ['glyph-orientation-horizontal']: AttrValue;
1104
+ ['glyph-orientation-vertical']: AttrValue;
1105
+ ['image-rendering']: AttrValue;
1106
+ ['kerning']: AttrValue;
1107
+ ['letter-spacing']: AttrValue;
1108
+ ['lighting-color']: AttrValue;
1109
+ ['marker-end']: AttrValue;
1110
+ ['marker-mid']: AttrValue;
1111
+ ['marker-start']: AttrValue;
1112
+ ['mask']: AttrValue;
1113
+ ['opacity']: AttrValue;
1114
+ ['overflow']: AttrValue;
1115
+ ['pointer-events']: AttrValue;
1116
+ ['requiredExtensions']: AttrValue;
1117
+ ['requiredFeatures']: AttrValue;
1118
+ ['shape-rendering']: AttrValue;
1119
+ ['stop-color']: AttrValue;
1120
+ ['stop-opacity']: AttrValue;
1121
+ ['stroke']: AttrValue;
1122
+ ['stroke-dasharray']: AttrValue;
1123
+ ['stroke-dashoffset']: AttrValue;
1124
+ ['stroke-linecap']: AttrValue;
1125
+ ['stroke-linejoin']: AttrValue;
1126
+ ['stroke-miterlimit']: AttrValue;
1127
+ ['stroke-opacity']: AttrValue;
1128
+ ['stroke-width']: AttrValue;
1129
+ ['systemLanguage']: AttrValue;
1130
+ ['text-anchor']: AttrValue;
1131
+ ['text-decoration']: AttrValue;
1132
+ ['text-rendering']: AttrValue;
1133
+ ['transform']: AttrValue;
1134
+ ['unicode-bidi']: AttrValue;
1135
+ ['visibility']: AttrValue;
1136
+ ['word-spacing']: AttrValue;
1137
+ ['writing-mode']: AttrValue;
1138
+ }
1139
+ interface SVGDescElementAttributes extends GenericAttributes {
1140
+ ['requiredExtensions']: AttrValue;
1141
+ ['requiredFeatures']: AttrValue;
1142
+ ['requiredFonts']: AttrValue;
1143
+ ['requiredFormats']: AttrValue;
1144
+ ['systemLanguage']: AttrValue;
1145
+ }
1146
+ interface SVGEllipseElementAttributes extends GenericAttributes {
1147
+ ['alignment-baseline']: AttrValue;
1148
+ ['baseline-shift']: AttrValue;
1149
+ ['clip']: AttrValue;
1150
+ ['clip-path']: AttrValue;
1151
+ ['clip-rule']: AttrValue;
1152
+ ['color']: AttrValue;
1153
+ ['color-interpolation']: AttrValue;
1154
+ ['color-interpolation-filters']: AttrValue;
1155
+ ['color-profile']: AttrValue;
1156
+ ['color-rendering']: AttrValue;
1157
+ ['cursor']: AttrValue;
1158
+ ['cx']: AttrValue;
1159
+ ['cy']: AttrValue;
1160
+ ['direction']: AttrValue;
1161
+ ['display']: AttrValue;
1162
+ ['dominant-baseline']: AttrValue;
1163
+ ['enable-background']: AttrValue;
1164
+ ['externalResourcesRequired']: AttrValue;
1165
+ ['fill']: AttrValue;
1166
+ ['fill-opacity']: AttrValue;
1167
+ ['fill-rule']: AttrValue;
1168
+ ['filter']: AttrValue;
1169
+ ['flood-color']: AttrValue;
1170
+ ['flood-opacity']: AttrValue;
1171
+ ['focusHighlight']: AttrValue;
1172
+ ['focusable']: AttrValue;
1173
+ ['font-family']: AttrValue;
1174
+ ['font-size']: AttrValue;
1175
+ ['font-size-adjust']: AttrValue;
1176
+ ['font-stretch']: AttrValue;
1177
+ ['font-style']: AttrValue;
1178
+ ['font-variant']: AttrValue;
1179
+ ['font-weight']: AttrValue;
1180
+ ['glyph-orientation-horizontal']: AttrValue;
1181
+ ['glyph-orientation-vertical']: AttrValue;
1182
+ ['image-rendering']: AttrValue;
1183
+ ['kerning']: AttrValue;
1184
+ ['letter-spacing']: AttrValue;
1185
+ ['lighting-color']: AttrValue;
1186
+ ['marker-end']: AttrValue;
1187
+ ['marker-mid']: AttrValue;
1188
+ ['marker-start']: AttrValue;
1189
+ ['mask']: AttrValue;
1190
+ ['nav-down']: AttrValue;
1191
+ ['nav-down-left']: AttrValue;
1192
+ ['nav-down-right']: AttrValue;
1193
+ ['nav-left']: AttrValue;
1194
+ ['nav-next']: AttrValue;
1195
+ ['nav-prev']: AttrValue;
1196
+ ['nav-right']: AttrValue;
1197
+ ['nav-up']: AttrValue;
1198
+ ['nav-up-left']: AttrValue;
1199
+ ['nav-up-right']: AttrValue;
1200
+ ['opacity']: AttrValue;
1201
+ ['overflow']: AttrValue;
1202
+ ['pathLength']: AttrValue;
1203
+ ['pointer-events']: AttrValue;
1204
+ ['requiredExtensions']: AttrValue;
1205
+ ['requiredFeatures']: AttrValue;
1206
+ ['requiredFonts']: AttrValue;
1207
+ ['requiredFormats']: AttrValue;
1208
+ ['rx']: AttrValue;
1209
+ ['ry']: AttrValue;
1210
+ ['shape-rendering']: AttrValue;
1211
+ ['stop-color']: AttrValue;
1212
+ ['stop-opacity']: AttrValue;
1213
+ ['stroke']: AttrValue;
1214
+ ['stroke-dasharray']: AttrValue;
1215
+ ['stroke-dashoffset']: AttrValue;
1216
+ ['stroke-linecap']: AttrValue;
1217
+ ['stroke-linejoin']: AttrValue;
1218
+ ['stroke-miterlimit']: AttrValue;
1219
+ ['stroke-opacity']: AttrValue;
1220
+ ['stroke-width']: AttrValue;
1221
+ ['systemLanguage']: AttrValue;
1222
+ ['text-anchor']: AttrValue;
1223
+ ['text-decoration']: AttrValue;
1224
+ ['text-rendering']: AttrValue;
1225
+ ['transform']: AttrValue;
1226
+ ['unicode-bidi']: AttrValue;
1227
+ ['visibility']: AttrValue;
1228
+ ['word-spacing']: AttrValue;
1229
+ ['writing-mode']: AttrValue;
1230
+ }
1231
+ interface SVGFEBlendElementAttributes extends GenericAttributes {
1232
+ ['alignment-baseline']: AttrValue;
1233
+ ['baseline-shift']: AttrValue;
1234
+ ['clip']: AttrValue;
1235
+ ['clip-path']: AttrValue;
1236
+ ['clip-rule']: AttrValue;
1237
+ ['color']: AttrValue;
1238
+ ['color-interpolation']: AttrValue;
1239
+ ['color-interpolation-filters']: AttrValue;
1240
+ ['color-profile']: AttrValue;
1241
+ ['color-rendering']: AttrValue;
1242
+ ['cursor']: AttrValue;
1243
+ ['direction']: AttrValue;
1244
+ ['display']: AttrValue;
1245
+ ['dominant-baseline']: AttrValue;
1246
+ ['enable-background']: AttrValue;
1247
+ ['fill']: AttrValue;
1248
+ ['fill-opacity']: AttrValue;
1249
+ ['fill-rule']: AttrValue;
1250
+ ['filter']: AttrValue;
1251
+ ['flood-color']: AttrValue;
1252
+ ['flood-opacity']: AttrValue;
1253
+ ['font-family']: AttrValue;
1254
+ ['font-size']: AttrValue;
1255
+ ['font-size-adjust']: AttrValue;
1256
+ ['font-stretch']: AttrValue;
1257
+ ['font-style']: AttrValue;
1258
+ ['font-variant']: AttrValue;
1259
+ ['font-weight']: AttrValue;
1260
+ ['glyph-orientation-horizontal']: AttrValue;
1261
+ ['glyph-orientation-vertical']: AttrValue;
1262
+ ['height']: AttrValue;
1263
+ ['image-rendering']: AttrValue;
1264
+ ['in']: AttrValue;
1265
+ ['in2']: AttrValue;
1266
+ ['kerning']: AttrValue;
1267
+ ['letter-spacing']: AttrValue;
1268
+ ['lighting-color']: AttrValue;
1269
+ ['marker-end']: AttrValue;
1270
+ ['marker-mid']: AttrValue;
1271
+ ['marker-start']: AttrValue;
1272
+ ['mask']: AttrValue;
1273
+ ['mode']: AttrValue;
1274
+ ['opacity']: AttrValue;
1275
+ ['overflow']: AttrValue;
1276
+ ['pointer-events']: AttrValue;
1277
+ ['result']: AttrValue;
1278
+ ['shape-rendering']: AttrValue;
1279
+ ['stop-color']: AttrValue;
1280
+ ['stop-opacity']: AttrValue;
1281
+ ['stroke']: AttrValue;
1282
+ ['stroke-dasharray']: AttrValue;
1283
+ ['stroke-dashoffset']: AttrValue;
1284
+ ['stroke-linecap']: AttrValue;
1285
+ ['stroke-linejoin']: AttrValue;
1286
+ ['stroke-miterlimit']: AttrValue;
1287
+ ['stroke-opacity']: AttrValue;
1288
+ ['stroke-width']: AttrValue;
1289
+ ['text-anchor']: AttrValue;
1290
+ ['text-decoration']: AttrValue;
1291
+ ['text-rendering']: AttrValue;
1292
+ ['unicode-bidi']: AttrValue;
1293
+ ['visibility']: AttrValue;
1294
+ ['width']: AttrValue;
1295
+ ['word-spacing']: AttrValue;
1296
+ ['writing-mode']: AttrValue;
1297
+ ['x']: AttrValue;
1298
+ ['y']: AttrValue;
1299
+ }
1300
+ interface SVGFEColorMatrixElementAttributes extends GenericAttributes {
1301
+ ['alignment-baseline']: AttrValue;
1302
+ ['baseline-shift']: AttrValue;
1303
+ ['clip']: AttrValue;
1304
+ ['clip-path']: AttrValue;
1305
+ ['clip-rule']: AttrValue;
1306
+ ['color']: AttrValue;
1307
+ ['color-interpolation']: AttrValue;
1308
+ ['color-interpolation-filters']: AttrValue;
1309
+ ['color-profile']: AttrValue;
1310
+ ['color-rendering']: AttrValue;
1311
+ ['cursor']: AttrValue;
1312
+ ['direction']: AttrValue;
1313
+ ['display']: AttrValue;
1314
+ ['dominant-baseline']: AttrValue;
1315
+ ['enable-background']: AttrValue;
1316
+ ['fill']: AttrValue;
1317
+ ['fill-opacity']: AttrValue;
1318
+ ['fill-rule']: AttrValue;
1319
+ ['filter']: AttrValue;
1320
+ ['flood-color']: AttrValue;
1321
+ ['flood-opacity']: AttrValue;
1322
+ ['font-family']: AttrValue;
1323
+ ['font-size']: AttrValue;
1324
+ ['font-size-adjust']: AttrValue;
1325
+ ['font-stretch']: AttrValue;
1326
+ ['font-style']: AttrValue;
1327
+ ['font-variant']: AttrValue;
1328
+ ['font-weight']: AttrValue;
1329
+ ['glyph-orientation-horizontal']: AttrValue;
1330
+ ['glyph-orientation-vertical']: AttrValue;
1331
+ ['height']: AttrValue;
1332
+ ['image-rendering']: AttrValue;
1333
+ ['in']: AttrValue;
1334
+ ['kerning']: AttrValue;
1335
+ ['letter-spacing']: AttrValue;
1336
+ ['lighting-color']: AttrValue;
1337
+ ['marker-end']: AttrValue;
1338
+ ['marker-mid']: AttrValue;
1339
+ ['marker-start']: AttrValue;
1340
+ ['mask']: AttrValue;
1341
+ ['opacity']: AttrValue;
1342
+ ['overflow']: AttrValue;
1343
+ ['pointer-events']: AttrValue;
1344
+ ['result']: AttrValue;
1345
+ ['shape-rendering']: AttrValue;
1346
+ ['stop-color']: AttrValue;
1347
+ ['stop-opacity']: AttrValue;
1348
+ ['stroke']: AttrValue;
1349
+ ['stroke-dasharray']: AttrValue;
1350
+ ['stroke-dashoffset']: AttrValue;
1351
+ ['stroke-linecap']: AttrValue;
1352
+ ['stroke-linejoin']: AttrValue;
1353
+ ['stroke-miterlimit']: AttrValue;
1354
+ ['stroke-opacity']: AttrValue;
1355
+ ['stroke-width']: AttrValue;
1356
+ ['text-anchor']: AttrValue;
1357
+ ['text-decoration']: AttrValue;
1358
+ ['text-rendering']: AttrValue;
1359
+ ['type']: AttrValue;
1360
+ ['unicode-bidi']: AttrValue;
1361
+ ['values']: AttrValue;
1362
+ ['visibility']: AttrValue;
1363
+ ['width']: AttrValue;
1364
+ ['word-spacing']: AttrValue;
1365
+ ['writing-mode']: AttrValue;
1366
+ ['x']: AttrValue;
1367
+ ['y']: AttrValue;
1368
+ }
1369
+ interface SVGFEComponentTransferElementAttributes extends GenericAttributes {
1370
+ ['alignment-baseline']: AttrValue;
1371
+ ['baseline-shift']: AttrValue;
1372
+ ['clip']: AttrValue;
1373
+ ['clip-path']: AttrValue;
1374
+ ['clip-rule']: AttrValue;
1375
+ ['color']: AttrValue;
1376
+ ['color-interpolation']: AttrValue;
1377
+ ['color-interpolation-filters']: AttrValue;
1378
+ ['color-profile']: AttrValue;
1379
+ ['color-rendering']: AttrValue;
1380
+ ['cursor']: AttrValue;
1381
+ ['direction']: AttrValue;
1382
+ ['display']: AttrValue;
1383
+ ['dominant-baseline']: AttrValue;
1384
+ ['enable-background']: AttrValue;
1385
+ ['fill']: AttrValue;
1386
+ ['fill-opacity']: AttrValue;
1387
+ ['fill-rule']: AttrValue;
1388
+ ['filter']: AttrValue;
1389
+ ['flood-color']: AttrValue;
1390
+ ['flood-opacity']: AttrValue;
1391
+ ['font-family']: AttrValue;
1392
+ ['font-size']: AttrValue;
1393
+ ['font-size-adjust']: AttrValue;
1394
+ ['font-stretch']: AttrValue;
1395
+ ['font-style']: AttrValue;
1396
+ ['font-variant']: AttrValue;
1397
+ ['font-weight']: AttrValue;
1398
+ ['glyph-orientation-horizontal']: AttrValue;
1399
+ ['glyph-orientation-vertical']: AttrValue;
1400
+ ['height']: AttrValue;
1401
+ ['image-rendering']: AttrValue;
1402
+ ['in']: AttrValue;
1403
+ ['kerning']: AttrValue;
1404
+ ['letter-spacing']: AttrValue;
1405
+ ['lighting-color']: AttrValue;
1406
+ ['marker-end']: AttrValue;
1407
+ ['marker-mid']: AttrValue;
1408
+ ['marker-start']: AttrValue;
1409
+ ['mask']: AttrValue;
1410
+ ['opacity']: AttrValue;
1411
+ ['overflow']: AttrValue;
1412
+ ['pointer-events']: AttrValue;
1413
+ ['result']: AttrValue;
1414
+ ['shape-rendering']: AttrValue;
1415
+ ['stop-color']: AttrValue;
1416
+ ['stop-opacity']: AttrValue;
1417
+ ['stroke']: AttrValue;
1418
+ ['stroke-dasharray']: AttrValue;
1419
+ ['stroke-dashoffset']: AttrValue;
1420
+ ['stroke-linecap']: AttrValue;
1421
+ ['stroke-linejoin']: AttrValue;
1422
+ ['stroke-miterlimit']: AttrValue;
1423
+ ['stroke-opacity']: AttrValue;
1424
+ ['stroke-width']: AttrValue;
1425
+ ['text-anchor']: AttrValue;
1426
+ ['text-decoration']: AttrValue;
1427
+ ['text-rendering']: AttrValue;
1428
+ ['unicode-bidi']: AttrValue;
1429
+ ['visibility']: AttrValue;
1430
+ ['width']: AttrValue;
1431
+ ['word-spacing']: AttrValue;
1432
+ ['writing-mode']: AttrValue;
1433
+ ['x']: AttrValue;
1434
+ ['y']: AttrValue;
1435
+ }
1436
+ interface SVGFECompositeElementAttributes extends GenericAttributes {
1437
+ ['alignment-baseline']: AttrValue;
1438
+ ['baseline-shift']: AttrValue;
1439
+ ['clip']: AttrValue;
1440
+ ['clip-path']: AttrValue;
1441
+ ['clip-rule']: AttrValue;
1442
+ ['color']: AttrValue;
1443
+ ['color-interpolation']: AttrValue;
1444
+ ['color-interpolation-filters']: AttrValue;
1445
+ ['color-profile']: AttrValue;
1446
+ ['color-rendering']: AttrValue;
1447
+ ['cursor']: AttrValue;
1448
+ ['direction']: AttrValue;
1449
+ ['display']: AttrValue;
1450
+ ['dominant-baseline']: AttrValue;
1451
+ ['enable-background']: AttrValue;
1452
+ ['fill']: AttrValue;
1453
+ ['fill-opacity']: AttrValue;
1454
+ ['fill-rule']: AttrValue;
1455
+ ['filter']: AttrValue;
1456
+ ['flood-color']: AttrValue;
1457
+ ['flood-opacity']: AttrValue;
1458
+ ['font-family']: AttrValue;
1459
+ ['font-size']: AttrValue;
1460
+ ['font-size-adjust']: AttrValue;
1461
+ ['font-stretch']: AttrValue;
1462
+ ['font-style']: AttrValue;
1463
+ ['font-variant']: AttrValue;
1464
+ ['font-weight']: AttrValue;
1465
+ ['glyph-orientation-horizontal']: AttrValue;
1466
+ ['glyph-orientation-vertical']: AttrValue;
1467
+ ['height']: AttrValue;
1468
+ ['image-rendering']: AttrValue;
1469
+ ['in']: AttrValue;
1470
+ ['in2']: AttrValue;
1471
+ ['k1']: AttrValue;
1472
+ ['k2']: AttrValue;
1473
+ ['k3']: AttrValue;
1474
+ ['k4']: AttrValue;
1475
+ ['kerning']: AttrValue;
1476
+ ['letter-spacing']: AttrValue;
1477
+ ['lighting-color']: AttrValue;
1478
+ ['marker-end']: AttrValue;
1479
+ ['marker-mid']: AttrValue;
1480
+ ['marker-start']: AttrValue;
1481
+ ['mask']: AttrValue;
1482
+ ['opacity']: AttrValue;
1483
+ ['operator']: AttrValue;
1484
+ ['overflow']: AttrValue;
1485
+ ['pointer-events']: AttrValue;
1486
+ ['result']: AttrValue;
1487
+ ['shape-rendering']: AttrValue;
1488
+ ['stop-color']: AttrValue;
1489
+ ['stop-opacity']: AttrValue;
1490
+ ['stroke']: AttrValue;
1491
+ ['stroke-dasharray']: AttrValue;
1492
+ ['stroke-dashoffset']: AttrValue;
1493
+ ['stroke-linecap']: AttrValue;
1494
+ ['stroke-linejoin']: AttrValue;
1495
+ ['stroke-miterlimit']: AttrValue;
1496
+ ['stroke-opacity']: AttrValue;
1497
+ ['stroke-width']: AttrValue;
1498
+ ['text-anchor']: AttrValue;
1499
+ ['text-decoration']: AttrValue;
1500
+ ['text-rendering']: AttrValue;
1501
+ ['unicode-bidi']: AttrValue;
1502
+ ['visibility']: AttrValue;
1503
+ ['width']: AttrValue;
1504
+ ['word-spacing']: AttrValue;
1505
+ ['writing-mode']: AttrValue;
1506
+ ['x']: AttrValue;
1507
+ ['y']: AttrValue;
1508
+ }
1509
+ interface SVGFEConvolveMatrixElementAttributes extends GenericAttributes {
1510
+ ['alignment-baseline']: AttrValue;
1511
+ ['baseline-shift']: AttrValue;
1512
+ ['bias']: AttrValue;
1513
+ ['clip']: AttrValue;
1514
+ ['clip-path']: AttrValue;
1515
+ ['clip-rule']: AttrValue;
1516
+ ['color']: AttrValue;
1517
+ ['color-interpolation']: AttrValue;
1518
+ ['color-interpolation-filters']: AttrValue;
1519
+ ['color-profile']: AttrValue;
1520
+ ['color-rendering']: AttrValue;
1521
+ ['cursor']: AttrValue;
1522
+ ['direction']: AttrValue;
1523
+ ['display']: AttrValue;
1524
+ ['divisor']: AttrValue;
1525
+ ['dominant-baseline']: AttrValue;
1526
+ ['edgeMode']: AttrValue;
1527
+ ['enable-background']: AttrValue;
1528
+ ['fill']: AttrValue;
1529
+ ['fill-opacity']: AttrValue;
1530
+ ['fill-rule']: AttrValue;
1531
+ ['filter']: AttrValue;
1532
+ ['flood-color']: AttrValue;
1533
+ ['flood-opacity']: AttrValue;
1534
+ ['font-family']: AttrValue;
1535
+ ['font-size']: AttrValue;
1536
+ ['font-size-adjust']: AttrValue;
1537
+ ['font-stretch']: AttrValue;
1538
+ ['font-style']: AttrValue;
1539
+ ['font-variant']: AttrValue;
1540
+ ['font-weight']: AttrValue;
1541
+ ['glyph-orientation-horizontal']: AttrValue;
1542
+ ['glyph-orientation-vertical']: AttrValue;
1543
+ ['height']: AttrValue;
1544
+ ['image-rendering']: AttrValue;
1545
+ ['in']: AttrValue;
1546
+ ['kernelMatrix']: AttrValue;
1547
+ ['kernelUnitLength']: AttrValue;
1548
+ ['kerning']: AttrValue;
1549
+ ['letter-spacing']: AttrValue;
1550
+ ['lighting-color']: AttrValue;
1551
+ ['marker-end']: AttrValue;
1552
+ ['marker-mid']: AttrValue;
1553
+ ['marker-start']: AttrValue;
1554
+ ['mask']: AttrValue;
1555
+ ['opacity']: AttrValue;
1556
+ ['order']: AttrValue;
1557
+ ['overflow']: AttrValue;
1558
+ ['pointer-events']: AttrValue;
1559
+ ['preserveAlpha']: AttrValue;
1560
+ ['result']: AttrValue;
1561
+ ['shape-rendering']: AttrValue;
1562
+ ['stop-color']: AttrValue;
1563
+ ['stop-opacity']: AttrValue;
1564
+ ['stroke']: AttrValue;
1565
+ ['stroke-dasharray']: AttrValue;
1566
+ ['stroke-dashoffset']: AttrValue;
1567
+ ['stroke-linecap']: AttrValue;
1568
+ ['stroke-linejoin']: AttrValue;
1569
+ ['stroke-miterlimit']: AttrValue;
1570
+ ['stroke-opacity']: AttrValue;
1571
+ ['stroke-width']: AttrValue;
1572
+ ['targetX']: AttrValue;
1573
+ ['targetY']: AttrValue;
1574
+ ['text-anchor']: AttrValue;
1575
+ ['text-decoration']: AttrValue;
1576
+ ['text-rendering']: AttrValue;
1577
+ ['unicode-bidi']: AttrValue;
1578
+ ['visibility']: AttrValue;
1579
+ ['width']: AttrValue;
1580
+ ['word-spacing']: AttrValue;
1581
+ ['writing-mode']: AttrValue;
1582
+ ['x']: AttrValue;
1583
+ ['y']: AttrValue;
1584
+ }
1585
+ interface SVGFEDiffuseLightingElementAttributes extends GenericAttributes {
1586
+ ['alignment-baseline']: AttrValue;
1587
+ ['baseline-shift']: AttrValue;
1588
+ ['clip']: AttrValue;
1589
+ ['clip-path']: AttrValue;
1590
+ ['clip-rule']: AttrValue;
1591
+ ['color']: AttrValue;
1592
+ ['color-interpolation']: AttrValue;
1593
+ ['color-interpolation-filters']: AttrValue;
1594
+ ['color-profile']: AttrValue;
1595
+ ['color-rendering']: AttrValue;
1596
+ ['cursor']: AttrValue;
1597
+ ['diffuseConstant']: AttrValue;
1598
+ ['direction']: AttrValue;
1599
+ ['display']: AttrValue;
1600
+ ['dominant-baseline']: AttrValue;
1601
+ ['enable-background']: AttrValue;
1602
+ ['fill']: AttrValue;
1603
+ ['fill-opacity']: AttrValue;
1604
+ ['fill-rule']: AttrValue;
1605
+ ['filter']: AttrValue;
1606
+ ['flood-color']: AttrValue;
1607
+ ['flood-opacity']: AttrValue;
1608
+ ['font-family']: AttrValue;
1609
+ ['font-size']: AttrValue;
1610
+ ['font-size-adjust']: AttrValue;
1611
+ ['font-stretch']: AttrValue;
1612
+ ['font-style']: AttrValue;
1613
+ ['font-variant']: AttrValue;
1614
+ ['font-weight']: AttrValue;
1615
+ ['glyph-orientation-horizontal']: AttrValue;
1616
+ ['glyph-orientation-vertical']: AttrValue;
1617
+ ['height']: AttrValue;
1618
+ ['image-rendering']: AttrValue;
1619
+ ['in']: AttrValue;
1620
+ ['kernelUnitLength']: AttrValue;
1621
+ ['kerning']: AttrValue;
1622
+ ['letter-spacing']: AttrValue;
1623
+ ['lighting-color']: AttrValue;
1624
+ ['marker-end']: AttrValue;
1625
+ ['marker-mid']: AttrValue;
1626
+ ['marker-start']: AttrValue;
1627
+ ['mask']: AttrValue;
1628
+ ['opacity']: AttrValue;
1629
+ ['overflow']: AttrValue;
1630
+ ['pointer-events']: AttrValue;
1631
+ ['result']: AttrValue;
1632
+ ['shape-rendering']: AttrValue;
1633
+ ['stop-color']: AttrValue;
1634
+ ['stop-opacity']: AttrValue;
1635
+ ['stroke']: AttrValue;
1636
+ ['stroke-dasharray']: AttrValue;
1637
+ ['stroke-dashoffset']: AttrValue;
1638
+ ['stroke-linecap']: AttrValue;
1639
+ ['stroke-linejoin']: AttrValue;
1640
+ ['stroke-miterlimit']: AttrValue;
1641
+ ['stroke-opacity']: AttrValue;
1642
+ ['stroke-width']: AttrValue;
1643
+ ['surfaceScale']: AttrValue;
1644
+ ['text-anchor']: AttrValue;
1645
+ ['text-decoration']: AttrValue;
1646
+ ['text-rendering']: AttrValue;
1647
+ ['unicode-bidi']: AttrValue;
1648
+ ['visibility']: AttrValue;
1649
+ ['width']: AttrValue;
1650
+ ['word-spacing']: AttrValue;
1651
+ ['writing-mode']: AttrValue;
1652
+ ['x']: AttrValue;
1653
+ ['y']: AttrValue;
1654
+ }
1655
+ interface SVGFEDisplacementMapElementAttributes extends GenericAttributes {
1656
+ ['alignment-baseline']: AttrValue;
1657
+ ['baseline-shift']: AttrValue;
1658
+ ['clip']: AttrValue;
1659
+ ['clip-path']: AttrValue;
1660
+ ['clip-rule']: AttrValue;
1661
+ ['color']: AttrValue;
1662
+ ['color-interpolation']: AttrValue;
1663
+ ['color-interpolation-filters']: AttrValue;
1664
+ ['color-profile']: AttrValue;
1665
+ ['color-rendering']: AttrValue;
1666
+ ['cursor']: AttrValue;
1667
+ ['direction']: AttrValue;
1668
+ ['display']: AttrValue;
1669
+ ['dominant-baseline']: AttrValue;
1670
+ ['enable-background']: AttrValue;
1671
+ ['fill']: AttrValue;
1672
+ ['fill-opacity']: AttrValue;
1673
+ ['fill-rule']: AttrValue;
1674
+ ['filter']: AttrValue;
1675
+ ['flood-color']: AttrValue;
1676
+ ['flood-opacity']: AttrValue;
1677
+ ['font-family']: AttrValue;
1678
+ ['font-size']: AttrValue;
1679
+ ['font-size-adjust']: AttrValue;
1680
+ ['font-stretch']: AttrValue;
1681
+ ['font-style']: AttrValue;
1682
+ ['font-variant']: AttrValue;
1683
+ ['font-weight']: AttrValue;
1684
+ ['glyph-orientation-horizontal']: AttrValue;
1685
+ ['glyph-orientation-vertical']: AttrValue;
1686
+ ['height']: AttrValue;
1687
+ ['image-rendering']: AttrValue;
1688
+ ['in']: AttrValue;
1689
+ ['in2']: AttrValue;
1690
+ ['kerning']: AttrValue;
1691
+ ['letter-spacing']: AttrValue;
1692
+ ['lighting-color']: AttrValue;
1693
+ ['marker-end']: AttrValue;
1694
+ ['marker-mid']: AttrValue;
1695
+ ['marker-start']: AttrValue;
1696
+ ['mask']: AttrValue;
1697
+ ['opacity']: AttrValue;
1698
+ ['overflow']: AttrValue;
1699
+ ['pointer-events']: AttrValue;
1700
+ ['result']: AttrValue;
1701
+ ['scale']: AttrValue;
1702
+ ['shape-rendering']: AttrValue;
1703
+ ['stop-color']: AttrValue;
1704
+ ['stop-opacity']: AttrValue;
1705
+ ['stroke']: AttrValue;
1706
+ ['stroke-dasharray']: AttrValue;
1707
+ ['stroke-dashoffset']: AttrValue;
1708
+ ['stroke-linecap']: AttrValue;
1709
+ ['stroke-linejoin']: AttrValue;
1710
+ ['stroke-miterlimit']: AttrValue;
1711
+ ['stroke-opacity']: AttrValue;
1712
+ ['stroke-width']: AttrValue;
1713
+ ['text-anchor']: AttrValue;
1714
+ ['text-decoration']: AttrValue;
1715
+ ['text-rendering']: AttrValue;
1716
+ ['unicode-bidi']: AttrValue;
1717
+ ['visibility']: AttrValue;
1718
+ ['width']: AttrValue;
1719
+ ['word-spacing']: AttrValue;
1720
+ ['writing-mode']: AttrValue;
1721
+ ['x']: AttrValue;
1722
+ ['xChannelSelector']: AttrValue;
1723
+ ['y']: AttrValue;
1724
+ ['yChannelSelector']: AttrValue;
1725
+ }
1726
+ interface SVGFEDistantLightElementAttributes extends GenericAttributes {
1727
+ ['azimuth']: AttrValue;
1728
+ ['elevation']: AttrValue;
1729
+ }
1730
+ interface SVGFEDropShadowElementAttributes extends GenericAttributes {
1731
+ ['dx']: AttrValue;
1732
+ ['dy']: AttrValue;
1733
+ ['height']: AttrValue;
1734
+ ['in']: AttrValue;
1735
+ ['result']: AttrValue;
1736
+ ['stdDeviation']: AttrValue;
1737
+ ['width']: AttrValue;
1738
+ ['x']: AttrValue;
1739
+ ['y']: AttrValue;
1740
+ }
1741
+ interface SVGFEFloodElementAttributes extends GenericAttributes {
1742
+ ['alignment-baseline']: AttrValue;
1743
+ ['baseline-shift']: AttrValue;
1744
+ ['clip']: AttrValue;
1745
+ ['clip-path']: AttrValue;
1746
+ ['clip-rule']: AttrValue;
1747
+ ['color']: AttrValue;
1748
+ ['color-interpolation']: AttrValue;
1749
+ ['color-interpolation-filters']: AttrValue;
1750
+ ['color-profile']: AttrValue;
1751
+ ['color-rendering']: AttrValue;
1752
+ ['cursor']: AttrValue;
1753
+ ['direction']: AttrValue;
1754
+ ['display']: AttrValue;
1755
+ ['dominant-baseline']: AttrValue;
1756
+ ['enable-background']: AttrValue;
1757
+ ['fill']: AttrValue;
1758
+ ['fill-opacity']: AttrValue;
1759
+ ['fill-rule']: AttrValue;
1760
+ ['filter']: AttrValue;
1761
+ ['flood-color']: AttrValue;
1762
+ ['flood-opacity']: AttrValue;
1763
+ ['font-family']: AttrValue;
1764
+ ['font-size']: AttrValue;
1765
+ ['font-size-adjust']: AttrValue;
1766
+ ['font-stretch']: AttrValue;
1767
+ ['font-style']: AttrValue;
1768
+ ['font-variant']: AttrValue;
1769
+ ['font-weight']: AttrValue;
1770
+ ['glyph-orientation-horizontal']: AttrValue;
1771
+ ['glyph-orientation-vertical']: AttrValue;
1772
+ ['height']: AttrValue;
1773
+ ['image-rendering']: AttrValue;
1774
+ ['kerning']: AttrValue;
1775
+ ['letter-spacing']: AttrValue;
1776
+ ['lighting-color']: AttrValue;
1777
+ ['marker-end']: AttrValue;
1778
+ ['marker-mid']: AttrValue;
1779
+ ['marker-start']: AttrValue;
1780
+ ['mask']: AttrValue;
1781
+ ['opacity']: AttrValue;
1782
+ ['overflow']: AttrValue;
1783
+ ['pointer-events']: AttrValue;
1784
+ ['result']: AttrValue;
1785
+ ['shape-rendering']: AttrValue;
1786
+ ['stop-color']: AttrValue;
1787
+ ['stop-opacity']: AttrValue;
1788
+ ['stroke']: AttrValue;
1789
+ ['stroke-dasharray']: AttrValue;
1790
+ ['stroke-dashoffset']: AttrValue;
1791
+ ['stroke-linecap']: AttrValue;
1792
+ ['stroke-linejoin']: AttrValue;
1793
+ ['stroke-miterlimit']: AttrValue;
1794
+ ['stroke-opacity']: AttrValue;
1795
+ ['stroke-width']: AttrValue;
1796
+ ['text-anchor']: AttrValue;
1797
+ ['text-decoration']: AttrValue;
1798
+ ['text-rendering']: AttrValue;
1799
+ ['unicode-bidi']: AttrValue;
1800
+ ['visibility']: AttrValue;
1801
+ ['width']: AttrValue;
1802
+ ['word-spacing']: AttrValue;
1803
+ ['writing-mode']: AttrValue;
1804
+ ['x']: AttrValue;
1805
+ ['y']: AttrValue;
1806
+ }
1807
+ interface SVGFEFuncAElementAttributes extends GenericAttributes {
1808
+ ['amplitude']: AttrValue;
1809
+ ['exponent']: AttrValue;
1810
+ ['intercept']: AttrValue;
1811
+ ['offset']: AttrValue;
1812
+ ['slope']: AttrValue;
1813
+ ['tableValues']: AttrValue;
1814
+ ['type']: AttrValue;
1815
+ }
1816
+ interface SVGFEFuncBElementAttributes extends GenericAttributes {
1817
+ ['amplitude']: AttrValue;
1818
+ ['exponent']: AttrValue;
1819
+ ['intercept']: AttrValue;
1820
+ ['offset']: AttrValue;
1821
+ ['slope']: AttrValue;
1822
+ ['tableValues']: AttrValue;
1823
+ ['type']: AttrValue;
1824
+ }
1825
+ interface SVGFEFuncGElementAttributes extends GenericAttributes {
1826
+ ['amplitude']: AttrValue;
1827
+ ['exponent']: AttrValue;
1828
+ ['intercept']: AttrValue;
1829
+ ['offset']: AttrValue;
1830
+ ['slope']: AttrValue;
1831
+ ['tableValues']: AttrValue;
1832
+ ['type']: AttrValue;
1833
+ }
1834
+ interface SVGFEFuncRElementAttributes extends GenericAttributes {
1835
+ ['amplitude']: AttrValue;
1836
+ ['exponent']: AttrValue;
1837
+ ['intercept']: AttrValue;
1838
+ ['offset']: AttrValue;
1839
+ ['slope']: AttrValue;
1840
+ ['tableValues']: AttrValue;
1841
+ ['type']: AttrValue;
1842
+ }
1843
+ interface SVGFEGaussianBlurElementAttributes extends GenericAttributes {
1844
+ ['alignment-baseline']: AttrValue;
1845
+ ['baseline-shift']: AttrValue;
1846
+ ['clip']: AttrValue;
1847
+ ['clip-path']: AttrValue;
1848
+ ['clip-rule']: AttrValue;
1849
+ ['color']: AttrValue;
1850
+ ['color-interpolation']: AttrValue;
1851
+ ['color-interpolation-filters']: AttrValue;
1852
+ ['color-profile']: AttrValue;
1853
+ ['color-rendering']: AttrValue;
1854
+ ['cursor']: AttrValue;
1855
+ ['direction']: AttrValue;
1856
+ ['display']: AttrValue;
1857
+ ['dominant-baseline']: AttrValue;
1858
+ ['edgeMode']: AttrValue;
1859
+ ['enable-background']: AttrValue;
1860
+ ['fill']: AttrValue;
1861
+ ['fill-opacity']: AttrValue;
1862
+ ['fill-rule']: AttrValue;
1863
+ ['filter']: AttrValue;
1864
+ ['flood-color']: AttrValue;
1865
+ ['flood-opacity']: AttrValue;
1866
+ ['font-family']: AttrValue;
1867
+ ['font-size']: AttrValue;
1868
+ ['font-size-adjust']: AttrValue;
1869
+ ['font-stretch']: AttrValue;
1870
+ ['font-style']: AttrValue;
1871
+ ['font-variant']: AttrValue;
1872
+ ['font-weight']: AttrValue;
1873
+ ['glyph-orientation-horizontal']: AttrValue;
1874
+ ['glyph-orientation-vertical']: AttrValue;
1875
+ ['height']: AttrValue;
1876
+ ['image-rendering']: AttrValue;
1877
+ ['in']: AttrValue;
1878
+ ['kerning']: AttrValue;
1879
+ ['letter-spacing']: AttrValue;
1880
+ ['lighting-color']: AttrValue;
1881
+ ['marker-end']: AttrValue;
1882
+ ['marker-mid']: AttrValue;
1883
+ ['marker-start']: AttrValue;
1884
+ ['mask']: AttrValue;
1885
+ ['opacity']: AttrValue;
1886
+ ['overflow']: AttrValue;
1887
+ ['pointer-events']: AttrValue;
1888
+ ['result']: AttrValue;
1889
+ ['shape-rendering']: AttrValue;
1890
+ ['stdDeviation']: AttrValue;
1891
+ ['stop-color']: AttrValue;
1892
+ ['stop-opacity']: AttrValue;
1893
+ ['stroke']: AttrValue;
1894
+ ['stroke-dasharray']: AttrValue;
1895
+ ['stroke-dashoffset']: AttrValue;
1896
+ ['stroke-linecap']: AttrValue;
1897
+ ['stroke-linejoin']: AttrValue;
1898
+ ['stroke-miterlimit']: AttrValue;
1899
+ ['stroke-opacity']: AttrValue;
1900
+ ['stroke-width']: AttrValue;
1901
+ ['text-anchor']: AttrValue;
1902
+ ['text-decoration']: AttrValue;
1903
+ ['text-rendering']: AttrValue;
1904
+ ['unicode-bidi']: AttrValue;
1905
+ ['visibility']: AttrValue;
1906
+ ['width']: AttrValue;
1907
+ ['word-spacing']: AttrValue;
1908
+ ['writing-mode']: AttrValue;
1909
+ ['x']: AttrValue;
1910
+ ['y']: AttrValue;
1911
+ }
1912
+ interface SVGFEImageElementAttributes extends GenericAttributes {
1913
+ ['alignment-baseline']: AttrValue;
1914
+ ['baseline-shift']: AttrValue;
1915
+ ['clip']: AttrValue;
1916
+ ['clip-path']: AttrValue;
1917
+ ['clip-rule']: AttrValue;
1918
+ ['color']: AttrValue;
1919
+ ['color-interpolation']: AttrValue;
1920
+ ['color-interpolation-filters']: AttrValue;
1921
+ ['color-profile']: AttrValue;
1922
+ ['color-rendering']: AttrValue;
1923
+ ['crossorigin']: AttrValue;
1924
+ ['cursor']: AttrValue;
1925
+ ['direction']: AttrValue;
1926
+ ['display']: AttrValue;
1927
+ ['dominant-baseline']: AttrValue;
1928
+ ['enable-background']: AttrValue;
1929
+ ['externalResourcesRequired']: AttrValue;
1930
+ ['fill']: AttrValue;
1931
+ ['fill-opacity']: AttrValue;
1932
+ ['fill-rule']: AttrValue;
1933
+ ['filter']: AttrValue;
1934
+ ['flood-color']: AttrValue;
1935
+ ['flood-opacity']: AttrValue;
1936
+ ['font-family']: AttrValue;
1937
+ ['font-size']: AttrValue;
1938
+ ['font-size-adjust']: AttrValue;
1939
+ ['font-stretch']: AttrValue;
1940
+ ['font-style']: AttrValue;
1941
+ ['font-variant']: AttrValue;
1942
+ ['font-weight']: AttrValue;
1943
+ ['glyph-orientation-horizontal']: AttrValue;
1944
+ ['glyph-orientation-vertical']: AttrValue;
1945
+ ['height']: AttrValue;
1946
+ ['href']: AttrValue;
1947
+ ['image-rendering']: AttrValue;
1948
+ ['kerning']: AttrValue;
1949
+ ['letter-spacing']: AttrValue;
1950
+ ['lighting-color']: AttrValue;
1951
+ ['marker-end']: AttrValue;
1952
+ ['marker-mid']: AttrValue;
1953
+ ['marker-start']: AttrValue;
1954
+ ['mask']: AttrValue;
1955
+ ['opacity']: AttrValue;
1956
+ ['overflow']: AttrValue;
1957
+ ['pointer-events']: AttrValue;
1958
+ ['preserveAspectRatio']: AttrValue;
1959
+ ['result']: AttrValue;
1960
+ ['shape-rendering']: AttrValue;
1961
+ ['stop-color']: AttrValue;
1962
+ ['stop-opacity']: AttrValue;
1963
+ ['stroke']: AttrValue;
1964
+ ['stroke-dasharray']: AttrValue;
1965
+ ['stroke-dashoffset']: AttrValue;
1966
+ ['stroke-linecap']: AttrValue;
1967
+ ['stroke-linejoin']: AttrValue;
1968
+ ['stroke-miterlimit']: AttrValue;
1969
+ ['stroke-opacity']: AttrValue;
1970
+ ['stroke-width']: AttrValue;
1971
+ ['text-anchor']: AttrValue;
1972
+ ['text-decoration']: AttrValue;
1973
+ ['text-rendering']: AttrValue;
1974
+ ['unicode-bidi']: AttrValue;
1975
+ ['visibility']: AttrValue;
1976
+ ['width']: AttrValue;
1977
+ ['word-spacing']: AttrValue;
1978
+ ['writing-mode']: AttrValue;
1979
+ ['x']: AttrValue;
1980
+ ['y']: AttrValue;
1981
+ }
1982
+ interface SVGFEMergeElementAttributes extends GenericAttributes {
1983
+ ['alignment-baseline']: AttrValue;
1984
+ ['baseline-shift']: AttrValue;
1985
+ ['clip']: AttrValue;
1986
+ ['clip-path']: AttrValue;
1987
+ ['clip-rule']: AttrValue;
1988
+ ['color']: AttrValue;
1989
+ ['color-interpolation']: AttrValue;
1990
+ ['color-interpolation-filters']: AttrValue;
1991
+ ['color-profile']: AttrValue;
1992
+ ['color-rendering']: AttrValue;
1993
+ ['cursor']: AttrValue;
1994
+ ['direction']: AttrValue;
1995
+ ['display']: AttrValue;
1996
+ ['dominant-baseline']: AttrValue;
1997
+ ['enable-background']: AttrValue;
1998
+ ['fill']: AttrValue;
1999
+ ['fill-opacity']: AttrValue;
2000
+ ['fill-rule']: AttrValue;
2001
+ ['filter']: AttrValue;
2002
+ ['flood-color']: AttrValue;
2003
+ ['flood-opacity']: AttrValue;
2004
+ ['font-family']: AttrValue;
2005
+ ['font-size']: AttrValue;
2006
+ ['font-size-adjust']: AttrValue;
2007
+ ['font-stretch']: AttrValue;
2008
+ ['font-style']: AttrValue;
2009
+ ['font-variant']: AttrValue;
2010
+ ['font-weight']: AttrValue;
2011
+ ['glyph-orientation-horizontal']: AttrValue;
2012
+ ['glyph-orientation-vertical']: AttrValue;
2013
+ ['height']: AttrValue;
2014
+ ['image-rendering']: AttrValue;
2015
+ ['kerning']: AttrValue;
2016
+ ['letter-spacing']: AttrValue;
2017
+ ['lighting-color']: AttrValue;
2018
+ ['marker-end']: AttrValue;
2019
+ ['marker-mid']: AttrValue;
2020
+ ['marker-start']: AttrValue;
2021
+ ['mask']: AttrValue;
2022
+ ['opacity']: AttrValue;
2023
+ ['overflow']: AttrValue;
2024
+ ['pointer-events']: AttrValue;
2025
+ ['result']: AttrValue;
2026
+ ['shape-rendering']: AttrValue;
2027
+ ['stop-color']: AttrValue;
2028
+ ['stop-opacity']: AttrValue;
2029
+ ['stroke']: AttrValue;
2030
+ ['stroke-dasharray']: AttrValue;
2031
+ ['stroke-dashoffset']: AttrValue;
2032
+ ['stroke-linecap']: AttrValue;
2033
+ ['stroke-linejoin']: AttrValue;
2034
+ ['stroke-miterlimit']: AttrValue;
2035
+ ['stroke-opacity']: AttrValue;
2036
+ ['stroke-width']: AttrValue;
2037
+ ['text-anchor']: AttrValue;
2038
+ ['text-decoration']: AttrValue;
2039
+ ['text-rendering']: AttrValue;
2040
+ ['unicode-bidi']: AttrValue;
2041
+ ['visibility']: AttrValue;
2042
+ ['width']: AttrValue;
2043
+ ['word-spacing']: AttrValue;
2044
+ ['writing-mode']: AttrValue;
2045
+ ['x']: AttrValue;
2046
+ ['y']: AttrValue;
2047
+ }
2048
+ interface SVGFEMergeNodeElementAttributes extends GenericAttributes {
2049
+ ['in']: AttrValue;
2050
+ }
2051
+ interface SVGFEMorphologyElementAttributes extends GenericAttributes {
2052
+ ['alignment-baseline']: AttrValue;
2053
+ ['baseline-shift']: AttrValue;
2054
+ ['clip']: AttrValue;
2055
+ ['clip-path']: AttrValue;
2056
+ ['clip-rule']: AttrValue;
2057
+ ['color']: AttrValue;
2058
+ ['color-interpolation']: AttrValue;
2059
+ ['color-interpolation-filters']: AttrValue;
2060
+ ['color-profile']: AttrValue;
2061
+ ['color-rendering']: AttrValue;
2062
+ ['cursor']: AttrValue;
2063
+ ['direction']: AttrValue;
2064
+ ['display']: AttrValue;
2065
+ ['dominant-baseline']: AttrValue;
2066
+ ['enable-background']: AttrValue;
2067
+ ['fill']: AttrValue;
2068
+ ['fill-opacity']: AttrValue;
2069
+ ['fill-rule']: AttrValue;
2070
+ ['filter']: AttrValue;
2071
+ ['flood-color']: AttrValue;
2072
+ ['flood-opacity']: AttrValue;
2073
+ ['font-family']: AttrValue;
2074
+ ['font-size']: AttrValue;
2075
+ ['font-size-adjust']: AttrValue;
2076
+ ['font-stretch']: AttrValue;
2077
+ ['font-style']: AttrValue;
2078
+ ['font-variant']: AttrValue;
2079
+ ['font-weight']: AttrValue;
2080
+ ['glyph-orientation-horizontal']: AttrValue;
2081
+ ['glyph-orientation-vertical']: AttrValue;
2082
+ ['height']: AttrValue;
2083
+ ['image-rendering']: AttrValue;
2084
+ ['in']: AttrValue;
2085
+ ['kerning']: AttrValue;
2086
+ ['letter-spacing']: AttrValue;
2087
+ ['lighting-color']: AttrValue;
2088
+ ['marker-end']: AttrValue;
2089
+ ['marker-mid']: AttrValue;
2090
+ ['marker-start']: AttrValue;
2091
+ ['mask']: AttrValue;
2092
+ ['opacity']: AttrValue;
2093
+ ['operator']: AttrValue;
2094
+ ['overflow']: AttrValue;
2095
+ ['pointer-events']: AttrValue;
2096
+ ['radius']: AttrValue;
2097
+ ['result']: AttrValue;
2098
+ ['shape-rendering']: AttrValue;
2099
+ ['stop-color']: AttrValue;
2100
+ ['stop-opacity']: AttrValue;
2101
+ ['stroke']: AttrValue;
2102
+ ['stroke-dasharray']: AttrValue;
2103
+ ['stroke-dashoffset']: AttrValue;
2104
+ ['stroke-linecap']: AttrValue;
2105
+ ['stroke-linejoin']: AttrValue;
2106
+ ['stroke-miterlimit']: AttrValue;
2107
+ ['stroke-opacity']: AttrValue;
2108
+ ['stroke-width']: AttrValue;
2109
+ ['text-anchor']: AttrValue;
2110
+ ['text-decoration']: AttrValue;
2111
+ ['text-rendering']: AttrValue;
2112
+ ['unicode-bidi']: AttrValue;
2113
+ ['visibility']: AttrValue;
2114
+ ['width']: AttrValue;
2115
+ ['word-spacing']: AttrValue;
2116
+ ['writing-mode']: AttrValue;
2117
+ ['x']: AttrValue;
2118
+ ['y']: AttrValue;
2119
+ }
2120
+ interface SVGFEOffsetElementAttributes extends GenericAttributes {
2121
+ ['alignment-baseline']: AttrValue;
2122
+ ['baseline-shift']: AttrValue;
2123
+ ['clip']: AttrValue;
2124
+ ['clip-path']: AttrValue;
2125
+ ['clip-rule']: AttrValue;
2126
+ ['color']: AttrValue;
2127
+ ['color-interpolation']: AttrValue;
2128
+ ['color-interpolation-filters']: AttrValue;
2129
+ ['color-profile']: AttrValue;
2130
+ ['color-rendering']: AttrValue;
2131
+ ['cursor']: AttrValue;
2132
+ ['direction']: AttrValue;
2133
+ ['display']: AttrValue;
2134
+ ['dominant-baseline']: AttrValue;
2135
+ ['dx']: AttrValue;
2136
+ ['dy']: AttrValue;
2137
+ ['enable-background']: AttrValue;
2138
+ ['fill']: AttrValue;
2139
+ ['fill-opacity']: AttrValue;
2140
+ ['fill-rule']: AttrValue;
2141
+ ['filter']: AttrValue;
2142
+ ['flood-color']: AttrValue;
2143
+ ['flood-opacity']: AttrValue;
2144
+ ['font-family']: AttrValue;
2145
+ ['font-size']: AttrValue;
2146
+ ['font-size-adjust']: AttrValue;
2147
+ ['font-stretch']: AttrValue;
2148
+ ['font-style']: AttrValue;
2149
+ ['font-variant']: AttrValue;
2150
+ ['font-weight']: AttrValue;
2151
+ ['glyph-orientation-horizontal']: AttrValue;
2152
+ ['glyph-orientation-vertical']: AttrValue;
2153
+ ['height']: AttrValue;
2154
+ ['image-rendering']: AttrValue;
2155
+ ['in']: AttrValue;
2156
+ ['kerning']: AttrValue;
2157
+ ['letter-spacing']: AttrValue;
2158
+ ['lighting-color']: AttrValue;
2159
+ ['marker-end']: AttrValue;
2160
+ ['marker-mid']: AttrValue;
2161
+ ['marker-start']: AttrValue;
2162
+ ['mask']: AttrValue;
2163
+ ['opacity']: AttrValue;
2164
+ ['overflow']: AttrValue;
2165
+ ['pointer-events']: AttrValue;
2166
+ ['result']: AttrValue;
2167
+ ['shape-rendering']: AttrValue;
2168
+ ['stop-color']: AttrValue;
2169
+ ['stop-opacity']: AttrValue;
2170
+ ['stroke']: AttrValue;
2171
+ ['stroke-dasharray']: AttrValue;
2172
+ ['stroke-dashoffset']: AttrValue;
2173
+ ['stroke-linecap']: AttrValue;
2174
+ ['stroke-linejoin']: AttrValue;
2175
+ ['stroke-miterlimit']: AttrValue;
2176
+ ['stroke-opacity']: AttrValue;
2177
+ ['stroke-width']: AttrValue;
2178
+ ['text-anchor']: AttrValue;
2179
+ ['text-decoration']: AttrValue;
2180
+ ['text-rendering']: AttrValue;
2181
+ ['unicode-bidi']: AttrValue;
2182
+ ['visibility']: AttrValue;
2183
+ ['width']: AttrValue;
2184
+ ['word-spacing']: AttrValue;
2185
+ ['writing-mode']: AttrValue;
2186
+ ['x']: AttrValue;
2187
+ ['y']: AttrValue;
2188
+ }
2189
+ interface SVGFEPointLightElementAttributes extends GenericAttributes {
2190
+ ['x']: AttrValue;
2191
+ ['y']: AttrValue;
2192
+ ['z']: AttrValue;
2193
+ }
2194
+ interface SVGFESpecularLightingElementAttributes extends GenericAttributes {
2195
+ ['alignment-baseline']: AttrValue;
2196
+ ['baseline-shift']: AttrValue;
2197
+ ['clip']: AttrValue;
2198
+ ['clip-path']: AttrValue;
2199
+ ['clip-rule']: AttrValue;
2200
+ ['color']: AttrValue;
2201
+ ['color-interpolation']: AttrValue;
2202
+ ['color-interpolation-filters']: AttrValue;
2203
+ ['color-profile']: AttrValue;
2204
+ ['color-rendering']: AttrValue;
2205
+ ['cursor']: AttrValue;
2206
+ ['direction']: AttrValue;
2207
+ ['display']: AttrValue;
2208
+ ['dominant-baseline']: AttrValue;
2209
+ ['enable-background']: AttrValue;
2210
+ ['fill']: AttrValue;
2211
+ ['fill-opacity']: AttrValue;
2212
+ ['fill-rule']: AttrValue;
2213
+ ['filter']: AttrValue;
2214
+ ['flood-color']: AttrValue;
2215
+ ['flood-opacity']: AttrValue;
2216
+ ['font-family']: AttrValue;
2217
+ ['font-size']: AttrValue;
2218
+ ['font-size-adjust']: AttrValue;
2219
+ ['font-stretch']: AttrValue;
2220
+ ['font-style']: AttrValue;
2221
+ ['font-variant']: AttrValue;
2222
+ ['font-weight']: AttrValue;
2223
+ ['glyph-orientation-horizontal']: AttrValue;
2224
+ ['glyph-orientation-vertical']: AttrValue;
2225
+ ['height']: AttrValue;
2226
+ ['image-rendering']: AttrValue;
2227
+ ['in']: AttrValue;
2228
+ ['kernelUnitLength']: AttrValue;
2229
+ ['kerning']: AttrValue;
2230
+ ['letter-spacing']: AttrValue;
2231
+ ['lighting-color']: AttrValue;
2232
+ ['marker-end']: AttrValue;
2233
+ ['marker-mid']: AttrValue;
2234
+ ['marker-start']: AttrValue;
2235
+ ['mask']: AttrValue;
2236
+ ['opacity']: AttrValue;
2237
+ ['overflow']: AttrValue;
2238
+ ['pointer-events']: AttrValue;
2239
+ ['result']: AttrValue;
2240
+ ['shape-rendering']: AttrValue;
2241
+ ['specularConstant']: AttrValue;
2242
+ ['specularExponent']: AttrValue;
2243
+ ['stop-color']: AttrValue;
2244
+ ['stop-opacity']: AttrValue;
2245
+ ['stroke']: AttrValue;
2246
+ ['stroke-dasharray']: AttrValue;
2247
+ ['stroke-dashoffset']: AttrValue;
2248
+ ['stroke-linecap']: AttrValue;
2249
+ ['stroke-linejoin']: AttrValue;
2250
+ ['stroke-miterlimit']: AttrValue;
2251
+ ['stroke-opacity']: AttrValue;
2252
+ ['stroke-width']: AttrValue;
2253
+ ['surfaceScale']: AttrValue;
2254
+ ['text-anchor']: AttrValue;
2255
+ ['text-decoration']: AttrValue;
2256
+ ['text-rendering']: AttrValue;
2257
+ ['unicode-bidi']: AttrValue;
2258
+ ['visibility']: AttrValue;
2259
+ ['width']: AttrValue;
2260
+ ['word-spacing']: AttrValue;
2261
+ ['writing-mode']: AttrValue;
2262
+ ['x']: AttrValue;
2263
+ ['y']: AttrValue;
2264
+ }
2265
+ interface SVGFESpotLightElementAttributes extends GenericAttributes {
2266
+ ['limitingConeAngle']: AttrValue;
2267
+ ['pointsAtX']: AttrValue;
2268
+ ['pointsAtY']: AttrValue;
2269
+ ['pointsAtZ']: AttrValue;
2270
+ ['specularExponent']: AttrValue;
2271
+ ['x']: AttrValue;
2272
+ ['y']: AttrValue;
2273
+ ['z']: AttrValue;
2274
+ }
2275
+ interface SVGFETileElementAttributes extends GenericAttributes {
2276
+ ['alignment-baseline']: AttrValue;
2277
+ ['baseline-shift']: AttrValue;
2278
+ ['clip']: AttrValue;
2279
+ ['clip-path']: AttrValue;
2280
+ ['clip-rule']: AttrValue;
2281
+ ['color']: AttrValue;
2282
+ ['color-interpolation']: AttrValue;
2283
+ ['color-interpolation-filters']: AttrValue;
2284
+ ['color-profile']: AttrValue;
2285
+ ['color-rendering']: AttrValue;
2286
+ ['cursor']: AttrValue;
2287
+ ['direction']: AttrValue;
2288
+ ['display']: AttrValue;
2289
+ ['dominant-baseline']: AttrValue;
2290
+ ['enable-background']: AttrValue;
2291
+ ['fill']: AttrValue;
2292
+ ['fill-opacity']: AttrValue;
2293
+ ['fill-rule']: AttrValue;
2294
+ ['filter']: AttrValue;
2295
+ ['flood-color']: AttrValue;
2296
+ ['flood-opacity']: AttrValue;
2297
+ ['font-family']: AttrValue;
2298
+ ['font-size']: AttrValue;
2299
+ ['font-size-adjust']: AttrValue;
2300
+ ['font-stretch']: AttrValue;
2301
+ ['font-style']: AttrValue;
2302
+ ['font-variant']: AttrValue;
2303
+ ['font-weight']: AttrValue;
2304
+ ['glyph-orientation-horizontal']: AttrValue;
2305
+ ['glyph-orientation-vertical']: AttrValue;
2306
+ ['height']: AttrValue;
2307
+ ['image-rendering']: AttrValue;
2308
+ ['in']: AttrValue;
2309
+ ['kerning']: AttrValue;
2310
+ ['letter-spacing']: AttrValue;
2311
+ ['lighting-color']: AttrValue;
2312
+ ['marker-end']: AttrValue;
2313
+ ['marker-mid']: AttrValue;
2314
+ ['marker-start']: AttrValue;
2315
+ ['mask']: AttrValue;
2316
+ ['opacity']: AttrValue;
2317
+ ['overflow']: AttrValue;
2318
+ ['pointer-events']: AttrValue;
2319
+ ['result']: AttrValue;
2320
+ ['shape-rendering']: AttrValue;
2321
+ ['stop-color']: AttrValue;
2322
+ ['stop-opacity']: AttrValue;
2323
+ ['stroke']: AttrValue;
2324
+ ['stroke-dasharray']: AttrValue;
2325
+ ['stroke-dashoffset']: AttrValue;
2326
+ ['stroke-linecap']: AttrValue;
2327
+ ['stroke-linejoin']: AttrValue;
2328
+ ['stroke-miterlimit']: AttrValue;
2329
+ ['stroke-opacity']: AttrValue;
2330
+ ['stroke-width']: AttrValue;
2331
+ ['text-anchor']: AttrValue;
2332
+ ['text-decoration']: AttrValue;
2333
+ ['text-rendering']: AttrValue;
2334
+ ['unicode-bidi']: AttrValue;
2335
+ ['visibility']: AttrValue;
2336
+ ['width']: AttrValue;
2337
+ ['word-spacing']: AttrValue;
2338
+ ['writing-mode']: AttrValue;
2339
+ ['x']: AttrValue;
2340
+ ['y']: AttrValue;
2341
+ }
2342
+ interface SVGFETurbulenceElementAttributes extends GenericAttributes {
2343
+ ['alignment-baseline']: AttrValue;
2344
+ ['baseFrequency']: AttrValue;
2345
+ ['baseline-shift']: AttrValue;
2346
+ ['clip']: AttrValue;
2347
+ ['clip-path']: AttrValue;
2348
+ ['clip-rule']: AttrValue;
2349
+ ['color']: AttrValue;
2350
+ ['color-interpolation']: AttrValue;
2351
+ ['color-interpolation-filters']: AttrValue;
2352
+ ['color-profile']: AttrValue;
2353
+ ['color-rendering']: AttrValue;
2354
+ ['cursor']: AttrValue;
2355
+ ['direction']: AttrValue;
2356
+ ['display']: AttrValue;
2357
+ ['dominant-baseline']: AttrValue;
2358
+ ['enable-background']: AttrValue;
2359
+ ['fill']: AttrValue;
2360
+ ['fill-opacity']: AttrValue;
2361
+ ['fill-rule']: AttrValue;
2362
+ ['filter']: AttrValue;
2363
+ ['flood-color']: AttrValue;
2364
+ ['flood-opacity']: AttrValue;
2365
+ ['font-family']: AttrValue;
2366
+ ['font-size']: AttrValue;
2367
+ ['font-size-adjust']: AttrValue;
2368
+ ['font-stretch']: AttrValue;
2369
+ ['font-style']: AttrValue;
2370
+ ['font-variant']: AttrValue;
2371
+ ['font-weight']: AttrValue;
2372
+ ['glyph-orientation-horizontal']: AttrValue;
2373
+ ['glyph-orientation-vertical']: AttrValue;
2374
+ ['height']: AttrValue;
2375
+ ['image-rendering']: AttrValue;
2376
+ ['kerning']: AttrValue;
2377
+ ['letter-spacing']: AttrValue;
2378
+ ['lighting-color']: AttrValue;
2379
+ ['marker-end']: AttrValue;
2380
+ ['marker-mid']: AttrValue;
2381
+ ['marker-start']: AttrValue;
2382
+ ['mask']: AttrValue;
2383
+ ['numOctaves']: AttrValue;
2384
+ ['opacity']: AttrValue;
2385
+ ['overflow']: AttrValue;
2386
+ ['pointer-events']: AttrValue;
2387
+ ['result']: AttrValue;
2388
+ ['seed']: AttrValue;
2389
+ ['shape-rendering']: AttrValue;
2390
+ ['stitchTiles']: AttrValue;
2391
+ ['stop-color']: AttrValue;
2392
+ ['stop-opacity']: AttrValue;
2393
+ ['stroke']: AttrValue;
2394
+ ['stroke-dasharray']: AttrValue;
2395
+ ['stroke-dashoffset']: AttrValue;
2396
+ ['stroke-linecap']: AttrValue;
2397
+ ['stroke-linejoin']: AttrValue;
2398
+ ['stroke-miterlimit']: AttrValue;
2399
+ ['stroke-opacity']: AttrValue;
2400
+ ['stroke-width']: AttrValue;
2401
+ ['text-anchor']: AttrValue;
2402
+ ['text-decoration']: AttrValue;
2403
+ ['text-rendering']: AttrValue;
2404
+ ['type']: AttrValue;
2405
+ ['unicode-bidi']: AttrValue;
2406
+ ['visibility']: AttrValue;
2407
+ ['width']: AttrValue;
2408
+ ['word-spacing']: AttrValue;
2409
+ ['writing-mode']: AttrValue;
2410
+ ['x']: AttrValue;
2411
+ ['y']: AttrValue;
2412
+ }
2413
+ interface SVGFilterElementAttributes extends GenericAttributes {
2414
+ ['alignment-baseline']: AttrValue;
2415
+ ['baseline-shift']: AttrValue;
2416
+ ['clip']: AttrValue;
2417
+ ['clip-path']: AttrValue;
2418
+ ['clip-rule']: AttrValue;
2419
+ ['color']: AttrValue;
2420
+ ['color-interpolation']: AttrValue;
2421
+ ['color-interpolation-filters']: AttrValue;
2422
+ ['color-profile']: AttrValue;
2423
+ ['color-rendering']: AttrValue;
2424
+ ['cursor']: AttrValue;
2425
+ ['direction']: AttrValue;
2426
+ ['display']: AttrValue;
2427
+ ['dominant-baseline']: AttrValue;
2428
+ ['enable-background']: AttrValue;
2429
+ ['externalResourcesRequired']: AttrValue;
2430
+ ['fill']: AttrValue;
2431
+ ['fill-opacity']: AttrValue;
2432
+ ['fill-rule']: AttrValue;
2433
+ ['filter']: AttrValue;
2434
+ ['filterRes']: AttrValue;
2435
+ ['filterUnits']: AttrValue;
2436
+ ['flood-color']: AttrValue;
2437
+ ['flood-opacity']: AttrValue;
2438
+ ['font-family']: AttrValue;
2439
+ ['font-size']: AttrValue;
2440
+ ['font-size-adjust']: AttrValue;
2441
+ ['font-stretch']: AttrValue;
2442
+ ['font-style']: AttrValue;
2443
+ ['font-variant']: AttrValue;
2444
+ ['font-weight']: AttrValue;
2445
+ ['glyph-orientation-horizontal']: AttrValue;
2446
+ ['glyph-orientation-vertical']: AttrValue;
2447
+ ['height']: AttrValue;
2448
+ ['image-rendering']: AttrValue;
2449
+ ['kerning']: AttrValue;
2450
+ ['letter-spacing']: AttrValue;
2451
+ ['lighting-color']: AttrValue;
2452
+ ['marker-end']: AttrValue;
2453
+ ['marker-mid']: AttrValue;
2454
+ ['marker-start']: AttrValue;
2455
+ ['mask']: AttrValue;
2456
+ ['opacity']: AttrValue;
2457
+ ['overflow']: AttrValue;
2458
+ ['pointer-events']: AttrValue;
2459
+ ['primitiveUnits']: AttrValue;
2460
+ ['shape-rendering']: AttrValue;
2461
+ ['stop-color']: AttrValue;
2462
+ ['stop-opacity']: AttrValue;
2463
+ ['stroke']: AttrValue;
2464
+ ['stroke-dasharray']: AttrValue;
2465
+ ['stroke-dashoffset']: AttrValue;
2466
+ ['stroke-linecap']: AttrValue;
2467
+ ['stroke-linejoin']: AttrValue;
2468
+ ['stroke-miterlimit']: AttrValue;
2469
+ ['stroke-opacity']: AttrValue;
2470
+ ['stroke-width']: AttrValue;
2471
+ ['text-anchor']: AttrValue;
2472
+ ['text-decoration']: AttrValue;
2473
+ ['text-rendering']: AttrValue;
2474
+ ['unicode-bidi']: AttrValue;
2475
+ ['visibility']: AttrValue;
2476
+ ['width']: AttrValue;
2477
+ ['word-spacing']: AttrValue;
2478
+ ['writing-mode']: AttrValue;
2479
+ ['x']: AttrValue;
2480
+ ['y']: AttrValue;
2481
+ }
2482
+ interface SVGForeignObjectElementAttributes extends GenericAttributes {
2483
+ ['alignment-baseline']: AttrValue;
2484
+ ['baseline-shift']: AttrValue;
2485
+ ['clip']: AttrValue;
2486
+ ['clip-path']: AttrValue;
2487
+ ['clip-rule']: AttrValue;
2488
+ ['color']: AttrValue;
2489
+ ['color-interpolation']: AttrValue;
2490
+ ['color-interpolation-filters']: AttrValue;
2491
+ ['color-profile']: AttrValue;
2492
+ ['color-rendering']: AttrValue;
2493
+ ['cursor']: AttrValue;
2494
+ ['direction']: AttrValue;
2495
+ ['display']: AttrValue;
2496
+ ['dominant-baseline']: AttrValue;
2497
+ ['enable-background']: AttrValue;
2498
+ ['externalResourcesRequired']: AttrValue;
2499
+ ['fill']: AttrValue;
2500
+ ['fill-opacity']: AttrValue;
2501
+ ['fill-rule']: AttrValue;
2502
+ ['filter']: AttrValue;
2503
+ ['flood-color']: AttrValue;
2504
+ ['flood-opacity']: AttrValue;
2505
+ ['focusHighlight']: AttrValue;
2506
+ ['focusable']: AttrValue;
2507
+ ['font-family']: AttrValue;
2508
+ ['font-size']: AttrValue;
2509
+ ['font-size-adjust']: AttrValue;
2510
+ ['font-stretch']: AttrValue;
2511
+ ['font-style']: AttrValue;
2512
+ ['font-variant']: AttrValue;
2513
+ ['font-weight']: AttrValue;
2514
+ ['glyph-orientation-horizontal']: AttrValue;
2515
+ ['glyph-orientation-vertical']: AttrValue;
2516
+ ['height']: AttrValue;
2517
+ ['image-rendering']: AttrValue;
2518
+ ['kerning']: AttrValue;
2519
+ ['letter-spacing']: AttrValue;
2520
+ ['lighting-color']: AttrValue;
2521
+ ['marker-end']: AttrValue;
2522
+ ['marker-mid']: AttrValue;
2523
+ ['marker-start']: AttrValue;
2524
+ ['mask']: AttrValue;
2525
+ ['nav-down']: AttrValue;
2526
+ ['nav-down-left']: AttrValue;
2527
+ ['nav-down-right']: AttrValue;
2528
+ ['nav-left']: AttrValue;
2529
+ ['nav-next']: AttrValue;
2530
+ ['nav-prev']: AttrValue;
2531
+ ['nav-right']: AttrValue;
2532
+ ['nav-up']: AttrValue;
2533
+ ['nav-up-left']: AttrValue;
2534
+ ['nav-up-right']: AttrValue;
2535
+ ['opacity']: AttrValue;
2536
+ ['overflow']: AttrValue;
2537
+ ['pointer-events']: AttrValue;
2538
+ ['requiredExtensions']: AttrValue;
2539
+ ['requiredFeatures']: AttrValue;
2540
+ ['requiredFonts']: AttrValue;
2541
+ ['requiredFormats']: AttrValue;
2542
+ ['shape-rendering']: AttrValue;
2543
+ ['stop-color']: AttrValue;
2544
+ ['stop-opacity']: AttrValue;
2545
+ ['stroke']: AttrValue;
2546
+ ['stroke-dasharray']: AttrValue;
2547
+ ['stroke-dashoffset']: AttrValue;
2548
+ ['stroke-linecap']: AttrValue;
2549
+ ['stroke-linejoin']: AttrValue;
2550
+ ['stroke-miterlimit']: AttrValue;
2551
+ ['stroke-opacity']: AttrValue;
2552
+ ['stroke-width']: AttrValue;
2553
+ ['systemLanguage']: AttrValue;
2554
+ ['text-anchor']: AttrValue;
2555
+ ['text-decoration']: AttrValue;
2556
+ ['text-rendering']: AttrValue;
2557
+ ['transform']: AttrValue;
2558
+ ['unicode-bidi']: AttrValue;
2559
+ ['visibility']: AttrValue;
2560
+ ['width']: AttrValue;
2561
+ ['word-spacing']: AttrValue;
2562
+ ['writing-mode']: AttrValue;
2563
+ ['x']: AttrValue;
2564
+ ['y']: AttrValue;
2565
+ }
2566
+ interface SVGGElementAttributes extends GenericAttributes {
2567
+ ['alignment-baseline']: AttrValue;
2568
+ ['baseline-shift']: AttrValue;
2569
+ ['clip']: AttrValue;
2570
+ ['clip-path']: AttrValue;
2571
+ ['clip-rule']: AttrValue;
2572
+ ['color']: AttrValue;
2573
+ ['color-interpolation']: AttrValue;
2574
+ ['color-interpolation-filters']: AttrValue;
2575
+ ['color-profile']: AttrValue;
2576
+ ['color-rendering']: AttrValue;
2577
+ ['cursor']: AttrValue;
2578
+ ['direction']: AttrValue;
2579
+ ['display']: AttrValue;
2580
+ ['dominant-baseline']: AttrValue;
2581
+ ['enable-background']: AttrValue;
2582
+ ['externalResourcesRequired']: AttrValue;
2583
+ ['fill']: AttrValue;
2584
+ ['fill-opacity']: AttrValue;
2585
+ ['fill-rule']: AttrValue;
2586
+ ['filter']: AttrValue;
2587
+ ['flood-color']: AttrValue;
2588
+ ['flood-opacity']: AttrValue;
2589
+ ['focusHighlight']: AttrValue;
2590
+ ['focusable']: AttrValue;
2591
+ ['font-family']: AttrValue;
2592
+ ['font-size']: AttrValue;
2593
+ ['font-size-adjust']: AttrValue;
2594
+ ['font-stretch']: AttrValue;
2595
+ ['font-style']: AttrValue;
2596
+ ['font-variant']: AttrValue;
2597
+ ['font-weight']: AttrValue;
2598
+ ['glyph-orientation-horizontal']: AttrValue;
2599
+ ['glyph-orientation-vertical']: AttrValue;
2600
+ ['image-rendering']: AttrValue;
2601
+ ['kerning']: AttrValue;
2602
+ ['letter-spacing']: AttrValue;
2603
+ ['lighting-color']: AttrValue;
2604
+ ['marker-end']: AttrValue;
2605
+ ['marker-mid']: AttrValue;
2606
+ ['marker-start']: AttrValue;
2607
+ ['mask']: AttrValue;
2608
+ ['nav-down']: AttrValue;
2609
+ ['nav-down-left']: AttrValue;
2610
+ ['nav-down-right']: AttrValue;
2611
+ ['nav-left']: AttrValue;
2612
+ ['nav-next']: AttrValue;
2613
+ ['nav-prev']: AttrValue;
2614
+ ['nav-right']: AttrValue;
2615
+ ['nav-up']: AttrValue;
2616
+ ['nav-up-left']: AttrValue;
2617
+ ['nav-up-right']: AttrValue;
2618
+ ['opacity']: AttrValue;
2619
+ ['overflow']: AttrValue;
2620
+ ['pointer-events']: AttrValue;
2621
+ ['requiredExtensions']: AttrValue;
2622
+ ['requiredFeatures']: AttrValue;
2623
+ ['requiredFonts']: AttrValue;
2624
+ ['requiredFormats']: AttrValue;
2625
+ ['shape-rendering']: AttrValue;
2626
+ ['stop-color']: AttrValue;
2627
+ ['stop-opacity']: AttrValue;
2628
+ ['stroke']: AttrValue;
2629
+ ['stroke-dasharray']: AttrValue;
2630
+ ['stroke-dashoffset']: AttrValue;
2631
+ ['stroke-linecap']: AttrValue;
2632
+ ['stroke-linejoin']: AttrValue;
2633
+ ['stroke-miterlimit']: AttrValue;
2634
+ ['stroke-opacity']: AttrValue;
2635
+ ['stroke-width']: AttrValue;
2636
+ ['systemLanguage']: AttrValue;
2637
+ ['text-anchor']: AttrValue;
2638
+ ['text-decoration']: AttrValue;
2639
+ ['text-rendering']: AttrValue;
2640
+ ['transform']: AttrValue;
2641
+ ['unicode-bidi']: AttrValue;
2642
+ ['visibility']: AttrValue;
2643
+ ['word-spacing']: AttrValue;
2644
+ ['writing-mode']: AttrValue;
2645
+ }
2646
+ interface SVGImageElementAttributes extends GenericAttributes {
2647
+ ['alignment-baseline']: AttrValue;
2648
+ ['baseline-shift']: AttrValue;
2649
+ ['clip']: AttrValue;
2650
+ ['clip-path']: AttrValue;
2651
+ ['clip-rule']: AttrValue;
2652
+ ['color']: AttrValue;
2653
+ ['color-interpolation']: AttrValue;
2654
+ ['color-interpolation-filters']: AttrValue;
2655
+ ['color-profile']: AttrValue;
2656
+ ['color-rendering']: AttrValue;
2657
+ ['crossorigin']: AttrValue;
2658
+ ['cursor']: AttrValue;
2659
+ ['direction']: AttrValue;
2660
+ ['display']: AttrValue;
2661
+ ['dominant-baseline']: AttrValue;
2662
+ ['enable-background']: AttrValue;
2663
+ ['externalResourcesRequired']: AttrValue;
2664
+ ['fill']: AttrValue;
2665
+ ['fill-opacity']: AttrValue;
2666
+ ['fill-rule']: AttrValue;
2667
+ ['filter']: AttrValue;
2668
+ ['flood-color']: AttrValue;
2669
+ ['flood-opacity']: AttrValue;
2670
+ ['focusHighlight']: AttrValue;
2671
+ ['focusable']: AttrValue;
2672
+ ['font-family']: AttrValue;
2673
+ ['font-size']: AttrValue;
2674
+ ['font-size-adjust']: AttrValue;
2675
+ ['font-stretch']: AttrValue;
2676
+ ['font-style']: AttrValue;
2677
+ ['font-variant']: AttrValue;
2678
+ ['font-weight']: AttrValue;
2679
+ ['glyph-orientation-horizontal']: AttrValue;
2680
+ ['glyph-orientation-vertical']: AttrValue;
2681
+ ['height']: AttrValue;
2682
+ ['href']: AttrValue;
2683
+ ['image-rendering']: AttrValue;
2684
+ ['kerning']: AttrValue;
2685
+ ['letter-spacing']: AttrValue;
2686
+ ['lighting-color']: AttrValue;
2687
+ ['marker-end']: AttrValue;
2688
+ ['marker-mid']: AttrValue;
2689
+ ['marker-start']: AttrValue;
2690
+ ['mask']: AttrValue;
2691
+ ['nav-down']: AttrValue;
2692
+ ['nav-down-left']: AttrValue;
2693
+ ['nav-down-right']: AttrValue;
2694
+ ['nav-left']: AttrValue;
2695
+ ['nav-next']: AttrValue;
2696
+ ['nav-prev']: AttrValue;
2697
+ ['nav-right']: AttrValue;
2698
+ ['nav-up']: AttrValue;
2699
+ ['nav-up-left']: AttrValue;
2700
+ ['nav-up-right']: AttrValue;
2701
+ ['opacity']: AttrValue;
2702
+ ['overflow']: AttrValue;
2703
+ ['pointer-events']: AttrValue;
2704
+ ['preserveAspectRatio']: AttrValue;
2705
+ ['requiredExtensions']: AttrValue;
2706
+ ['requiredFeatures']: AttrValue;
2707
+ ['requiredFonts']: AttrValue;
2708
+ ['requiredFormats']: AttrValue;
2709
+ ['shape-rendering']: AttrValue;
2710
+ ['stop-color']: AttrValue;
2711
+ ['stop-opacity']: AttrValue;
2712
+ ['stroke']: AttrValue;
2713
+ ['stroke-dasharray']: AttrValue;
2714
+ ['stroke-dashoffset']: AttrValue;
2715
+ ['stroke-linecap']: AttrValue;
2716
+ ['stroke-linejoin']: AttrValue;
2717
+ ['stroke-miterlimit']: AttrValue;
2718
+ ['stroke-opacity']: AttrValue;
2719
+ ['stroke-width']: AttrValue;
2720
+ ['systemLanguage']: AttrValue;
2721
+ ['text-anchor']: AttrValue;
2722
+ ['text-decoration']: AttrValue;
2723
+ ['text-rendering']: AttrValue;
2724
+ ['transform']: AttrValue;
2725
+ ['type']: AttrValue;
2726
+ ['unicode-bidi']: AttrValue;
2727
+ ['visibility']: AttrValue;
2728
+ ['width']: AttrValue;
2729
+ ['word-spacing']: AttrValue;
2730
+ ['writing-mode']: AttrValue;
2731
+ ['x']: AttrValue;
2732
+ ['y']: AttrValue;
2733
+ }
2734
+ interface SVGLineElementAttributes extends GenericAttributes {
2735
+ ['alignment-baseline']: AttrValue;
2736
+ ['baseline-shift']: AttrValue;
2737
+ ['clip']: AttrValue;
2738
+ ['clip-path']: AttrValue;
2739
+ ['clip-rule']: AttrValue;
2740
+ ['color']: AttrValue;
2741
+ ['color-interpolation']: AttrValue;
2742
+ ['color-interpolation-filters']: AttrValue;
2743
+ ['color-profile']: AttrValue;
2744
+ ['color-rendering']: AttrValue;
2745
+ ['cursor']: AttrValue;
2746
+ ['direction']: AttrValue;
2747
+ ['display']: AttrValue;
2748
+ ['dominant-baseline']: AttrValue;
2749
+ ['enable-background']: AttrValue;
2750
+ ['externalResourcesRequired']: AttrValue;
2751
+ ['fill']: AttrValue;
2752
+ ['fill-opacity']: AttrValue;
2753
+ ['fill-rule']: AttrValue;
2754
+ ['filter']: AttrValue;
2755
+ ['flood-color']: AttrValue;
2756
+ ['flood-opacity']: AttrValue;
2757
+ ['focusHighlight']: AttrValue;
2758
+ ['focusable']: AttrValue;
2759
+ ['font-family']: AttrValue;
2760
+ ['font-size']: AttrValue;
2761
+ ['font-size-adjust']: AttrValue;
2762
+ ['font-stretch']: AttrValue;
2763
+ ['font-style']: AttrValue;
2764
+ ['font-variant']: AttrValue;
2765
+ ['font-weight']: AttrValue;
2766
+ ['glyph-orientation-horizontal']: AttrValue;
2767
+ ['glyph-orientation-vertical']: AttrValue;
2768
+ ['image-rendering']: AttrValue;
2769
+ ['kerning']: AttrValue;
2770
+ ['letter-spacing']: AttrValue;
2771
+ ['lighting-color']: AttrValue;
2772
+ ['marker-end']: AttrValue;
2773
+ ['marker-mid']: AttrValue;
2774
+ ['marker-start']: AttrValue;
2775
+ ['mask']: AttrValue;
2776
+ ['nav-down']: AttrValue;
2777
+ ['nav-down-left']: AttrValue;
2778
+ ['nav-down-right']: AttrValue;
2779
+ ['nav-left']: AttrValue;
2780
+ ['nav-next']: AttrValue;
2781
+ ['nav-prev']: AttrValue;
2782
+ ['nav-right']: AttrValue;
2783
+ ['nav-up']: AttrValue;
2784
+ ['nav-up-left']: AttrValue;
2785
+ ['nav-up-right']: AttrValue;
2786
+ ['opacity']: AttrValue;
2787
+ ['overflow']: AttrValue;
2788
+ ['pathLength']: AttrValue;
2789
+ ['pointer-events']: AttrValue;
2790
+ ['requiredExtensions']: AttrValue;
2791
+ ['requiredFeatures']: AttrValue;
2792
+ ['requiredFonts']: AttrValue;
2793
+ ['requiredFormats']: AttrValue;
2794
+ ['shape-rendering']: AttrValue;
2795
+ ['stop-color']: AttrValue;
2796
+ ['stop-opacity']: AttrValue;
2797
+ ['stroke']: AttrValue;
2798
+ ['stroke-dasharray']: AttrValue;
2799
+ ['stroke-dashoffset']: AttrValue;
2800
+ ['stroke-linecap']: AttrValue;
2801
+ ['stroke-linejoin']: AttrValue;
2802
+ ['stroke-miterlimit']: AttrValue;
2803
+ ['stroke-opacity']: AttrValue;
2804
+ ['stroke-width']: AttrValue;
2805
+ ['systemLanguage']: AttrValue;
2806
+ ['text-anchor']: AttrValue;
2807
+ ['text-decoration']: AttrValue;
2808
+ ['text-rendering']: AttrValue;
2809
+ ['transform']: AttrValue;
2810
+ ['unicode-bidi']: AttrValue;
2811
+ ['visibility']: AttrValue;
2812
+ ['word-spacing']: AttrValue;
2813
+ ['writing-mode']: AttrValue;
2814
+ ['x1']: AttrValue;
2815
+ ['x2']: AttrValue;
2816
+ ['y1']: AttrValue;
2817
+ ['y2']: AttrValue;
2818
+ }
2819
+ interface SVGLinearGradientElementAttributes extends GenericAttributes {
2820
+ ['alignment-baseline']: AttrValue;
2821
+ ['baseline-shift']: AttrValue;
2822
+ ['clip']: AttrValue;
2823
+ ['clip-path']: AttrValue;
2824
+ ['clip-rule']: AttrValue;
2825
+ ['color']: AttrValue;
2826
+ ['color-interpolation']: AttrValue;
2827
+ ['color-interpolation-filters']: AttrValue;
2828
+ ['color-profile']: AttrValue;
2829
+ ['color-rendering']: AttrValue;
2830
+ ['cursor']: AttrValue;
2831
+ ['direction']: AttrValue;
2832
+ ['display']: AttrValue;
2833
+ ['dominant-baseline']: AttrValue;
2834
+ ['enable-background']: AttrValue;
2835
+ ['externalResourcesRequired']: AttrValue;
2836
+ ['fill']: AttrValue;
2837
+ ['fill-opacity']: AttrValue;
2838
+ ['fill-rule']: AttrValue;
2839
+ ['filter']: AttrValue;
2840
+ ['flood-color']: AttrValue;
2841
+ ['flood-opacity']: AttrValue;
2842
+ ['font-family']: AttrValue;
2843
+ ['font-size']: AttrValue;
2844
+ ['font-size-adjust']: AttrValue;
2845
+ ['font-stretch']: AttrValue;
2846
+ ['font-style']: AttrValue;
2847
+ ['font-variant']: AttrValue;
2848
+ ['font-weight']: AttrValue;
2849
+ ['glyph-orientation-horizontal']: AttrValue;
2850
+ ['glyph-orientation-vertical']: AttrValue;
2851
+ ['gradientTransform']: AttrValue;
2852
+ ['gradientUnits']: AttrValue;
2853
+ ['href']: AttrValue;
2854
+ ['image-rendering']: AttrValue;
2855
+ ['kerning']: AttrValue;
2856
+ ['letter-spacing']: AttrValue;
2857
+ ['lighting-color']: AttrValue;
2858
+ ['marker-end']: AttrValue;
2859
+ ['marker-mid']: AttrValue;
2860
+ ['marker-start']: AttrValue;
2861
+ ['mask']: AttrValue;
2862
+ ['opacity']: AttrValue;
2863
+ ['overflow']: AttrValue;
2864
+ ['pointer-events']: AttrValue;
2865
+ ['shape-rendering']: AttrValue;
2866
+ ['spreadMethod']: AttrValue;
2867
+ ['stop-color']: AttrValue;
2868
+ ['stop-opacity']: AttrValue;
2869
+ ['stroke']: AttrValue;
2870
+ ['stroke-dasharray']: AttrValue;
2871
+ ['stroke-dashoffset']: AttrValue;
2872
+ ['stroke-linecap']: AttrValue;
2873
+ ['stroke-linejoin']: AttrValue;
2874
+ ['stroke-miterlimit']: AttrValue;
2875
+ ['stroke-opacity']: AttrValue;
2876
+ ['stroke-width']: AttrValue;
2877
+ ['text-anchor']: AttrValue;
2878
+ ['text-decoration']: AttrValue;
2879
+ ['text-rendering']: AttrValue;
2880
+ ['unicode-bidi']: AttrValue;
2881
+ ['visibility']: AttrValue;
2882
+ ['word-spacing']: AttrValue;
2883
+ ['writing-mode']: AttrValue;
2884
+ ['x1']: AttrValue;
2885
+ ['x2']: AttrValue;
2886
+ ['y1']: AttrValue;
2887
+ ['y2']: AttrValue;
2888
+ }
2889
+ interface SVGMarkerElementAttributes extends GenericAttributes {
2890
+ ['alignment-baseline']: AttrValue;
2891
+ ['baseline-shift']: AttrValue;
2892
+ ['clip']: AttrValue;
2893
+ ['clip-path']: AttrValue;
2894
+ ['clip-rule']: AttrValue;
2895
+ ['color']: AttrValue;
2896
+ ['color-interpolation']: AttrValue;
2897
+ ['color-interpolation-filters']: AttrValue;
2898
+ ['color-profile']: AttrValue;
2899
+ ['color-rendering']: AttrValue;
2900
+ ['cursor']: AttrValue;
2901
+ ['direction']: AttrValue;
2902
+ ['display']: AttrValue;
2903
+ ['dominant-baseline']: AttrValue;
2904
+ ['enable-background']: AttrValue;
2905
+ ['externalResourcesRequired']: AttrValue;
2906
+ ['fill']: AttrValue;
2907
+ ['fill-opacity']: AttrValue;
2908
+ ['fill-rule']: AttrValue;
2909
+ ['filter']: AttrValue;
2910
+ ['flood-color']: AttrValue;
2911
+ ['flood-opacity']: AttrValue;
2912
+ ['font-family']: AttrValue;
2913
+ ['font-size']: AttrValue;
2914
+ ['font-size-adjust']: AttrValue;
2915
+ ['font-stretch']: AttrValue;
2916
+ ['font-style']: AttrValue;
2917
+ ['font-variant']: AttrValue;
2918
+ ['font-weight']: AttrValue;
2919
+ ['glyph-orientation-horizontal']: AttrValue;
2920
+ ['glyph-orientation-vertical']: AttrValue;
2921
+ ['image-rendering']: AttrValue;
2922
+ ['kerning']: AttrValue;
2923
+ ['letter-spacing']: AttrValue;
2924
+ ['lighting-color']: AttrValue;
2925
+ ['marker-end']: AttrValue;
2926
+ ['marker-mid']: AttrValue;
2927
+ ['marker-start']: AttrValue;
2928
+ ['markerHeight']: AttrValue;
2929
+ ['markerUnits']: AttrValue;
2930
+ ['markerWidth']: AttrValue;
2931
+ ['mask']: AttrValue;
2932
+ ['opacity']: AttrValue;
2933
+ ['orient']: AttrValue;
2934
+ ['overflow']: AttrValue;
2935
+ ['pointer-events']: AttrValue;
2936
+ ['preserveAspectRatio']: AttrValue;
2937
+ ['refX']: AttrValue;
2938
+ ['refY']: AttrValue;
2939
+ ['shape-rendering']: AttrValue;
2940
+ ['stop-color']: AttrValue;
2941
+ ['stop-opacity']: AttrValue;
2942
+ ['stroke']: AttrValue;
2943
+ ['stroke-dasharray']: AttrValue;
2944
+ ['stroke-dashoffset']: AttrValue;
2945
+ ['stroke-linecap']: AttrValue;
2946
+ ['stroke-linejoin']: AttrValue;
2947
+ ['stroke-miterlimit']: AttrValue;
2948
+ ['stroke-opacity']: AttrValue;
2949
+ ['stroke-width']: AttrValue;
2950
+ ['text-anchor']: AttrValue;
2951
+ ['text-decoration']: AttrValue;
2952
+ ['text-rendering']: AttrValue;
2953
+ ['unicode-bidi']: AttrValue;
2954
+ ['viewBox']: AttrValue;
2955
+ ['visibility']: AttrValue;
2956
+ ['word-spacing']: AttrValue;
2957
+ ['writing-mode']: AttrValue;
2958
+ }
2959
+ interface SVGMaskElementAttributes extends GenericAttributes {
2960
+ ['alignment-baseline']: AttrValue;
2961
+ ['baseline-shift']: AttrValue;
2962
+ ['clip']: AttrValue;
2963
+ ['clip-path']: AttrValue;
2964
+ ['clip-rule']: AttrValue;
2965
+ ['color']: AttrValue;
2966
+ ['color-interpolation']: AttrValue;
2967
+ ['color-interpolation-filters']: AttrValue;
2968
+ ['color-profile']: AttrValue;
2969
+ ['color-rendering']: AttrValue;
2970
+ ['cursor']: AttrValue;
2971
+ ['direction']: AttrValue;
2972
+ ['display']: AttrValue;
2973
+ ['dominant-baseline']: AttrValue;
2974
+ ['enable-background']: AttrValue;
2975
+ ['externalResourcesRequired']: AttrValue;
2976
+ ['fill']: AttrValue;
2977
+ ['fill-opacity']: AttrValue;
2978
+ ['fill-rule']: AttrValue;
2979
+ ['filter']: AttrValue;
2980
+ ['flood-color']: AttrValue;
2981
+ ['flood-opacity']: AttrValue;
2982
+ ['font-family']: AttrValue;
2983
+ ['font-size']: AttrValue;
2984
+ ['font-size-adjust']: AttrValue;
2985
+ ['font-stretch']: AttrValue;
2986
+ ['font-style']: AttrValue;
2987
+ ['font-variant']: AttrValue;
2988
+ ['font-weight']: AttrValue;
2989
+ ['glyph-orientation-horizontal']: AttrValue;
2990
+ ['glyph-orientation-vertical']: AttrValue;
2991
+ ['height']: AttrValue;
2992
+ ['image-rendering']: AttrValue;
2993
+ ['kerning']: AttrValue;
2994
+ ['letter-spacing']: AttrValue;
2995
+ ['lighting-color']: AttrValue;
2996
+ ['marker-end']: AttrValue;
2997
+ ['marker-mid']: AttrValue;
2998
+ ['marker-start']: AttrValue;
2999
+ ['mask']: AttrValue;
3000
+ ['maskContentUnits']: AttrValue;
3001
+ ['maskUnits']: AttrValue;
3002
+ ['opacity']: AttrValue;
3003
+ ['overflow']: AttrValue;
3004
+ ['pointer-events']: AttrValue;
3005
+ ['requiredExtensions']: AttrValue;
3006
+ ['requiredFeatures']: AttrValue;
3007
+ ['shape-rendering']: AttrValue;
3008
+ ['stop-color']: AttrValue;
3009
+ ['stop-opacity']: AttrValue;
3010
+ ['stroke']: AttrValue;
3011
+ ['stroke-dasharray']: AttrValue;
3012
+ ['stroke-dashoffset']: AttrValue;
3013
+ ['stroke-linecap']: AttrValue;
3014
+ ['stroke-linejoin']: AttrValue;
3015
+ ['stroke-miterlimit']: AttrValue;
3016
+ ['stroke-opacity']: AttrValue;
3017
+ ['stroke-width']: AttrValue;
3018
+ ['systemLanguage']: AttrValue;
3019
+ ['text-anchor']: AttrValue;
3020
+ ['text-decoration']: AttrValue;
3021
+ ['text-rendering']: AttrValue;
3022
+ ['unicode-bidi']: AttrValue;
3023
+ ['visibility']: AttrValue;
3024
+ ['width']: AttrValue;
3025
+ ['word-spacing']: AttrValue;
3026
+ ['writing-mode']: AttrValue;
3027
+ ['x']: AttrValue;
3028
+ ['y']: AttrValue;
3029
+ }
3030
+ interface SVGMetadataElementAttributes extends GenericAttributes {
3031
+ ['requiredExtensions']: AttrValue;
3032
+ ['requiredFeatures']: AttrValue;
3033
+ ['requiredFonts']: AttrValue;
3034
+ ['requiredFormats']: AttrValue;
3035
+ ['systemLanguage']: AttrValue;
3036
+ }
3037
+ interface SVGMPathElementAttributes extends GenericAttributes {
3038
+ ['externalResourcesRequired']: AttrValue;
3039
+ ['href']: AttrValue;
3040
+ }
3041
+ interface SVGPathElementAttributes extends GenericAttributes {
3042
+ ['alignment-baseline']: AttrValue;
3043
+ ['baseline-shift']: AttrValue;
3044
+ ['clip']: AttrValue;
3045
+ ['clip-path']: AttrValue;
3046
+ ['clip-rule']: AttrValue;
3047
+ ['color']: AttrValue;
3048
+ ['color-interpolation']: AttrValue;
3049
+ ['color-interpolation-filters']: AttrValue;
3050
+ ['color-profile']: AttrValue;
3051
+ ['color-rendering']: AttrValue;
3052
+ ['cursor']: AttrValue;
3053
+ ['d']: AttrValue;
3054
+ ['direction']: AttrValue;
3055
+ ['display']: AttrValue;
3056
+ ['dominant-baseline']: AttrValue;
3057
+ ['enable-background']: AttrValue;
3058
+ ['externalResourcesRequired']: AttrValue;
3059
+ ['fill']: AttrValue;
3060
+ ['fill-opacity']: AttrValue;
3061
+ ['fill-rule']: AttrValue;
3062
+ ['filter']: AttrValue;
3063
+ ['flood-color']: AttrValue;
3064
+ ['flood-opacity']: AttrValue;
3065
+ ['focusHighlight']: AttrValue;
3066
+ ['focusable']: AttrValue;
3067
+ ['font-family']: AttrValue;
3068
+ ['font-size']: AttrValue;
3069
+ ['font-size-adjust']: AttrValue;
3070
+ ['font-stretch']: AttrValue;
3071
+ ['font-style']: AttrValue;
3072
+ ['font-variant']: AttrValue;
3073
+ ['font-weight']: AttrValue;
3074
+ ['glyph-orientation-horizontal']: AttrValue;
3075
+ ['glyph-orientation-vertical']: AttrValue;
3076
+ ['image-rendering']: AttrValue;
3077
+ ['kerning']: AttrValue;
3078
+ ['letter-spacing']: AttrValue;
3079
+ ['lighting-color']: AttrValue;
3080
+ ['marker-end']: AttrValue;
3081
+ ['marker-mid']: AttrValue;
3082
+ ['marker-start']: AttrValue;
3083
+ ['mask']: AttrValue;
3084
+ ['nav-down']: AttrValue;
3085
+ ['nav-down-left']: AttrValue;
3086
+ ['nav-down-right']: AttrValue;
3087
+ ['nav-left']: AttrValue;
3088
+ ['nav-next']: AttrValue;
3089
+ ['nav-prev']: AttrValue;
3090
+ ['nav-right']: AttrValue;
3091
+ ['nav-up']: AttrValue;
3092
+ ['nav-up-left']: AttrValue;
3093
+ ['nav-up-right']: AttrValue;
3094
+ ['opacity']: AttrValue;
3095
+ ['overflow']: AttrValue;
3096
+ ['pathLength']: AttrValue;
3097
+ ['pointer-events']: AttrValue;
3098
+ ['requiredExtensions']: AttrValue;
3099
+ ['requiredFeatures']: AttrValue;
3100
+ ['requiredFonts']: AttrValue;
3101
+ ['requiredFormats']: AttrValue;
3102
+ ['shape-rendering']: AttrValue;
3103
+ ['stop-color']: AttrValue;
3104
+ ['stop-opacity']: AttrValue;
3105
+ ['stroke']: AttrValue;
3106
+ ['stroke-dasharray']: AttrValue;
3107
+ ['stroke-dashoffset']: AttrValue;
3108
+ ['stroke-linecap']: AttrValue;
3109
+ ['stroke-linejoin']: AttrValue;
3110
+ ['stroke-miterlimit']: AttrValue;
3111
+ ['stroke-opacity']: AttrValue;
3112
+ ['stroke-width']: AttrValue;
3113
+ ['systemLanguage']: AttrValue;
3114
+ ['text-anchor']: AttrValue;
3115
+ ['text-decoration']: AttrValue;
3116
+ ['text-rendering']: AttrValue;
3117
+ ['transform']: AttrValue;
3118
+ ['unicode-bidi']: AttrValue;
3119
+ ['visibility']: AttrValue;
3120
+ ['word-spacing']: AttrValue;
3121
+ ['writing-mode']: AttrValue;
3122
+ }
3123
+ interface SVGPatternElementAttributes extends GenericAttributes {
3124
+ ['alignment-baseline']: AttrValue;
3125
+ ['baseline-shift']: AttrValue;
3126
+ ['clip']: AttrValue;
3127
+ ['clip-path']: AttrValue;
3128
+ ['clip-rule']: AttrValue;
3129
+ ['color']: AttrValue;
3130
+ ['color-interpolation']: AttrValue;
3131
+ ['color-interpolation-filters']: AttrValue;
3132
+ ['color-profile']: AttrValue;
3133
+ ['color-rendering']: AttrValue;
3134
+ ['cursor']: AttrValue;
3135
+ ['direction']: AttrValue;
3136
+ ['display']: AttrValue;
3137
+ ['dominant-baseline']: AttrValue;
3138
+ ['enable-background']: AttrValue;
3139
+ ['externalResourcesRequired']: AttrValue;
3140
+ ['fill']: AttrValue;
3141
+ ['fill-opacity']: AttrValue;
3142
+ ['fill-rule']: AttrValue;
3143
+ ['filter']: AttrValue;
3144
+ ['flood-color']: AttrValue;
3145
+ ['flood-opacity']: AttrValue;
3146
+ ['font-family']: AttrValue;
3147
+ ['font-size']: AttrValue;
3148
+ ['font-size-adjust']: AttrValue;
3149
+ ['font-stretch']: AttrValue;
3150
+ ['font-style']: AttrValue;
3151
+ ['font-variant']: AttrValue;
3152
+ ['font-weight']: AttrValue;
3153
+ ['glyph-orientation-horizontal']: AttrValue;
3154
+ ['glyph-orientation-vertical']: AttrValue;
3155
+ ['height']: AttrValue;
3156
+ ['href']: AttrValue;
3157
+ ['image-rendering']: AttrValue;
3158
+ ['kerning']: AttrValue;
3159
+ ['letter-spacing']: AttrValue;
3160
+ ['lighting-color']: AttrValue;
3161
+ ['marker-end']: AttrValue;
3162
+ ['marker-mid']: AttrValue;
3163
+ ['marker-start']: AttrValue;
3164
+ ['mask']: AttrValue;
3165
+ ['opacity']: AttrValue;
3166
+ ['overflow']: AttrValue;
3167
+ ['patternContentUnits']: AttrValue;
3168
+ ['patternTransform']: AttrValue;
3169
+ ['patternUnits']: AttrValue;
3170
+ ['pointer-events']: AttrValue;
3171
+ ['preserveAspectRatio']: AttrValue;
3172
+ ['requiredExtensions']: AttrValue;
3173
+ ['requiredFeatures']: AttrValue;
3174
+ ['shape-rendering']: AttrValue;
3175
+ ['stop-color']: AttrValue;
3176
+ ['stop-opacity']: AttrValue;
3177
+ ['stroke']: AttrValue;
3178
+ ['stroke-dasharray']: AttrValue;
3179
+ ['stroke-dashoffset']: AttrValue;
3180
+ ['stroke-linecap']: AttrValue;
3181
+ ['stroke-linejoin']: AttrValue;
3182
+ ['stroke-miterlimit']: AttrValue;
3183
+ ['stroke-opacity']: AttrValue;
3184
+ ['stroke-width']: AttrValue;
3185
+ ['systemLanguage']: AttrValue;
3186
+ ['text-anchor']: AttrValue;
3187
+ ['text-decoration']: AttrValue;
3188
+ ['text-rendering']: AttrValue;
3189
+ ['unicode-bidi']: AttrValue;
3190
+ ['viewBox']: AttrValue;
3191
+ ['visibility']: AttrValue;
3192
+ ['width']: AttrValue;
3193
+ ['word-spacing']: AttrValue;
3194
+ ['writing-mode']: AttrValue;
3195
+ ['x']: AttrValue;
3196
+ ['y']: AttrValue;
3197
+ }
3198
+ interface SVGPolygonElementAttributes extends GenericAttributes {
3199
+ ['alignment-baseline']: AttrValue;
3200
+ ['baseline-shift']: AttrValue;
3201
+ ['clip']: AttrValue;
3202
+ ['clip-path']: AttrValue;
3203
+ ['clip-rule']: AttrValue;
3204
+ ['color']: AttrValue;
3205
+ ['color-interpolation']: AttrValue;
3206
+ ['color-interpolation-filters']: AttrValue;
3207
+ ['color-profile']: AttrValue;
3208
+ ['color-rendering']: AttrValue;
3209
+ ['cursor']: AttrValue;
3210
+ ['direction']: AttrValue;
3211
+ ['display']: AttrValue;
3212
+ ['dominant-baseline']: AttrValue;
3213
+ ['enable-background']: AttrValue;
3214
+ ['externalResourcesRequired']: AttrValue;
3215
+ ['fill']: AttrValue;
3216
+ ['fill-opacity']: AttrValue;
3217
+ ['fill-rule']: AttrValue;
3218
+ ['filter']: AttrValue;
3219
+ ['flood-color']: AttrValue;
3220
+ ['flood-opacity']: AttrValue;
3221
+ ['focusHighlight']: AttrValue;
3222
+ ['focusable']: AttrValue;
3223
+ ['font-family']: AttrValue;
3224
+ ['font-size']: AttrValue;
3225
+ ['font-size-adjust']: AttrValue;
3226
+ ['font-stretch']: AttrValue;
3227
+ ['font-style']: AttrValue;
3228
+ ['font-variant']: AttrValue;
3229
+ ['font-weight']: AttrValue;
3230
+ ['glyph-orientation-horizontal']: AttrValue;
3231
+ ['glyph-orientation-vertical']: AttrValue;
3232
+ ['image-rendering']: AttrValue;
3233
+ ['kerning']: AttrValue;
3234
+ ['letter-spacing']: AttrValue;
3235
+ ['lighting-color']: AttrValue;
3236
+ ['marker-end']: AttrValue;
3237
+ ['marker-mid']: AttrValue;
3238
+ ['marker-start']: AttrValue;
3239
+ ['mask']: AttrValue;
3240
+ ['nav-down']: AttrValue;
3241
+ ['nav-down-left']: AttrValue;
3242
+ ['nav-down-right']: AttrValue;
3243
+ ['nav-left']: AttrValue;
3244
+ ['nav-next']: AttrValue;
3245
+ ['nav-prev']: AttrValue;
3246
+ ['nav-right']: AttrValue;
3247
+ ['nav-up']: AttrValue;
3248
+ ['nav-up-left']: AttrValue;
3249
+ ['nav-up-right']: AttrValue;
3250
+ ['opacity']: AttrValue;
3251
+ ['overflow']: AttrValue;
3252
+ ['pathLength']: AttrValue;
3253
+ ['pointer-events']: AttrValue;
3254
+ ['points']: AttrValue;
3255
+ ['requiredExtensions']: AttrValue;
3256
+ ['requiredFeatures']: AttrValue;
3257
+ ['requiredFonts']: AttrValue;
3258
+ ['requiredFormats']: AttrValue;
3259
+ ['shape-rendering']: AttrValue;
3260
+ ['stop-color']: AttrValue;
3261
+ ['stop-opacity']: AttrValue;
3262
+ ['stroke']: AttrValue;
3263
+ ['stroke-dasharray']: AttrValue;
3264
+ ['stroke-dashoffset']: AttrValue;
3265
+ ['stroke-linecap']: AttrValue;
3266
+ ['stroke-linejoin']: AttrValue;
3267
+ ['stroke-miterlimit']: AttrValue;
3268
+ ['stroke-opacity']: AttrValue;
3269
+ ['stroke-width']: AttrValue;
3270
+ ['systemLanguage']: AttrValue;
3271
+ ['text-anchor']: AttrValue;
3272
+ ['text-decoration']: AttrValue;
3273
+ ['text-rendering']: AttrValue;
3274
+ ['transform']: AttrValue;
3275
+ ['unicode-bidi']: AttrValue;
3276
+ ['visibility']: AttrValue;
3277
+ ['word-spacing']: AttrValue;
3278
+ ['writing-mode']: AttrValue;
3279
+ }
3280
+ interface SVGPolylineElementAttributes extends GenericAttributes {
3281
+ ['alignment-baseline']: AttrValue;
3282
+ ['baseline-shift']: AttrValue;
3283
+ ['clip']: AttrValue;
3284
+ ['clip-path']: AttrValue;
3285
+ ['clip-rule']: AttrValue;
3286
+ ['color']: AttrValue;
3287
+ ['color-interpolation']: AttrValue;
3288
+ ['color-interpolation-filters']: AttrValue;
3289
+ ['color-profile']: AttrValue;
3290
+ ['color-rendering']: AttrValue;
3291
+ ['cursor']: AttrValue;
3292
+ ['direction']: AttrValue;
3293
+ ['display']: AttrValue;
3294
+ ['dominant-baseline']: AttrValue;
3295
+ ['enable-background']: AttrValue;
3296
+ ['externalResourcesRequired']: AttrValue;
3297
+ ['fill']: AttrValue;
3298
+ ['fill-opacity']: AttrValue;
3299
+ ['fill-rule']: AttrValue;
3300
+ ['filter']: AttrValue;
3301
+ ['flood-color']: AttrValue;
3302
+ ['flood-opacity']: AttrValue;
3303
+ ['focusHighlight']: AttrValue;
3304
+ ['focusable']: AttrValue;
3305
+ ['font-family']: AttrValue;
3306
+ ['font-size']: AttrValue;
3307
+ ['font-size-adjust']: AttrValue;
3308
+ ['font-stretch']: AttrValue;
3309
+ ['font-style']: AttrValue;
3310
+ ['font-variant']: AttrValue;
3311
+ ['font-weight']: AttrValue;
3312
+ ['glyph-orientation-horizontal']: AttrValue;
3313
+ ['glyph-orientation-vertical']: AttrValue;
3314
+ ['image-rendering']: AttrValue;
3315
+ ['kerning']: AttrValue;
3316
+ ['letter-spacing']: AttrValue;
3317
+ ['lighting-color']: AttrValue;
3318
+ ['marker-end']: AttrValue;
3319
+ ['marker-mid']: AttrValue;
3320
+ ['marker-start']: AttrValue;
3321
+ ['mask']: AttrValue;
3322
+ ['nav-down']: AttrValue;
3323
+ ['nav-down-left']: AttrValue;
3324
+ ['nav-down-right']: AttrValue;
3325
+ ['nav-left']: AttrValue;
3326
+ ['nav-next']: AttrValue;
3327
+ ['nav-prev']: AttrValue;
3328
+ ['nav-right']: AttrValue;
3329
+ ['nav-up']: AttrValue;
3330
+ ['nav-up-left']: AttrValue;
3331
+ ['nav-up-right']: AttrValue;
3332
+ ['opacity']: AttrValue;
3333
+ ['overflow']: AttrValue;
3334
+ ['pathLength']: AttrValue;
3335
+ ['pointer-events']: AttrValue;
3336
+ ['points']: AttrValue;
3337
+ ['requiredExtensions']: AttrValue;
3338
+ ['requiredFeatures']: AttrValue;
3339
+ ['requiredFonts']: AttrValue;
3340
+ ['requiredFormats']: AttrValue;
3341
+ ['shape-rendering']: AttrValue;
3342
+ ['stop-color']: AttrValue;
3343
+ ['stop-opacity']: AttrValue;
3344
+ ['stroke']: AttrValue;
3345
+ ['stroke-dasharray']: AttrValue;
3346
+ ['stroke-dashoffset']: AttrValue;
3347
+ ['stroke-linecap']: AttrValue;
3348
+ ['stroke-linejoin']: AttrValue;
3349
+ ['stroke-miterlimit']: AttrValue;
3350
+ ['stroke-opacity']: AttrValue;
3351
+ ['stroke-width']: AttrValue;
3352
+ ['systemLanguage']: AttrValue;
3353
+ ['text-anchor']: AttrValue;
3354
+ ['text-decoration']: AttrValue;
3355
+ ['text-rendering']: AttrValue;
3356
+ ['transform']: AttrValue;
3357
+ ['unicode-bidi']: AttrValue;
3358
+ ['visibility']: AttrValue;
3359
+ ['word-spacing']: AttrValue;
3360
+ ['writing-mode']: AttrValue;
3361
+ }
3362
+ interface SVGRadialGradientElementAttributes extends GenericAttributes {
3363
+ ['alignment-baseline']: AttrValue;
3364
+ ['baseline-shift']: AttrValue;
3365
+ ['clip']: AttrValue;
3366
+ ['clip-path']: AttrValue;
3367
+ ['clip-rule']: AttrValue;
3368
+ ['color']: AttrValue;
3369
+ ['color-interpolation']: AttrValue;
3370
+ ['color-interpolation-filters']: AttrValue;
3371
+ ['color-profile']: AttrValue;
3372
+ ['color-rendering']: AttrValue;
3373
+ ['cursor']: AttrValue;
3374
+ ['cx']: AttrValue;
3375
+ ['cy']: AttrValue;
3376
+ ['direction']: AttrValue;
3377
+ ['display']: AttrValue;
3378
+ ['dominant-baseline']: AttrValue;
3379
+ ['enable-background']: AttrValue;
3380
+ ['externalResourcesRequired']: AttrValue;
3381
+ ['fill']: AttrValue;
3382
+ ['fill-opacity']: AttrValue;
3383
+ ['fill-rule']: AttrValue;
3384
+ ['filter']: AttrValue;
3385
+ ['flood-color']: AttrValue;
3386
+ ['flood-opacity']: AttrValue;
3387
+ ['font-family']: AttrValue;
3388
+ ['font-size']: AttrValue;
3389
+ ['font-size-adjust']: AttrValue;
3390
+ ['font-stretch']: AttrValue;
3391
+ ['font-style']: AttrValue;
3392
+ ['font-variant']: AttrValue;
3393
+ ['font-weight']: AttrValue;
3394
+ ['fr']: AttrValue;
3395
+ ['fx']: AttrValue;
3396
+ ['fy']: AttrValue;
3397
+ ['glyph-orientation-horizontal']: AttrValue;
3398
+ ['glyph-orientation-vertical']: AttrValue;
3399
+ ['gradientTransform']: AttrValue;
3400
+ ['gradientUnits']: AttrValue;
3401
+ ['href']: AttrValue;
3402
+ ['image-rendering']: AttrValue;
3403
+ ['kerning']: AttrValue;
3404
+ ['letter-spacing']: AttrValue;
3405
+ ['lighting-color']: AttrValue;
3406
+ ['marker-end']: AttrValue;
3407
+ ['marker-mid']: AttrValue;
3408
+ ['marker-start']: AttrValue;
3409
+ ['mask']: AttrValue;
3410
+ ['opacity']: AttrValue;
3411
+ ['overflow']: AttrValue;
3412
+ ['pointer-events']: AttrValue;
3413
+ ['r']: AttrValue;
3414
+ ['shape-rendering']: AttrValue;
3415
+ ['spreadMethod']: AttrValue;
3416
+ ['stop-color']: AttrValue;
3417
+ ['stop-opacity']: AttrValue;
3418
+ ['stroke']: AttrValue;
3419
+ ['stroke-dasharray']: AttrValue;
3420
+ ['stroke-dashoffset']: AttrValue;
3421
+ ['stroke-linecap']: AttrValue;
3422
+ ['stroke-linejoin']: AttrValue;
3423
+ ['stroke-miterlimit']: AttrValue;
3424
+ ['stroke-opacity']: AttrValue;
3425
+ ['stroke-width']: AttrValue;
3426
+ ['text-anchor']: AttrValue;
3427
+ ['text-decoration']: AttrValue;
3428
+ ['text-rendering']: AttrValue;
3429
+ ['unicode-bidi']: AttrValue;
3430
+ ['visibility']: AttrValue;
3431
+ ['word-spacing']: AttrValue;
3432
+ ['writing-mode']: AttrValue;
3433
+ }
3434
+ interface SVGRectElementAttributes extends GenericAttributes {
3435
+ ['alignment-baseline']: AttrValue;
3436
+ ['baseline-shift']: AttrValue;
3437
+ ['clip']: AttrValue;
3438
+ ['clip-path']: AttrValue;
3439
+ ['clip-rule']: AttrValue;
3440
+ ['color']: AttrValue;
3441
+ ['color-interpolation']: AttrValue;
3442
+ ['color-interpolation-filters']: AttrValue;
3443
+ ['color-profile']: AttrValue;
3444
+ ['color-rendering']: AttrValue;
3445
+ ['cursor']: AttrValue;
3446
+ ['direction']: AttrValue;
3447
+ ['display']: AttrValue;
3448
+ ['dominant-baseline']: AttrValue;
3449
+ ['enable-background']: AttrValue;
3450
+ ['externalResourcesRequired']: AttrValue;
3451
+ ['fill']: AttrValue;
3452
+ ['fill-opacity']: AttrValue;
3453
+ ['fill-rule']: AttrValue;
3454
+ ['filter']: AttrValue;
3455
+ ['flood-color']: AttrValue;
3456
+ ['flood-opacity']: AttrValue;
3457
+ ['focusHighlight']: AttrValue;
3458
+ ['focusable']: AttrValue;
3459
+ ['font-family']: AttrValue;
3460
+ ['font-size']: AttrValue;
3461
+ ['font-size-adjust']: AttrValue;
3462
+ ['font-stretch']: AttrValue;
3463
+ ['font-style']: AttrValue;
3464
+ ['font-variant']: AttrValue;
3465
+ ['font-weight']: AttrValue;
3466
+ ['glyph-orientation-horizontal']: AttrValue;
3467
+ ['glyph-orientation-vertical']: AttrValue;
3468
+ ['height']: AttrValue;
3469
+ ['image-rendering']: AttrValue;
3470
+ ['kerning']: AttrValue;
3471
+ ['letter-spacing']: AttrValue;
3472
+ ['lighting-color']: AttrValue;
3473
+ ['marker-end']: AttrValue;
3474
+ ['marker-mid']: AttrValue;
3475
+ ['marker-start']: AttrValue;
3476
+ ['mask']: AttrValue;
3477
+ ['nav-down']: AttrValue;
3478
+ ['nav-down-left']: AttrValue;
3479
+ ['nav-down-right']: AttrValue;
3480
+ ['nav-left']: AttrValue;
3481
+ ['nav-next']: AttrValue;
3482
+ ['nav-prev']: AttrValue;
3483
+ ['nav-right']: AttrValue;
3484
+ ['nav-up']: AttrValue;
3485
+ ['nav-up-left']: AttrValue;
3486
+ ['nav-up-right']: AttrValue;
3487
+ ['opacity']: AttrValue;
3488
+ ['overflow']: AttrValue;
3489
+ ['pathLength']: AttrValue;
3490
+ ['pointer-events']: AttrValue;
3491
+ ['requiredExtensions']: AttrValue;
3492
+ ['requiredFeatures']: AttrValue;
3493
+ ['requiredFonts']: AttrValue;
3494
+ ['requiredFormats']: AttrValue;
3495
+ ['rx']: AttrValue;
3496
+ ['ry']: AttrValue;
3497
+ ['shape-rendering']: AttrValue;
3498
+ ['stop-color']: AttrValue;
3499
+ ['stop-opacity']: AttrValue;
3500
+ ['stroke']: AttrValue;
3501
+ ['stroke-dasharray']: AttrValue;
3502
+ ['stroke-dashoffset']: AttrValue;
3503
+ ['stroke-linecap']: AttrValue;
3504
+ ['stroke-linejoin']: AttrValue;
3505
+ ['stroke-miterlimit']: AttrValue;
3506
+ ['stroke-opacity']: AttrValue;
3507
+ ['stroke-width']: AttrValue;
3508
+ ['systemLanguage']: AttrValue;
3509
+ ['text-anchor']: AttrValue;
3510
+ ['text-decoration']: AttrValue;
3511
+ ['text-rendering']: AttrValue;
3512
+ ['transform']: AttrValue;
3513
+ ['unicode-bidi']: AttrValue;
3514
+ ['visibility']: AttrValue;
3515
+ ['width']: AttrValue;
3516
+ ['word-spacing']: AttrValue;
3517
+ ['writing-mode']: AttrValue;
3518
+ ['x']: AttrValue;
3519
+ ['y']: AttrValue;
3520
+ }
3521
+ interface SVGScriptElementAttributes extends GenericAttributes {
3522
+ ['crossorigin']: AttrValue;
3523
+ ['externalResourcesRequired']: AttrValue;
3524
+ ['href']: AttrValue;
3525
+ ['type']: AttrValue;
3526
+ }
3527
+ interface SVGSetElementAttributes extends GenericAttributes {
3528
+ ['attributeName']: AttrValue;
3529
+ ['attributeType']: AttrValue;
3530
+ ['begin']: AttrValue;
3531
+ ['dur']: AttrValue;
3532
+ ['end']: AttrValue;
3533
+ ['externalResourcesRequired']: AttrValue;
3534
+ ['fill']: AttrValue;
3535
+ ['href']: AttrValue;
3536
+ ['max']: AttrValue;
3537
+ ['min']: AttrValue;
3538
+ ['repeatCount']: AttrValue;
3539
+ ['repeatDur']: AttrValue;
3540
+ ['requiredExtensions']: AttrValue;
3541
+ ['requiredFeatures']: AttrValue;
3542
+ ['requiredFonts']: AttrValue;
3543
+ ['requiredFormats']: AttrValue;
3544
+ ['restart']: AttrValue;
3545
+ ['systemLanguage']: AttrValue;
3546
+ ['to']: AttrValue;
3547
+ }
3548
+ interface SVGStopElementAttributes extends GenericAttributes {
3549
+ ['alignment-baseline']: AttrValue;
3550
+ ['baseline-shift']: AttrValue;
3551
+ ['clip']: AttrValue;
3552
+ ['clip-path']: AttrValue;
3553
+ ['clip-rule']: AttrValue;
3554
+ ['color']: AttrValue;
3555
+ ['color-interpolation']: AttrValue;
3556
+ ['color-interpolation-filters']: AttrValue;
3557
+ ['color-profile']: AttrValue;
3558
+ ['color-rendering']: AttrValue;
3559
+ ['cursor']: AttrValue;
3560
+ ['direction']: AttrValue;
3561
+ ['display']: AttrValue;
3562
+ ['dominant-baseline']: AttrValue;
3563
+ ['enable-background']: AttrValue;
3564
+ ['fill']: AttrValue;
3565
+ ['fill-opacity']: AttrValue;
3566
+ ['fill-rule']: AttrValue;
3567
+ ['filter']: AttrValue;
3568
+ ['flood-color']: AttrValue;
3569
+ ['flood-opacity']: AttrValue;
3570
+ ['font-family']: AttrValue;
3571
+ ['font-size']: AttrValue;
3572
+ ['font-size-adjust']: AttrValue;
3573
+ ['font-stretch']: AttrValue;
3574
+ ['font-style']: AttrValue;
3575
+ ['font-variant']: AttrValue;
3576
+ ['font-weight']: AttrValue;
3577
+ ['glyph-orientation-horizontal']: AttrValue;
3578
+ ['glyph-orientation-vertical']: AttrValue;
3579
+ ['image-rendering']: AttrValue;
3580
+ ['kerning']: AttrValue;
3581
+ ['letter-spacing']: AttrValue;
3582
+ ['lighting-color']: AttrValue;
3583
+ ['marker-end']: AttrValue;
3584
+ ['marker-mid']: AttrValue;
3585
+ ['marker-start']: AttrValue;
3586
+ ['mask']: AttrValue;
3587
+ ['offset']: AttrValue;
3588
+ ['opacity']: AttrValue;
3589
+ ['overflow']: AttrValue;
3590
+ ['pointer-events']: AttrValue;
3591
+ ['shape-rendering']: AttrValue;
3592
+ ['stop-color']: AttrValue;
3593
+ ['stop-opacity']: AttrValue;
3594
+ ['stroke']: AttrValue;
3595
+ ['stroke-dasharray']: AttrValue;
3596
+ ['stroke-dashoffset']: AttrValue;
3597
+ ['stroke-linecap']: AttrValue;
3598
+ ['stroke-linejoin']: AttrValue;
3599
+ ['stroke-miterlimit']: AttrValue;
3600
+ ['stroke-opacity']: AttrValue;
3601
+ ['stroke-width']: AttrValue;
3602
+ ['text-anchor']: AttrValue;
3603
+ ['text-decoration']: AttrValue;
3604
+ ['text-rendering']: AttrValue;
3605
+ ['unicode-bidi']: AttrValue;
3606
+ ['visibility']: AttrValue;
3607
+ ['word-spacing']: AttrValue;
3608
+ ['writing-mode']: AttrValue;
3609
+ }
3610
+ interface SVGStyleElementAttributes extends GenericAttributes {
3611
+ ['media']: AttrValue;
3612
+ ['title']: AttrValue;
3613
+ ['type']: AttrValue;
3614
+ }
3615
+ interface SVGSVGElementAttributes extends GenericAttributes {
3616
+ ['alignment-baseline']: AttrValue;
3617
+ ['baseProfile']: AttrValue;
3618
+ ['baseline-shift']: AttrValue;
3619
+ ['clip']: AttrValue;
3620
+ ['clip-path']: AttrValue;
3621
+ ['clip-rule']: AttrValue;
3622
+ ['color']: AttrValue;
3623
+ ['color-interpolation']: AttrValue;
3624
+ ['color-interpolation-filters']: AttrValue;
3625
+ ['color-profile']: AttrValue;
3626
+ ['color-rendering']: AttrValue;
3627
+ ['contentScriptType']: AttrValue;
3628
+ ['contentStyleType']: AttrValue;
3629
+ ['cursor']: AttrValue;
3630
+ ['direction']: AttrValue;
3631
+ ['display']: AttrValue;
3632
+ ['dominant-baseline']: AttrValue;
3633
+ ['enable-background']: AttrValue;
3634
+ ['externalResourcesRequired']: AttrValue;
3635
+ ['fill']: AttrValue;
3636
+ ['fill-opacity']: AttrValue;
3637
+ ['fill-rule']: AttrValue;
3638
+ ['filter']: AttrValue;
3639
+ ['flood-color']: AttrValue;
3640
+ ['flood-opacity']: AttrValue;
3641
+ ['focusHighlight']: AttrValue;
3642
+ ['focusable']: AttrValue;
3643
+ ['font-family']: AttrValue;
3644
+ ['font-size']: AttrValue;
3645
+ ['font-size-adjust']: AttrValue;
3646
+ ['font-stretch']: AttrValue;
3647
+ ['font-style']: AttrValue;
3648
+ ['font-variant']: AttrValue;
3649
+ ['font-weight']: AttrValue;
3650
+ ['glyph-orientation-horizontal']: AttrValue;
3651
+ ['glyph-orientation-vertical']: AttrValue;
3652
+ ['height']: AttrValue;
3653
+ ['image-rendering']: AttrValue;
3654
+ ['kerning']: AttrValue;
3655
+ ['letter-spacing']: AttrValue;
3656
+ ['lighting-color']: AttrValue;
3657
+ ['marker-end']: AttrValue;
3658
+ ['marker-mid']: AttrValue;
3659
+ ['marker-start']: AttrValue;
3660
+ ['mask']: AttrValue;
3661
+ ['nav-down']: AttrValue;
3662
+ ['nav-down-left']: AttrValue;
3663
+ ['nav-down-right']: AttrValue;
3664
+ ['nav-left']: AttrValue;
3665
+ ['nav-next']: AttrValue;
3666
+ ['nav-prev']: AttrValue;
3667
+ ['nav-right']: AttrValue;
3668
+ ['nav-up']: AttrValue;
3669
+ ['nav-up-left']: AttrValue;
3670
+ ['nav-up-right']: AttrValue;
3671
+ ['opacity']: AttrValue;
3672
+ ['overflow']: AttrValue;
3673
+ ['playbackOrder']: AttrValue;
3674
+ ['playbackorder']: AttrValue;
3675
+ ['pointer-events']: AttrValue;
3676
+ ['preserveAspectRatio']: AttrValue;
3677
+ ['requiredExtensions']: AttrValue;
3678
+ ['requiredFeatures']: AttrValue;
3679
+ ['shape-rendering']: AttrValue;
3680
+ ['snapshotTime']: AttrValue;
3681
+ ['stop-color']: AttrValue;
3682
+ ['stop-opacity']: AttrValue;
3683
+ ['stroke']: AttrValue;
3684
+ ['stroke-dasharray']: AttrValue;
3685
+ ['stroke-dashoffset']: AttrValue;
3686
+ ['stroke-linecap']: AttrValue;
3687
+ ['stroke-linejoin']: AttrValue;
3688
+ ['stroke-miterlimit']: AttrValue;
3689
+ ['stroke-opacity']: AttrValue;
3690
+ ['stroke-width']: AttrValue;
3691
+ ['syncBehaviorDefault']: AttrValue;
3692
+ ['syncToleranceDefault']: AttrValue;
3693
+ ['systemLanguage']: AttrValue;
3694
+ ['text-anchor']: AttrValue;
3695
+ ['text-decoration']: AttrValue;
3696
+ ['text-rendering']: AttrValue;
3697
+ ['timelineBegin']: AttrValue;
3698
+ ['timelinebegin']: AttrValue;
3699
+ ['transform']: AttrValue;
3700
+ ['unicode-bidi']: AttrValue;
3701
+ ['version']: AttrValue;
3702
+ ['viewBox']: AttrValue;
3703
+ ['visibility']: AttrValue;
3704
+ ['width']: AttrValue;
3705
+ ['word-spacing']: AttrValue;
3706
+ ['writing-mode']: AttrValue;
3707
+ ['x']: AttrValue;
3708
+ ['y']: AttrValue;
3709
+ ['zoomAndPan']: AttrValue;
3710
+ }
3711
+ interface SVGSwitchElementAttributes extends GenericAttributes {
3712
+ ['alignment-baseline']: AttrValue;
3713
+ ['baseline-shift']: AttrValue;
3714
+ ['clip']: AttrValue;
3715
+ ['clip-path']: AttrValue;
3716
+ ['clip-rule']: AttrValue;
3717
+ ['color']: AttrValue;
3718
+ ['color-interpolation']: AttrValue;
3719
+ ['color-interpolation-filters']: AttrValue;
3720
+ ['color-profile']: AttrValue;
3721
+ ['color-rendering']: AttrValue;
3722
+ ['cursor']: AttrValue;
3723
+ ['direction']: AttrValue;
3724
+ ['display']: AttrValue;
3725
+ ['dominant-baseline']: AttrValue;
3726
+ ['enable-background']: AttrValue;
3727
+ ['externalResourcesRequired']: AttrValue;
3728
+ ['fill']: AttrValue;
3729
+ ['fill-opacity']: AttrValue;
3730
+ ['fill-rule']: AttrValue;
3731
+ ['filter']: AttrValue;
3732
+ ['flood-color']: AttrValue;
3733
+ ['flood-opacity']: AttrValue;
3734
+ ['focusHighlight']: AttrValue;
3735
+ ['focusable']: AttrValue;
3736
+ ['font-family']: AttrValue;
3737
+ ['font-size']: AttrValue;
3738
+ ['font-size-adjust']: AttrValue;
3739
+ ['font-stretch']: AttrValue;
3740
+ ['font-style']: AttrValue;
3741
+ ['font-variant']: AttrValue;
3742
+ ['font-weight']: AttrValue;
3743
+ ['glyph-orientation-horizontal']: AttrValue;
3744
+ ['glyph-orientation-vertical']: AttrValue;
3745
+ ['image-rendering']: AttrValue;
3746
+ ['kerning']: AttrValue;
3747
+ ['letter-spacing']: AttrValue;
3748
+ ['lighting-color']: AttrValue;
3749
+ ['marker-end']: AttrValue;
3750
+ ['marker-mid']: AttrValue;
3751
+ ['marker-start']: AttrValue;
3752
+ ['mask']: AttrValue;
3753
+ ['nav-down']: AttrValue;
3754
+ ['nav-down-left']: AttrValue;
3755
+ ['nav-down-right']: AttrValue;
3756
+ ['nav-left']: AttrValue;
3757
+ ['nav-next']: AttrValue;
3758
+ ['nav-prev']: AttrValue;
3759
+ ['nav-right']: AttrValue;
3760
+ ['nav-up']: AttrValue;
3761
+ ['nav-up-left']: AttrValue;
3762
+ ['nav-up-right']: AttrValue;
3763
+ ['opacity']: AttrValue;
3764
+ ['overflow']: AttrValue;
3765
+ ['pointer-events']: AttrValue;
3766
+ ['requiredExtensions']: AttrValue;
3767
+ ['requiredFeatures']: AttrValue;
3768
+ ['requiredFonts']: AttrValue;
3769
+ ['requiredFormats']: AttrValue;
3770
+ ['shape-rendering']: AttrValue;
3771
+ ['stop-color']: AttrValue;
3772
+ ['stop-opacity']: AttrValue;
3773
+ ['stroke']: AttrValue;
3774
+ ['stroke-dasharray']: AttrValue;
3775
+ ['stroke-dashoffset']: AttrValue;
3776
+ ['stroke-linecap']: AttrValue;
3777
+ ['stroke-linejoin']: AttrValue;
3778
+ ['stroke-miterlimit']: AttrValue;
3779
+ ['stroke-opacity']: AttrValue;
3780
+ ['stroke-width']: AttrValue;
3781
+ ['systemLanguage']: AttrValue;
3782
+ ['text-anchor']: AttrValue;
3783
+ ['text-decoration']: AttrValue;
3784
+ ['text-rendering']: AttrValue;
3785
+ ['transform']: AttrValue;
3786
+ ['unicode-bidi']: AttrValue;
3787
+ ['visibility']: AttrValue;
3788
+ ['word-spacing']: AttrValue;
3789
+ ['writing-mode']: AttrValue;
3790
+ }
3791
+ interface SVGSymbolElementAttributes extends GenericAttributes {
3792
+ ['alignment-baseline']: AttrValue;
3793
+ ['baseline-shift']: AttrValue;
3794
+ ['clip']: AttrValue;
3795
+ ['clip-path']: AttrValue;
3796
+ ['clip-rule']: AttrValue;
3797
+ ['color']: AttrValue;
3798
+ ['color-interpolation']: AttrValue;
3799
+ ['color-interpolation-filters']: AttrValue;
3800
+ ['color-profile']: AttrValue;
3801
+ ['color-rendering']: AttrValue;
3802
+ ['cursor']: AttrValue;
3803
+ ['direction']: AttrValue;
3804
+ ['display']: AttrValue;
3805
+ ['dominant-baseline']: AttrValue;
3806
+ ['enable-background']: AttrValue;
3807
+ ['externalResourcesRequired']: AttrValue;
3808
+ ['fill']: AttrValue;
3809
+ ['fill-opacity']: AttrValue;
3810
+ ['fill-rule']: AttrValue;
3811
+ ['filter']: AttrValue;
3812
+ ['flood-color']: AttrValue;
3813
+ ['flood-opacity']: AttrValue;
3814
+ ['font-family']: AttrValue;
3815
+ ['font-size']: AttrValue;
3816
+ ['font-size-adjust']: AttrValue;
3817
+ ['font-stretch']: AttrValue;
3818
+ ['font-style']: AttrValue;
3819
+ ['font-variant']: AttrValue;
3820
+ ['font-weight']: AttrValue;
3821
+ ['glyph-orientation-horizontal']: AttrValue;
3822
+ ['glyph-orientation-vertical']: AttrValue;
3823
+ ['height']: AttrValue;
3824
+ ['image-rendering']: AttrValue;
3825
+ ['kerning']: AttrValue;
3826
+ ['letter-spacing']: AttrValue;
3827
+ ['lighting-color']: AttrValue;
3828
+ ['marker-end']: AttrValue;
3829
+ ['marker-mid']: AttrValue;
3830
+ ['marker-start']: AttrValue;
3831
+ ['mask']: AttrValue;
3832
+ ['opacity']: AttrValue;
3833
+ ['overflow']: AttrValue;
3834
+ ['pointer-events']: AttrValue;
3835
+ ['preserveAspectRatio']: AttrValue;
3836
+ ['refX']: AttrValue;
3837
+ ['refY']: AttrValue;
3838
+ ['shape-rendering']: AttrValue;
3839
+ ['stop-color']: AttrValue;
3840
+ ['stop-opacity']: AttrValue;
3841
+ ['stroke']: AttrValue;
3842
+ ['stroke-dasharray']: AttrValue;
3843
+ ['stroke-dashoffset']: AttrValue;
3844
+ ['stroke-linecap']: AttrValue;
3845
+ ['stroke-linejoin']: AttrValue;
3846
+ ['stroke-miterlimit']: AttrValue;
3847
+ ['stroke-opacity']: AttrValue;
3848
+ ['stroke-width']: AttrValue;
3849
+ ['text-anchor']: AttrValue;
3850
+ ['text-decoration']: AttrValue;
3851
+ ['text-rendering']: AttrValue;
3852
+ ['unicode-bidi']: AttrValue;
3853
+ ['viewBox']: AttrValue;
3854
+ ['visibility']: AttrValue;
3855
+ ['width']: AttrValue;
3856
+ ['word-spacing']: AttrValue;
3857
+ ['writing-mode']: AttrValue;
3858
+ ['x']: AttrValue;
3859
+ ['y']: AttrValue;
3860
+ }
3861
+ interface SVGTextElementAttributes extends GenericAttributes {
3862
+ ['alignment-baseline']: AttrValue;
3863
+ ['baseline-shift']: AttrValue;
3864
+ ['clip']: AttrValue;
3865
+ ['clip-path']: AttrValue;
3866
+ ['clip-rule']: AttrValue;
3867
+ ['color']: AttrValue;
3868
+ ['color-interpolation']: AttrValue;
3869
+ ['color-interpolation-filters']: AttrValue;
3870
+ ['color-profile']: AttrValue;
3871
+ ['color-rendering']: AttrValue;
3872
+ ['cursor']: AttrValue;
3873
+ ['direction']: AttrValue;
3874
+ ['display']: AttrValue;
3875
+ ['dominant-baseline']: AttrValue;
3876
+ ['dx']: AttrValue;
3877
+ ['dy']: AttrValue;
3878
+ ['editable']: AttrValue;
3879
+ ['enable-background']: AttrValue;
3880
+ ['externalResourcesRequired']: AttrValue;
3881
+ ['fill']: AttrValue;
3882
+ ['fill-opacity']: AttrValue;
3883
+ ['fill-rule']: AttrValue;
3884
+ ['filter']: AttrValue;
3885
+ ['flood-color']: AttrValue;
3886
+ ['flood-opacity']: AttrValue;
3887
+ ['focusHighlight']: AttrValue;
3888
+ ['focusable']: AttrValue;
3889
+ ['font-family']: AttrValue;
3890
+ ['font-size']: AttrValue;
3891
+ ['font-size-adjust']: AttrValue;
3892
+ ['font-stretch']: AttrValue;
3893
+ ['font-style']: AttrValue;
3894
+ ['font-variant']: AttrValue;
3895
+ ['font-weight']: AttrValue;
3896
+ ['glyph-orientation-horizontal']: AttrValue;
3897
+ ['glyph-orientation-vertical']: AttrValue;
3898
+ ['image-rendering']: AttrValue;
3899
+ ['kerning']: AttrValue;
3900
+ ['lengthAdjust']: AttrValue;
3901
+ ['letter-spacing']: AttrValue;
3902
+ ['lighting-color']: AttrValue;
3903
+ ['marker-end']: AttrValue;
3904
+ ['marker-mid']: AttrValue;
3905
+ ['marker-start']: AttrValue;
3906
+ ['mask']: AttrValue;
3907
+ ['nav-down']: AttrValue;
3908
+ ['nav-down-left']: AttrValue;
3909
+ ['nav-down-right']: AttrValue;
3910
+ ['nav-left']: AttrValue;
3911
+ ['nav-next']: AttrValue;
3912
+ ['nav-prev']: AttrValue;
3913
+ ['nav-right']: AttrValue;
3914
+ ['nav-up']: AttrValue;
3915
+ ['nav-up-left']: AttrValue;
3916
+ ['nav-up-right']: AttrValue;
3917
+ ['opacity']: AttrValue;
3918
+ ['overflow']: AttrValue;
3919
+ ['pointer-events']: AttrValue;
3920
+ ['requiredExtensions']: AttrValue;
3921
+ ['requiredFeatures']: AttrValue;
3922
+ ['requiredFonts']: AttrValue;
3923
+ ['requiredFormats']: AttrValue;
3924
+ ['rotate']: AttrValue;
3925
+ ['shape-rendering']: AttrValue;
3926
+ ['stop-color']: AttrValue;
3927
+ ['stop-opacity']: AttrValue;
3928
+ ['stroke']: AttrValue;
3929
+ ['stroke-dasharray']: AttrValue;
3930
+ ['stroke-dashoffset']: AttrValue;
3931
+ ['stroke-linecap']: AttrValue;
3932
+ ['stroke-linejoin']: AttrValue;
3933
+ ['stroke-miterlimit']: AttrValue;
3934
+ ['stroke-opacity']: AttrValue;
3935
+ ['stroke-width']: AttrValue;
3936
+ ['systemLanguage']: AttrValue;
3937
+ ['text-anchor']: AttrValue;
3938
+ ['text-decoration']: AttrValue;
3939
+ ['text-rendering']: AttrValue;
3940
+ ['textLength']: AttrValue;
3941
+ ['transform']: AttrValue;
3942
+ ['unicode-bidi']: AttrValue;
3943
+ ['visibility']: AttrValue;
3944
+ ['word-spacing']: AttrValue;
3945
+ ['writing-mode']: AttrValue;
3946
+ ['x']: AttrValue;
3947
+ ['y']: AttrValue;
3948
+ }
3949
+ interface SVGTextPathElementAttributes extends GenericAttributes {
3950
+ ['alignment-baseline']: AttrValue;
3951
+ ['baseline-shift']: AttrValue;
3952
+ ['clip']: AttrValue;
3953
+ ['clip-path']: AttrValue;
3954
+ ['clip-rule']: AttrValue;
3955
+ ['color']: AttrValue;
3956
+ ['color-interpolation']: AttrValue;
3957
+ ['color-interpolation-filters']: AttrValue;
3958
+ ['color-profile']: AttrValue;
3959
+ ['color-rendering']: AttrValue;
3960
+ ['cursor']: AttrValue;
3961
+ ['direction']: AttrValue;
3962
+ ['display']: AttrValue;
3963
+ ['dominant-baseline']: AttrValue;
3964
+ ['enable-background']: AttrValue;
3965
+ ['externalResourcesRequired']: AttrValue;
3966
+ ['fill']: AttrValue;
3967
+ ['fill-opacity']: AttrValue;
3968
+ ['fill-rule']: AttrValue;
3969
+ ['filter']: AttrValue;
3970
+ ['flood-color']: AttrValue;
3971
+ ['flood-opacity']: AttrValue;
3972
+ ['font-family']: AttrValue;
3973
+ ['font-size']: AttrValue;
3974
+ ['font-size-adjust']: AttrValue;
3975
+ ['font-stretch']: AttrValue;
3976
+ ['font-style']: AttrValue;
3977
+ ['font-variant']: AttrValue;
3978
+ ['font-weight']: AttrValue;
3979
+ ['glyph-orientation-horizontal']: AttrValue;
3980
+ ['glyph-orientation-vertical']: AttrValue;
3981
+ ['href']: AttrValue;
3982
+ ['image-rendering']: AttrValue;
3983
+ ['kerning']: AttrValue;
3984
+ ['lengthAdjust']: AttrValue;
3985
+ ['letter-spacing']: AttrValue;
3986
+ ['lighting-color']: AttrValue;
3987
+ ['marker-end']: AttrValue;
3988
+ ['marker-mid']: AttrValue;
3989
+ ['marker-start']: AttrValue;
3990
+ ['mask']: AttrValue;
3991
+ ['method']: AttrValue;
3992
+ ['opacity']: AttrValue;
3993
+ ['overflow']: AttrValue;
3994
+ ['path']: AttrValue;
3995
+ ['pointer-events']: AttrValue;
3996
+ ['requiredExtensions']: AttrValue;
3997
+ ['requiredFeatures']: AttrValue;
3998
+ ['shape-rendering']: AttrValue;
3999
+ ['side']: AttrValue;
4000
+ ['spacing']: AttrValue;
4001
+ ['startOffset']: AttrValue;
4002
+ ['stop-color']: AttrValue;
4003
+ ['stop-opacity']: AttrValue;
4004
+ ['stroke']: AttrValue;
4005
+ ['stroke-dasharray']: AttrValue;
4006
+ ['stroke-dashoffset']: AttrValue;
4007
+ ['stroke-linecap']: AttrValue;
4008
+ ['stroke-linejoin']: AttrValue;
4009
+ ['stroke-miterlimit']: AttrValue;
4010
+ ['stroke-opacity']: AttrValue;
4011
+ ['stroke-width']: AttrValue;
4012
+ ['systemLanguage']: AttrValue;
4013
+ ['text-anchor']: AttrValue;
4014
+ ['text-decoration']: AttrValue;
4015
+ ['text-rendering']: AttrValue;
4016
+ ['textLength']: AttrValue;
4017
+ ['unicode-bidi']: AttrValue;
4018
+ ['visibility']: AttrValue;
4019
+ ['word-spacing']: AttrValue;
4020
+ ['writing-mode']: AttrValue;
4021
+ }
4022
+ interface SVGTitleElementAttributes extends GenericAttributes {
4023
+ ['requiredExtensions']: AttrValue;
4024
+ ['requiredFeatures']: AttrValue;
4025
+ ['requiredFonts']: AttrValue;
4026
+ ['requiredFormats']: AttrValue;
4027
+ ['systemLanguage']: AttrValue;
4028
+ }
4029
+ interface SVGTSpanElementAttributes extends GenericAttributes {
4030
+ ['alignment-baseline']: AttrValue;
4031
+ ['baseline-shift']: AttrValue;
4032
+ ['clip']: AttrValue;
4033
+ ['clip-path']: AttrValue;
4034
+ ['clip-rule']: AttrValue;
4035
+ ['color']: AttrValue;
4036
+ ['color-interpolation']: AttrValue;
4037
+ ['color-interpolation-filters']: AttrValue;
4038
+ ['color-profile']: AttrValue;
4039
+ ['color-rendering']: AttrValue;
4040
+ ['cursor']: AttrValue;
4041
+ ['direction']: AttrValue;
4042
+ ['display']: AttrValue;
4043
+ ['dominant-baseline']: AttrValue;
4044
+ ['dx']: AttrValue;
4045
+ ['dy']: AttrValue;
4046
+ ['enable-background']: AttrValue;
4047
+ ['externalResourcesRequired']: AttrValue;
4048
+ ['fill']: AttrValue;
4049
+ ['fill-opacity']: AttrValue;
4050
+ ['fill-rule']: AttrValue;
4051
+ ['filter']: AttrValue;
4052
+ ['flood-color']: AttrValue;
4053
+ ['flood-opacity']: AttrValue;
4054
+ ['focusHighlight']: AttrValue;
4055
+ ['focusable']: AttrValue;
4056
+ ['font-family']: AttrValue;
4057
+ ['font-size']: AttrValue;
4058
+ ['font-size-adjust']: AttrValue;
4059
+ ['font-stretch']: AttrValue;
4060
+ ['font-style']: AttrValue;
4061
+ ['font-variant']: AttrValue;
4062
+ ['font-weight']: AttrValue;
4063
+ ['glyph-orientation-horizontal']: AttrValue;
4064
+ ['glyph-orientation-vertical']: AttrValue;
4065
+ ['image-rendering']: AttrValue;
4066
+ ['kerning']: AttrValue;
4067
+ ['lengthAdjust']: AttrValue;
4068
+ ['letter-spacing']: AttrValue;
4069
+ ['lighting-color']: AttrValue;
4070
+ ['marker-end']: AttrValue;
4071
+ ['marker-mid']: AttrValue;
4072
+ ['marker-start']: AttrValue;
4073
+ ['mask']: AttrValue;
4074
+ ['nav-down']: AttrValue;
4075
+ ['nav-down-left']: AttrValue;
4076
+ ['nav-down-right']: AttrValue;
4077
+ ['nav-left']: AttrValue;
4078
+ ['nav-next']: AttrValue;
4079
+ ['nav-prev']: AttrValue;
4080
+ ['nav-right']: AttrValue;
4081
+ ['nav-up']: AttrValue;
4082
+ ['nav-up-left']: AttrValue;
4083
+ ['nav-up-right']: AttrValue;
4084
+ ['opacity']: AttrValue;
4085
+ ['overflow']: AttrValue;
4086
+ ['pointer-events']: AttrValue;
4087
+ ['requiredExtensions']: AttrValue;
4088
+ ['requiredFeatures']: AttrValue;
4089
+ ['requiredFonts']: AttrValue;
4090
+ ['requiredFormats']: AttrValue;
4091
+ ['rotate']: AttrValue;
4092
+ ['shape-rendering']: AttrValue;
4093
+ ['stop-color']: AttrValue;
4094
+ ['stop-opacity']: AttrValue;
4095
+ ['stroke']: AttrValue;
4096
+ ['stroke-dasharray']: AttrValue;
4097
+ ['stroke-dashoffset']: AttrValue;
4098
+ ['stroke-linecap']: AttrValue;
4099
+ ['stroke-linejoin']: AttrValue;
4100
+ ['stroke-miterlimit']: AttrValue;
4101
+ ['stroke-opacity']: AttrValue;
4102
+ ['stroke-width']: AttrValue;
4103
+ ['systemLanguage']: AttrValue;
4104
+ ['text-anchor']: AttrValue;
4105
+ ['text-decoration']: AttrValue;
4106
+ ['text-rendering']: AttrValue;
4107
+ ['textLength']: AttrValue;
4108
+ ['unicode-bidi']: AttrValue;
4109
+ ['visibility']: AttrValue;
4110
+ ['word-spacing']: AttrValue;
4111
+ ['writing-mode']: AttrValue;
4112
+ ['x']: AttrValue;
4113
+ ['y']: AttrValue;
4114
+ }
4115
+ interface SVGUseElementAttributes extends GenericAttributes {
4116
+ ['alignment-baseline']: AttrValue;
4117
+ ['baseline-shift']: AttrValue;
4118
+ ['clip']: AttrValue;
4119
+ ['clip-path']: AttrValue;
4120
+ ['clip-rule']: AttrValue;
4121
+ ['color']: AttrValue;
4122
+ ['color-interpolation']: AttrValue;
4123
+ ['color-interpolation-filters']: AttrValue;
4124
+ ['color-profile']: AttrValue;
4125
+ ['color-rendering']: AttrValue;
4126
+ ['cursor']: AttrValue;
4127
+ ['direction']: AttrValue;
4128
+ ['display']: AttrValue;
4129
+ ['dominant-baseline']: AttrValue;
4130
+ ['enable-background']: AttrValue;
4131
+ ['externalResourcesRequired']: AttrValue;
4132
+ ['fill']: AttrValue;
4133
+ ['fill-opacity']: AttrValue;
4134
+ ['fill-rule']: AttrValue;
4135
+ ['filter']: AttrValue;
4136
+ ['flood-color']: AttrValue;
4137
+ ['flood-opacity']: AttrValue;
4138
+ ['focusHighlight']: AttrValue;
4139
+ ['focusable']: AttrValue;
4140
+ ['font-family']: AttrValue;
4141
+ ['font-size']: AttrValue;
4142
+ ['font-size-adjust']: AttrValue;
4143
+ ['font-stretch']: AttrValue;
4144
+ ['font-style']: AttrValue;
4145
+ ['font-variant']: AttrValue;
4146
+ ['font-weight']: AttrValue;
4147
+ ['glyph-orientation-horizontal']: AttrValue;
4148
+ ['glyph-orientation-vertical']: AttrValue;
4149
+ ['height']: AttrValue;
4150
+ ['href']: AttrValue;
4151
+ ['image-rendering']: AttrValue;
4152
+ ['kerning']: AttrValue;
4153
+ ['letter-spacing']: AttrValue;
4154
+ ['lighting-color']: AttrValue;
4155
+ ['marker-end']: AttrValue;
4156
+ ['marker-mid']: AttrValue;
4157
+ ['marker-start']: AttrValue;
4158
+ ['mask']: AttrValue;
4159
+ ['nav-down']: AttrValue;
4160
+ ['nav-down-left']: AttrValue;
4161
+ ['nav-down-right']: AttrValue;
4162
+ ['nav-left']: AttrValue;
4163
+ ['nav-next']: AttrValue;
4164
+ ['nav-prev']: AttrValue;
4165
+ ['nav-right']: AttrValue;
4166
+ ['nav-up']: AttrValue;
4167
+ ['nav-up-left']: AttrValue;
4168
+ ['nav-up-right']: AttrValue;
4169
+ ['opacity']: AttrValue;
4170
+ ['overflow']: AttrValue;
4171
+ ['pointer-events']: AttrValue;
4172
+ ['requiredExtensions']: AttrValue;
4173
+ ['requiredFeatures']: AttrValue;
4174
+ ['requiredFonts']: AttrValue;
4175
+ ['requiredFormats']: AttrValue;
4176
+ ['shape-rendering']: AttrValue;
4177
+ ['stop-color']: AttrValue;
4178
+ ['stop-opacity']: AttrValue;
4179
+ ['stroke']: AttrValue;
4180
+ ['stroke-dasharray']: AttrValue;
4181
+ ['stroke-dashoffset']: AttrValue;
4182
+ ['stroke-linecap']: AttrValue;
4183
+ ['stroke-linejoin']: AttrValue;
4184
+ ['stroke-miterlimit']: AttrValue;
4185
+ ['stroke-opacity']: AttrValue;
4186
+ ['stroke-width']: AttrValue;
4187
+ ['systemLanguage']: AttrValue;
4188
+ ['text-anchor']: AttrValue;
4189
+ ['text-decoration']: AttrValue;
4190
+ ['text-rendering']: AttrValue;
4191
+ ['transform']: AttrValue;
4192
+ ['unicode-bidi']: AttrValue;
4193
+ ['visibility']: AttrValue;
4194
+ ['width']: AttrValue;
4195
+ ['word-spacing']: AttrValue;
4196
+ ['writing-mode']: AttrValue;
4197
+ ['x']: AttrValue;
4198
+ ['y']: AttrValue;
4199
+ }
4200
+ interface SVGViewElementAttributes extends GenericAttributes {
4201
+ ['externalResourcesRequired']: AttrValue;
4202
+ ['preserveAspectRatio']: AttrValue;
4203
+ ['viewBox']: AttrValue;
4204
+ ['viewTarget']: AttrValue;
4205
+ ['zoomAndPan']: AttrValue;
4206
+ }
4207
+ interface SvgElements {
4208
+ ['SVGAElement']: SVGAElementAttributes;
4209
+ ['SVGAnimateElement']: SVGAnimateElementAttributes;
4210
+ ['SVGAnimateMotionElement']: SVGAnimateMotionElementAttributes;
4211
+ ['SVGAnimateTransformElement']: SVGAnimateTransformElementAttributes;
4212
+ ['SVGCircleElement']: SVGCircleElementAttributes;
4213
+ ['SVGClipPathElement']: SVGClipPathElementAttributes;
4214
+ ['SVGDefsElement']: SVGDefsElementAttributes;
4215
+ ['SVGDescElement']: SVGDescElementAttributes;
4216
+ ['SVGEllipseElement']: SVGEllipseElementAttributes;
4217
+ ['SVGFEBlendElement']: SVGFEBlendElementAttributes;
4218
+ ['SVGFEColorMatrixElement']: SVGFEColorMatrixElementAttributes;
4219
+ ['SVGFEComponentTransferElement']: SVGFEComponentTransferElementAttributes;
4220
+ ['SVGFECompositeElement']: SVGFECompositeElementAttributes;
4221
+ ['SVGFEConvolveMatrixElement']: SVGFEConvolveMatrixElementAttributes;
4222
+ ['SVGFEDiffuseLightingElement']: SVGFEDiffuseLightingElementAttributes;
4223
+ ['SVGFEDisplacementMapElement']: SVGFEDisplacementMapElementAttributes;
4224
+ ['SVGFEDistantLightElement']: SVGFEDistantLightElementAttributes;
4225
+ ['SVGFEDropShadowElement']: SVGFEDropShadowElementAttributes;
4226
+ ['SVGFEFloodElement']: SVGFEFloodElementAttributes;
4227
+ ['SVGFEFuncAElement']: SVGFEFuncAElementAttributes;
4228
+ ['SVGFEFuncBElement']: SVGFEFuncBElementAttributes;
4229
+ ['SVGFEFuncGElement']: SVGFEFuncGElementAttributes;
4230
+ ['SVGFEFuncRElement']: SVGFEFuncRElementAttributes;
4231
+ ['SVGFEGaussianBlurElement']: SVGFEGaussianBlurElementAttributes;
4232
+ ['SVGFEImageElement']: SVGFEImageElementAttributes;
4233
+ ['SVGFEMergeElement']: SVGFEMergeElementAttributes;
4234
+ ['SVGFEMergeNodeElement']: SVGFEMergeNodeElementAttributes;
4235
+ ['SVGFEMorphologyElement']: SVGFEMorphologyElementAttributes;
4236
+ ['SVGFEOffsetElement']: SVGFEOffsetElementAttributes;
4237
+ ['SVGFEPointLightElement']: SVGFEPointLightElementAttributes;
4238
+ ['SVGFESpecularLightingElement']: SVGFESpecularLightingElementAttributes;
4239
+ ['SVGFESpotLightElement']: SVGFESpotLightElementAttributes;
4240
+ ['SVGFETileElement']: SVGFETileElementAttributes;
4241
+ ['SVGFETurbulenceElement']: SVGFETurbulenceElementAttributes;
4242
+ ['SVGFilterElement']: SVGFilterElementAttributes;
4243
+ ['SVGForeignObjectElement']: SVGForeignObjectElementAttributes;
4244
+ ['SVGGElement']: SVGGElementAttributes;
4245
+ ['SVGImageElement']: SVGImageElementAttributes;
4246
+ ['SVGLineElement']: SVGLineElementAttributes;
4247
+ ['SVGLinearGradientElement']: SVGLinearGradientElementAttributes;
4248
+ ['SVGMarkerElement']: SVGMarkerElementAttributes;
4249
+ ['SVGMaskElement']: SVGMaskElementAttributes;
4250
+ ['SVGMetadataElement']: SVGMetadataElementAttributes;
4251
+ ['SVGMPathElement']: SVGMPathElementAttributes;
4252
+ ['SVGPathElement']: SVGPathElementAttributes;
4253
+ ['SVGPatternElement']: SVGPatternElementAttributes;
4254
+ ['SVGPolygonElement']: SVGPolygonElementAttributes;
4255
+ ['SVGPolylineElement']: SVGPolylineElementAttributes;
4256
+ ['SVGRadialGradientElement']: SVGRadialGradientElementAttributes;
4257
+ ['SVGRectElement']: SVGRectElementAttributes;
4258
+ ['SVGScriptElement']: SVGScriptElementAttributes;
4259
+ ['SVGSetElement']: SVGSetElementAttributes;
4260
+ ['SVGStopElement']: SVGStopElementAttributes;
4261
+ ['SVGStyleElement']: SVGStyleElementAttributes;
4262
+ ['SVGSVGElement']: SVGSVGElementAttributes;
4263
+ ['SVGSwitchElement']: SVGSwitchElementAttributes;
4264
+ ['SVGSymbolElement']: SVGSymbolElementAttributes;
4265
+ ['SVGTextElement']: SVGTextElementAttributes;
4266
+ ['SVGTextPathElement']: SVGTextPathElementAttributes;
4267
+ ['SVGTitleElement']: SVGTitleElementAttributes;
4268
+ ['SVGTSpanElement']: SVGTSpanElementAttributes;
4269
+ ['SVGUseElement']: SVGUseElementAttributes;
4270
+ ['SVGViewElement']: SVGViewElementAttributes;
4271
+ }
4272
+ }