@glint/template 1.4.1-unstable.e8d1c9a → 1.4.1-unstable.ef8ea8b

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