@markuplint/ml-spec 1.7.0 → 2.0.0-dev.20211213.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,741 @@
1
+ {
2
+ "definitions": {
3
+ "category": {
4
+ "type": "string",
5
+ "enum": [
6
+ "#HTMLGlobalAttrs",
7
+ "#GlobalEventAttrs",
8
+ "#DocumentElementEventAttrs",
9
+ "#HTMLLinkAndFetchingAttrs",
10
+ "#HTMLEmbededAndMediaContentAttrs",
11
+ "#HTMLFormControlElementAttrs",
12
+ "#HTMLTableCellElementAttrs",
13
+ "#ARIAAttrs",
14
+ "#SVGAnimationAdditionAttrs",
15
+ "#SVGAnimationAttributeTargetAttrs",
16
+ "#SVGAnimationEventAttrs",
17
+ "#SVGAnimationTargetElementAttrs",
18
+ "#SVGAnimationTimingAttrs",
19
+ "#SVGAnimationValueAttrs",
20
+ "#SVGConditionalProcessingAttrs",
21
+ "#SVGCoreAttrs",
22
+ "#SVGFilterPrimitiveAttrs",
23
+ "#SVGPresentationAttrs",
24
+ "#SVGTransferFunctionAttrs",
25
+ "#XLinkAttrs"
26
+ ]
27
+ },
28
+ "HTMLGlobalAttrs": {
29
+ "type": "string",
30
+ "enum": [
31
+ "accesskey",
32
+ "autocapitalize",
33
+ "autofocus",
34
+ "contenteditable",
35
+ "dir",
36
+ "draggable",
37
+ "enterkeyhint",
38
+ "hidden",
39
+ "inputmode",
40
+ "is",
41
+ "itemid",
42
+ "itemprop",
43
+ "itemref",
44
+ "itemscope",
45
+ "itemtype",
46
+ "lang",
47
+ "nonce",
48
+ "spellcheck",
49
+ "style",
50
+ "tabindex",
51
+ "title",
52
+ "translate",
53
+ "class",
54
+ "id",
55
+ "slot",
56
+ "xmlns",
57
+ "xml:lang",
58
+ "xml:space"
59
+ ]
60
+ },
61
+ "GlobalEventAttrs": {
62
+ "type": "string",
63
+ "enum": [
64
+ "onabort",
65
+ "onauxclick",
66
+ "onblur",
67
+ "oncancel",
68
+ "oncanplay",
69
+ "oncanplaythrough",
70
+ "onchange",
71
+ "onclick",
72
+ "onclose",
73
+ "oncontextlost",
74
+ "oncontextmenu",
75
+ "oncontextrestored",
76
+ "oncuechange",
77
+ "ondblclick",
78
+ "ondrag",
79
+ "ondragend",
80
+ "ondragenter",
81
+ "ondragleave",
82
+ "ondragover",
83
+ "ondragstart",
84
+ "ondrop",
85
+ "ondurationchange",
86
+ "onemptied",
87
+ "onended",
88
+ "onerror",
89
+ "onfocus",
90
+ "onformdata",
91
+ "oninput",
92
+ "oninvalid",
93
+ "onkeydown",
94
+ "onkeypress",
95
+ "onkeyup",
96
+ "onload",
97
+ "onloadeddata",
98
+ "onloadedmetadata",
99
+ "onloadstart",
100
+ "onmousedown",
101
+ "onmouseenter",
102
+ "onmouseleave",
103
+ "onmousemove",
104
+ "onmouseout",
105
+ "onmouseover",
106
+ "onmouseup",
107
+ "onpause",
108
+ "onplay",
109
+ "onplaying",
110
+ "onprogress",
111
+ "onratechange",
112
+ "onreset",
113
+ "onresize",
114
+ "onscroll",
115
+ "onsecuritypolicyviolation",
116
+ "onseeked",
117
+ "onseeking",
118
+ "onselect",
119
+ "onslotchange",
120
+ "onstalled",
121
+ "onsubmit",
122
+ "onsuspend",
123
+ "ontimeupdate",
124
+ "ontoggle",
125
+ "onvolumechange",
126
+ "onwaiting",
127
+ "onwebkitanimationend",
128
+ "onwebkitanimationiteration",
129
+ "onwebkitanimationstart",
130
+ "onwebkittransitionend",
131
+ "onwheel"
132
+ ]
133
+ },
134
+ "DocumentElementEventAttrs": { "type": "string", "enum": ["oncopy", "oncut", "onpaste"] },
135
+ "HTMLLinkAndFetchingAttrs": {
136
+ "type": "string",
137
+ "enum": [
138
+ "crossorigin",
139
+ "download",
140
+ "href",
141
+ "hreflang",
142
+ "integrity",
143
+ "loading",
144
+ "media",
145
+ "ping",
146
+ "referrerpolicy",
147
+ "rel",
148
+ "target",
149
+ "type"
150
+ ]
151
+ },
152
+ "HTMLEmbededAndMediaContentAttrs": {
153
+ "type": "string",
154
+ "enum": ["autoplay", "controls", "height", "loop", "muted", "preload", "sizes", "src", "srcset", "width"]
155
+ },
156
+ "HTMLFormControlElementAttrs": {
157
+ "type": "string",
158
+ "enum": [
159
+ "autocomplete",
160
+ "dirname",
161
+ "disabled",
162
+ "form",
163
+ "formaction",
164
+ "formenctype",
165
+ "formmethod",
166
+ "formnovalidate",
167
+ "formtarget",
168
+ "maxlength",
169
+ "minlength",
170
+ "name",
171
+ "readonly",
172
+ "required"
173
+ ]
174
+ },
175
+ "HTMLTableCellElementAttrs": { "type": "string", "enum": ["colspan", "headers", "rowspan"] },
176
+ "ARIAAttrs": { "type": "string", "enum": ["role"] },
177
+ "SVGAnimationAdditionAttrs": { "type": "string", "enum": ["additive", "accumulate"] },
178
+ "SVGAnimationAttributeTargetAttrs": { "type": "string", "enum": ["attributeName", "attributeType"] },
179
+ "SVGAnimationEventAttrs": { "type": "string", "enum": ["onbegin", "onend", "onrepeat"] },
180
+ "SVGAnimationTargetElementAttrs": { "type": "string", "enum": ["href", "xlink:href"] },
181
+ "SVGAnimationTimingAttrs": {
182
+ "type": "string",
183
+ "enum": ["begin", "dur", "end", "min", "max", "restart", "repeatCount", "repeatDur", "fill"]
184
+ },
185
+ "SVGAnimationValueAttrs": {
186
+ "type": "string",
187
+ "enum": [
188
+ "calcMode",
189
+ "values",
190
+ "keyTimes",
191
+ "keySplines",
192
+ "from",
193
+ "to",
194
+ "by",
195
+ "accelerate",
196
+ "decelerate",
197
+ "autoReverse",
198
+ "speed"
199
+ ]
200
+ },
201
+ "SVGConditionalProcessingAttrs": {
202
+ "type": "string",
203
+ "enum": ["requiredExtensions", "systemLanguage", "requiredFeatures"]
204
+ },
205
+ "SVGCoreAttrs": {
206
+ "type": "string",
207
+ "enum": [
208
+ "id",
209
+ "tabindex",
210
+ "autofocus",
211
+ "lang",
212
+ "xml:space",
213
+ "class",
214
+ "style",
215
+ "xmlns",
216
+ "xml:lang",
217
+ "xml:base"
218
+ ]
219
+ },
220
+ "SVGFilterPrimitiveAttrs": { "type": "string", "enum": ["x", "y", "width", "height", "result", "in"] },
221
+ "SVGPresentationAttrs": {
222
+ "type": "string",
223
+ "enum": [
224
+ "cx",
225
+ "cy",
226
+ "height",
227
+ "width",
228
+ "x",
229
+ "y",
230
+ "r",
231
+ "rx",
232
+ "ry",
233
+ "d",
234
+ "fill",
235
+ "transform",
236
+ "patternTransform",
237
+ "gradientTransform",
238
+ "alignment-baseline",
239
+ "baseline-shift",
240
+ "clip-path",
241
+ "clip-rule",
242
+ "color",
243
+ "color-interpolation",
244
+ "color-interpolation-filters",
245
+ "cursor",
246
+ "direction",
247
+ "display",
248
+ "dominant-baseline",
249
+ "fill-opacity",
250
+ "fill-rule",
251
+ "filter",
252
+ "flood-color",
253
+ "flood-opacity",
254
+ "font",
255
+ "font-family",
256
+ "font-size",
257
+ "font-size-adjust",
258
+ "font-stretch",
259
+ "font-style",
260
+ "font-variant",
261
+ "font-weight",
262
+ "glyph-orientation-horizontal",
263
+ "glyph-orientation-vertical",
264
+ "image-rendering",
265
+ "isolation",
266
+ "letter-spacing",
267
+ "lighting-color",
268
+ "marker",
269
+ "marker-end",
270
+ "marker-mid",
271
+ "marker-start",
272
+ "mask",
273
+ "mask-type",
274
+ "opacity",
275
+ "overflow",
276
+ "paint-order",
277
+ "pointer-events",
278
+ "shape-rendering",
279
+ "stop-color",
280
+ "stop-opacity",
281
+ "stroke",
282
+ "stroke-dasharray",
283
+ "stroke-dashoffset",
284
+ "stroke-linecap",
285
+ "stroke-linejoin",
286
+ "stroke-miterlimit",
287
+ "stroke-opacity",
288
+ "stroke-width",
289
+ "text-anchor",
290
+ "text-decoration",
291
+ "text-overflow",
292
+ "text-rendering",
293
+ "transform-origin",
294
+ "unicode-bidi",
295
+ "vector-effect",
296
+ "visibility",
297
+ "white-space",
298
+ "word-spacing",
299
+ "writing-mode",
300
+ "clip",
301
+ "color-profile",
302
+ "color-rendering",
303
+ "enable-background",
304
+ "kerning"
305
+ ]
306
+ },
307
+ "SVGTransferFunctionAttrs": {
308
+ "type": "string",
309
+ "enum": ["type", "tableValues", "slope", "intercept", "amplitude", "exponent", "offset"]
310
+ },
311
+ "XLinkAttrs": {
312
+ "type": "string",
313
+ "enum": [
314
+ "xlink:href",
315
+ "xlink:title",
316
+ "xlink:actuate",
317
+ "xlink:arcrole",
318
+ "xlink:role",
319
+ "xlink:show",
320
+ "xlink:type"
321
+ ]
322
+ }
323
+ },
324
+ "type": "object",
325
+ "additionalProperties": false,
326
+ "propertyNames": { "$ref": "#/definitions/category" },
327
+ "required": [
328
+ "#HTMLGlobalAttrs",
329
+ "#GlobalEventAttrs",
330
+ "#DocumentElementEventAttrs",
331
+ "#HTMLLinkAndFetchingAttrs",
332
+ "#HTMLEmbededAndMediaContentAttrs",
333
+ "#HTMLFormControlElementAttrs",
334
+ "#HTMLTableCellElementAttrs",
335
+ "#ARIAAttrs",
336
+ "#SVGAnimationAdditionAttrs",
337
+ "#SVGAnimationAttributeTargetAttrs",
338
+ "#SVGAnimationEventAttrs",
339
+ "#SVGAnimationTargetElementAttrs",
340
+ "#SVGAnimationTimingAttrs",
341
+ "#SVGAnimationValueAttrs",
342
+ "#SVGConditionalProcessingAttrs",
343
+ "#SVGCoreAttrs",
344
+ "#SVGFilterPrimitiveAttrs",
345
+ "#SVGPresentationAttrs",
346
+ "#SVGTransferFunctionAttrs",
347
+ "#XLinkAttrs"
348
+ ],
349
+ "properties": {
350
+ "#HTMLGlobalAttrs": {
351
+ "description": "[Global attributes]( https://html.spec.whatwg.org/multipage/dom.html#global-attributes )",
352
+ "type": "object",
353
+ "required": [
354
+ "accesskey",
355
+ "autocapitalize",
356
+ "autofocus",
357
+ "contenteditable",
358
+ "dir",
359
+ "draggable",
360
+ "enterkeyhint",
361
+ "hidden",
362
+ "inputmode",
363
+ "is",
364
+ "itemid",
365
+ "itemprop",
366
+ "itemref",
367
+ "itemscope",
368
+ "itemtype",
369
+ "lang",
370
+ "nonce",
371
+ "spellcheck",
372
+ "style",
373
+ "tabindex",
374
+ "title",
375
+ "translate",
376
+ "class",
377
+ "id",
378
+ "slot",
379
+ "xmlns",
380
+ "xml:lang",
381
+ "xml:space"
382
+ ],
383
+ "propertyNames": { "$ref": "#/definitions/HTMLGlobalAttrs" },
384
+ "patternProperties": { ".+": { "$ref": "./attributes.schema.json#/definitions/AttributeJSON" } }
385
+ },
386
+ "#GlobalEventAttrs": {
387
+ "description": "[GlobalEventHandlers]( https://html.spec.whatwg.org/multipage/webappapis.html#globaleventhandlers )",
388
+ "type": "object",
389
+ "required": [
390
+ "onabort",
391
+ "onauxclick",
392
+ "onblur",
393
+ "oncancel",
394
+ "oncanplay",
395
+ "oncanplaythrough",
396
+ "onchange",
397
+ "onclick",
398
+ "onclose",
399
+ "oncontextlost",
400
+ "oncontextmenu",
401
+ "oncontextrestored",
402
+ "oncuechange",
403
+ "ondblclick",
404
+ "ondrag",
405
+ "ondragend",
406
+ "ondragenter",
407
+ "ondragleave",
408
+ "ondragover",
409
+ "ondragstart",
410
+ "ondrop",
411
+ "ondurationchange",
412
+ "onemptied",
413
+ "onended",
414
+ "onerror",
415
+ "onfocus",
416
+ "onformdata",
417
+ "oninput",
418
+ "oninvalid",
419
+ "onkeydown",
420
+ "onkeypress",
421
+ "onkeyup",
422
+ "onload",
423
+ "onloadeddata",
424
+ "onloadedmetadata",
425
+ "onloadstart",
426
+ "onmousedown",
427
+ "onmouseenter",
428
+ "onmouseleave",
429
+ "onmousemove",
430
+ "onmouseout",
431
+ "onmouseover",
432
+ "onmouseup",
433
+ "onpause",
434
+ "onplay",
435
+ "onplaying",
436
+ "onprogress",
437
+ "onratechange",
438
+ "onreset",
439
+ "onresize",
440
+ "onscroll",
441
+ "onsecuritypolicyviolation",
442
+ "onseeked",
443
+ "onseeking",
444
+ "onselect",
445
+ "onslotchange",
446
+ "onstalled",
447
+ "onsubmit",
448
+ "onsuspend",
449
+ "ontimeupdate",
450
+ "ontoggle",
451
+ "onvolumechange",
452
+ "onwaiting",
453
+ "onwebkitanimationend",
454
+ "onwebkitanimationiteration",
455
+ "onwebkitanimationstart",
456
+ "onwebkittransitionend",
457
+ "onwheel"
458
+ ],
459
+ "propertyNames": { "$ref": "#/definitions/GlobalEventAttrs" },
460
+ "patternProperties": { ".+": { "$ref": "./attributes.schema.json#/definitions/AttributeJSON" } }
461
+ },
462
+ "#DocumentElementEventAttrs": {
463
+ "description": "[DocumentAndElementEventHandlers]( https://html.spec.whatwg.org/multipage/webappapis.html#documentandelementeventhandlers )",
464
+ "type": "object",
465
+ "required": ["oncopy", "oncut", "onpaste"],
466
+ "propertyNames": { "$ref": "#/definitions/DocumentElementEventAttrs" },
467
+ "patternProperties": { ".+": { "$ref": "./attributes.schema.json#/definitions/AttributeJSON" } }
468
+ },
469
+ "#HTMLLinkAndFetchingAttrs": {
470
+ "description": "Link and fetching",
471
+ "type": "object",
472
+ "required": [
473
+ "crossorigin",
474
+ "download",
475
+ "href",
476
+ "hreflang",
477
+ "integrity",
478
+ "loading",
479
+ "media",
480
+ "ping",
481
+ "referrerpolicy",
482
+ "rel",
483
+ "target",
484
+ "type"
485
+ ],
486
+ "propertyNames": { "$ref": "#/definitions/HTMLLinkAndFetchingAttrs" },
487
+ "patternProperties": { ".+": { "$ref": "./attributes.schema.json#/definitions/AttributeJSON" } }
488
+ },
489
+ "#HTMLEmbededAndMediaContentAttrs": {
490
+ "description": "Embeded and media contents",
491
+ "type": "object",
492
+ "required": [
493
+ "autoplay",
494
+ "controls",
495
+ "height",
496
+ "loop",
497
+ "muted",
498
+ "preload",
499
+ "sizes",
500
+ "src",
501
+ "srcset",
502
+ "width"
503
+ ],
504
+ "propertyNames": { "$ref": "#/definitions/HTMLEmbededAndMediaContentAttrs" },
505
+ "patternProperties": { ".+": { "$ref": "./attributes.schema.json#/definitions/AttributeJSON" } }
506
+ },
507
+ "#HTMLFormControlElementAttrs": {
508
+ "description": "Form controls",
509
+ "type": "object",
510
+ "required": [
511
+ "autocomplete",
512
+ "dirname",
513
+ "disabled",
514
+ "form",
515
+ "formaction",
516
+ "formenctype",
517
+ "formmethod",
518
+ "formnovalidate",
519
+ "formtarget",
520
+ "maxlength",
521
+ "minlength",
522
+ "name",
523
+ "readonly",
524
+ "required"
525
+ ],
526
+ "propertyNames": { "$ref": "#/definitions/HTMLFormControlElementAttrs" },
527
+ "patternProperties": { ".+": { "$ref": "./attributes.schema.json#/definitions/AttributeJSON" } }
528
+ },
529
+ "#HTMLTableCellElementAttrs": {
530
+ "description": "Table cell",
531
+ "type": "object",
532
+ "required": ["colspan", "headers", "rowspan"],
533
+ "propertyNames": { "$ref": "#/definitions/HTMLTableCellElementAttrs" },
534
+ "patternProperties": { ".+": { "$ref": "./attributes.schema.json#/definitions/AttributeJSON" } }
535
+ },
536
+ "#ARIAAttrs": {
537
+ "description": "[The ARIA role and aria-* attributes]( https://html.spec.whatwg.org/multipage/dom.html#global-attributes:attr-aria-role )",
538
+ "type": "object",
539
+ "required": ["role"],
540
+ "propertyNames": { "$ref": "#/definitions/ARIAAttrs" },
541
+ "patternProperties": { ".+": { "$ref": "./attributes.schema.json#/definitions/AttributeJSON" } }
542
+ },
543
+ "#SVGAnimationAdditionAttrs": {
544
+ "description": "[Attributes that control whether animations are additive]( https://svgwg.org/specs/animations/#AdditionAttributes )",
545
+ "type": "object",
546
+ "required": ["additive", "accumulate"],
547
+ "propertyNames": { "$ref": "#/definitions/SVGAnimationAdditionAttrs" },
548
+ "patternProperties": { ".+": { "$ref": "./attributes.schema.json#/definitions/AttributeJSON" } }
549
+ },
550
+ "#SVGAnimationAttributeTargetAttrs": {
551
+ "description": "[The target attribute]( https://www.w3.org/TR/2001/REC-smil-animation-20010904/#SpecifyingTargetAttribute )",
552
+ "type": "object",
553
+ "required": ["attributeName", "attributeType"],
554
+ "propertyNames": { "$ref": "#/definitions/SVGAnimationAttributeTargetAttrs" },
555
+ "patternProperties": { ".+": { "$ref": "./attributes.schema.json#/definitions/AttributeJSON" } }
556
+ },
557
+ "#SVGAnimationEventAttrs": {
558
+ "description": "[animation event attribute]( https://svgwg.org/specs/animations/#TermAnimationEventAttribute )",
559
+ "type": "object",
560
+ "required": ["onbegin", "onend", "onrepeat"],
561
+ "propertyNames": { "$ref": "#/definitions/SVGAnimationEventAttrs" },
562
+ "patternProperties": { ".+": { "$ref": "./attributes.schema.json#/definitions/AttributeJSON" } }
563
+ },
564
+ "#SVGAnimationTargetElementAttrs": {
565
+ "description": "[Attributes to identify the target element for an animation]( https://svgwg.org/specs/animations/#TargetElement )",
566
+ "type": "object",
567
+ "required": ["href", "xlink:href"],
568
+ "propertyNames": { "$ref": "#/definitions/SVGAnimationTargetElementAttrs" },
569
+ "patternProperties": { ".+": { "$ref": "./attributes.schema.json#/definitions/AttributeJSON" } }
570
+ },
571
+ "#SVGAnimationTimingAttrs": {
572
+ "description": "[Attributes to control the timing of the animation]( https://svgwg.org/specs/animations/#TimingAttributes )",
573
+ "type": "object",
574
+ "required": ["begin", "dur", "end", "min", "max", "restart", "repeatCount", "repeatDur", "fill"],
575
+ "propertyNames": { "$ref": "#/definitions/SVGAnimationTimingAttrs" },
576
+ "patternProperties": { ".+": { "$ref": "./attributes.schema.json#/definitions/AttributeJSON" } }
577
+ },
578
+ "#SVGAnimationValueAttrs": {
579
+ "description": "- [Attributes that define animation values over time]( https://svgwg.org/specs/animations/#ValueAttributes )\nAND\n- [SMIL 3.0 Time Manipulations]( https://www.w3.org/TR/REC-smil/smil-timemanip.html )",
580
+ "type": "object",
581
+ "required": [
582
+ "calcMode",
583
+ "values",
584
+ "keyTimes",
585
+ "keySplines",
586
+ "from",
587
+ "to",
588
+ "by",
589
+ "accelerate",
590
+ "decelerate",
591
+ "autoReverse",
592
+ "speed"
593
+ ],
594
+ "propertyNames": { "$ref": "#/definitions/SVGAnimationValueAttrs" },
595
+ "patternProperties": { ".+": { "$ref": "./attributes.schema.json#/definitions/AttributeJSON" } }
596
+ },
597
+ "#SVGConditionalProcessingAttrs": {
598
+ "description": "[conditional processing attribute]( https://svgwg.org/svg2-draft/struct.html#TermConditionalProcessingAttribute )",
599
+ "type": "object",
600
+ "required": ["requiredExtensions", "systemLanguage", "requiredFeatures"],
601
+ "propertyNames": { "$ref": "#/definitions/SVGConditionalProcessingAttrs" },
602
+ "patternProperties": { ".+": { "$ref": "./attributes.schema.json#/definitions/AttributeJSON" } }
603
+ },
604
+ "#SVGCoreAttrs": {
605
+ "description": "[core attributes]( https://svgwg.org/svg2-draft/struct.html#TermCoreAttribute )",
606
+ "type": "object",
607
+ "required": [
608
+ "id",
609
+ "tabindex",
610
+ "autofocus",
611
+ "lang",
612
+ "xml:space",
613
+ "class",
614
+ "style",
615
+ "xmlns",
616
+ "xml:lang",
617
+ "xml:base"
618
+ ],
619
+ "propertyNames": { "$ref": "#/definitions/SVGCoreAttrs" },
620
+ "patternProperties": { ".+": { "$ref": "./attributes.schema.json#/definitions/AttributeJSON" } }
621
+ },
622
+ "#SVGFilterPrimitiveAttrs": {
623
+ "description": "[Common filter primitive attributes]( https://drafts.fxtf.org/filter-effects/#CommonAttributes )",
624
+ "type": "object",
625
+ "required": ["x", "y", "width", "height", "result", "in"],
626
+ "propertyNames": { "$ref": "#/definitions/SVGFilterPrimitiveAttrs" },
627
+ "patternProperties": { ".+": { "$ref": "./attributes.schema.json#/definitions/AttributeJSON" } }
628
+ },
629
+ "#SVGPresentationAttrs": {
630
+ "description": "[Presentation attributes]( https://svgwg.org/svg2-draft/styling.html#PresentationAttributes )",
631
+ "type": "object",
632
+ "required": [
633
+ "cx",
634
+ "cy",
635
+ "height",
636
+ "width",
637
+ "x",
638
+ "y",
639
+ "r",
640
+ "rx",
641
+ "ry",
642
+ "d",
643
+ "fill",
644
+ "transform",
645
+ "patternTransform",
646
+ "gradientTransform",
647
+ "alignment-baseline",
648
+ "baseline-shift",
649
+ "clip-path",
650
+ "clip-rule",
651
+ "color",
652
+ "color-interpolation",
653
+ "color-interpolation-filters",
654
+ "cursor",
655
+ "direction",
656
+ "display",
657
+ "dominant-baseline",
658
+ "fill-opacity",
659
+ "fill-rule",
660
+ "filter",
661
+ "flood-color",
662
+ "flood-opacity",
663
+ "font",
664
+ "font-family",
665
+ "font-size",
666
+ "font-size-adjust",
667
+ "font-stretch",
668
+ "font-style",
669
+ "font-variant",
670
+ "font-weight",
671
+ "glyph-orientation-horizontal",
672
+ "glyph-orientation-vertical",
673
+ "image-rendering",
674
+ "isolation",
675
+ "letter-spacing",
676
+ "lighting-color",
677
+ "marker",
678
+ "marker-end",
679
+ "marker-mid",
680
+ "marker-start",
681
+ "mask",
682
+ "mask-type",
683
+ "opacity",
684
+ "overflow",
685
+ "paint-order",
686
+ "pointer-events",
687
+ "shape-rendering",
688
+ "stop-color",
689
+ "stop-opacity",
690
+ "stroke",
691
+ "stroke-dasharray",
692
+ "stroke-dashoffset",
693
+ "stroke-linecap",
694
+ "stroke-linejoin",
695
+ "stroke-miterlimit",
696
+ "stroke-opacity",
697
+ "stroke-width",
698
+ "text-anchor",
699
+ "text-decoration",
700
+ "text-overflow",
701
+ "text-rendering",
702
+ "transform-origin",
703
+ "unicode-bidi",
704
+ "vector-effect",
705
+ "visibility",
706
+ "white-space",
707
+ "word-spacing",
708
+ "writing-mode",
709
+ "clip",
710
+ "color-profile",
711
+ "color-rendering",
712
+ "enable-background",
713
+ "kerning"
714
+ ],
715
+ "propertyNames": { "$ref": "#/definitions/SVGPresentationAttrs" },
716
+ "patternProperties": { ".+": { "$ref": "./attributes.schema.json#/definitions/AttributeJSON" } }
717
+ },
718
+ "#SVGTransferFunctionAttrs": {
719
+ "description": "[transfer function element attributes,]( https://drafts.fxtf.org/filter-effects/#transfer-function-element-attributes )",
720
+ "type": "object",
721
+ "required": ["type", "tableValues", "slope", "intercept", "amplitude", "exponent", "offset"],
722
+ "propertyNames": { "$ref": "#/definitions/SVGTransferFunctionAttrs" },
723
+ "patternProperties": { ".+": { "$ref": "./attributes.schema.json#/definitions/AttributeJSON" } }
724
+ },
725
+ "#XLinkAttrs": {
726
+ "description": "[Deprecated XLink URL reference attributes]( https://svgwg.org/svg2-draft/linking.html#XLinkRefAttrs )",
727
+ "type": "object",
728
+ "required": [
729
+ "xlink:href",
730
+ "xlink:title",
731
+ "xlink:actuate",
732
+ "xlink:arcrole",
733
+ "xlink:role",
734
+ "xlink:show",
735
+ "xlink:type"
736
+ ],
737
+ "propertyNames": { "$ref": "#/definitions/XLinkAttrs" },
738
+ "patternProperties": { ".+": { "$ref": "./attributes.schema.json#/definitions/AttributeJSON" } }
739
+ }
740
+ }
741
+ }