@markuplint/html-spec 2.0.0-dev.26 → 2.0.0-rc.5
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.
- package/index.json +8572 -5691
- package/package.json +5 -3
- package/src/aria-in-html/abbr.json +8 -0
- package/src/aria-in-html/address.json +8 -0
- package/src/aria-in-html/b.json +8 -0
- package/src/aria-in-html/base.json +8 -0
- package/src/aria-in-html/bdi.json +8 -0
- package/src/aria-in-html/bdo.json +8 -0
- package/src/aria-in-html/blockquote.json +8 -0
- package/src/aria-in-html/canvas.json +8 -0
- package/src/aria-in-html/caption.json +8 -0
- package/src/aria-in-html/cite.json +8 -0
- package/src/aria-in-html/code.json +8 -0
- package/src/aria-in-html/data.json +8 -0
- package/src/aria-in-html/del.json +8 -0
- package/src/aria-in-html/div.json +8 -0
- package/src/aria-in-html/em.json +8 -0
- package/src/aria-in-html/hgroup.json +8 -0
- package/src/aria-in-html/i.json +8 -0
- package/src/aria-in-html/ins.json +8 -0
- package/src/aria-in-html/kbd.json +8 -0
- package/src/aria-in-html/mark.json +8 -0
- package/src/aria-in-html/p.json +8 -0
- package/src/aria-in-html/pre.json +8 -0
- package/src/aria-in-html/q.json +8 -0
- package/src/aria-in-html/rp.json +8 -0
- package/src/aria-in-html/rt.json +8 -0
- package/src/aria-in-html/ruby.json +8 -0
- package/src/aria-in-html/s.json +8 -0
- package/src/aria-in-html/samp.json +8 -0
- package/src/aria-in-html/small.json +8 -0
- package/src/aria-in-html/span.json +8 -0
- package/src/aria-in-html/strong.json +8 -0
- package/src/aria-in-html/sub.json +8 -0
- package/src/aria-in-html/sup.json +8 -0
- package/src/aria-in-html/td.json +6 -2
- package/src/aria-in-html/time.json +8 -0
- package/src/aria-in-html/u.json +8 -0
- package/src/aria-in-html/var.json +8 -0
- package/src/aria-in-html/wbr.json +8 -0
- package/src/attributes/a.json +9 -40
- package/src/attributes/abbr.json +11 -0
- package/src/attributes/address.json +11 -0
- package/src/attributes/area.json +24 -44
- package/src/attributes/article.json +11 -0
- package/src/attributes/aside.json +11 -0
- package/src/attributes/audio.json +10 -32
- package/src/attributes/b.json +11 -0
- package/src/attributes/base.json +9 -13
- package/src/attributes/bdi.json +11 -0
- package/src/attributes/bdo.json +8 -8
- package/src/attributes/blockquote.json +11 -4
- package/src/attributes/body.json +57 -50
- package/src/attributes/br.json +11 -0
- package/src/attributes/button.json +27 -44
- package/src/attributes/canvas.json +16 -8
- package/src/attributes/caption.json +11 -0
- package/src/attributes/cite.json +11 -0
- package/src/attributes/code.json +11 -0
- package/src/attributes/col.json +18 -5
- package/src/attributes/colgroup.json +18 -5
- package/src/attributes/data.json +12 -5
- package/src/attributes/datalist.json +11 -0
- package/src/attributes/dd.json +11 -0
- package/src/attributes/del.json +14 -7
- package/src/attributes/details.json +11 -9
- package/src/attributes/dfn.json +11 -0
- package/src/attributes/dialog.json +15 -4
- package/src/attributes/div.json +11 -0
- package/src/attributes/dl.json +11 -0
- package/src/attributes/dt.json +11 -0
- package/src/attributes/em.json +11 -0
- package/src/attributes/embed.json +22 -16
- package/src/attributes/fieldset.json +9 -14
- package/src/attributes/figcaption.json +11 -0
- package/src/attributes/figure.json +11 -0
- package/src/attributes/footer.json +11 -0
- package/src/attributes/form.json +62 -29
- package/src/attributes/h1.json +11 -0
- package/src/attributes/h2.json +11 -0
- package/src/attributes/h3.json +11 -0
- package/src/attributes/h4.json +11 -0
- package/src/attributes/h5.json +11 -0
- package/src/attributes/h6.json +11 -0
- package/src/attributes/head.json +11 -0
- package/src/attributes/header.json +11 -0
- package/src/attributes/hgroup.json +11 -0
- package/src/attributes/hr.json +11 -0
- package/src/attributes/html.json +11 -0
- package/src/attributes/i.json +11 -0
- package/src/attributes/iframe.json +51 -57
- package/src/attributes/img.json +31 -50
- package/src/attributes/input.json +138 -121
- package/src/attributes/ins.json +14 -7
- package/src/attributes/kbd.json +11 -0
- package/src/attributes/label.json +11 -8
- package/src/attributes/legend.json +11 -0
- package/src/attributes/li.json +12 -5
- package/src/attributes/link.json +110 -51
- package/src/attributes/main.json +11 -0
- package/src/attributes/map.json +13 -5
- package/src/attributes/mark.json +11 -0
- package/src/attributes/math.json +8 -0
- package/src/attributes/menu.json +11 -0
- package/src/attributes/meta.json +36 -21
- package/src/attributes/meter.json +27 -20
- package/src/attributes/nav.json +11 -0
- package/src/attributes/noscript.json +11 -0
- package/src/attributes/object.json +20 -27
- package/src/attributes/ol.json +19 -9
- package/src/attributes/optgroup.json +13 -9
- package/src/attributes/option.json +18 -14
- package/src/attributes/output.json +12 -12
- package/src/attributes/p.json +11 -0
- package/src/attributes/param.json +17 -8
- package/src/attributes/picture.json +11 -0
- package/src/attributes/portal.json +17 -8
- package/src/attributes/pre.json +11 -0
- package/src/attributes/progress.json +16 -8
- package/src/attributes/q.json +11 -4
- package/src/attributes/rp.json +11 -0
- package/src/attributes/rt.json +11 -0
- package/src/attributes/ruby.json +11 -0
- package/src/attributes/s.json +11 -0
- package/src/attributes/samp.json +11 -0
- package/src/attributes/script.json +48 -27
- package/src/attributes/section.json +11 -0
- package/src/attributes/select.json +17 -29
- package/src/attributes/slot.json +12 -5
- package/src/attributes/small.json +11 -0
- package/src/attributes/source.json +34 -16
- package/src/attributes/span.json +11 -0
- package/src/attributes/strong.json +11 -0
- package/src/attributes/style.json +12 -5
- package/src/attributes/sub.json +11 -0
- package/src/attributes/summary.json +11 -0
- package/src/attributes/sup.json +11 -0
- package/src/attributes/svg_a.json +82 -47
- package/src/attributes/svg_animate.json +94 -13
- package/src/attributes/svg_animateMotion.json +36 -32
- package/src/attributes/svg_animateTransform.json +27 -14
- package/src/attributes/svg_circle.json +88 -26
- package/src/attributes/svg_clipPath.json +79 -15
- package/src/attributes/svg_defs.json +77 -1
- package/src/attributes/svg_desc.json +7 -1
- package/src/attributes/svg_discard.json +13 -10
- package/src/attributes/svg_ellipse.json +89 -27
- package/src/attributes/svg_feBlend.json +89 -40
- package/src/attributes/svg_feColorMatrix.json +86 -38
- package/src/attributes/svg_feComponentTransfer.json +76 -31
- package/src/attributes/svg_feComposite.json +114 -56
- package/src/attributes/svg_feConvolveMatrix.json +119 -62
- package/src/attributes/svg_feDiffuseLighting.json +91 -42
- package/src/attributes/svg_feDisplacementMap.json +101 -47
- package/src/attributes/svg_feDistantLight.json +16 -11
- package/src/attributes/svg_feDropShadow.json +92 -43
- package/src/attributes/svg_feFlood.json +83 -37
- package/src/attributes/svg_feFuncA.json +6 -10
- package/src/attributes/svg_feFuncB.json +6 -10
- package/src/attributes/svg_feFuncG.json +6 -10
- package/src/attributes/svg_feFuncR.json +6 -10
- package/src/attributes/svg_feGaussianBlur.json +86 -38
- package/src/attributes/svg_feImage.json +98 -31
- package/src/attributes/svg_feMerge.json +76 -15
- package/src/attributes/svg_feMergeNode.json +6 -19
- package/src/attributes/svg_feMorphology.json +88 -39
- package/src/attributes/svg_feOffset.json +87 -39
- package/src/attributes/svg_fePointLight.json +21 -15
- package/src/attributes/svg_feSpecularLighting.json +96 -47
- package/src/attributes/svg_feSpotLight.json +52 -58
- package/src/attributes/svg_feTile.json +76 -31
- package/src/attributes/svg_feTurbulence.json +101 -33
- package/src/attributes/svg_filter.json +103 -27
- package/src/attributes/svg_foreignObject.json +84 -38
- package/src/attributes/svg_g.json +80 -8
- package/src/attributes/svg_hatch.json +103 -29
- package/src/attributes/svg_hatchpath.json +79 -11
- package/src/attributes/svg_image.json +98 -46
- package/src/attributes/svg_line.json +105 -27
- package/src/attributes/svg_linearGradient.json +118 -37
- package/src/attributes/svg_marker.json +125 -44
- package/src/attributes/svg_mask.json +89 -22
- package/src/attributes/svg_mesh.json +83 -10
- package/src/attributes/svg_meshgradient.json +22 -29
- package/src/attributes/svg_meshpatch.json +76 -1
- package/src/attributes/svg_meshrow.json +76 -1
- package/src/attributes/svg_metadata.json +7 -1
- package/src/attributes/svg_mpath.json +11 -8
- package/src/attributes/svg_path.json +87 -15
- package/src/attributes/svg_pattern.json +110 -46
- package/src/attributes/svg_polygon.json +89 -14
- package/src/attributes/svg_polyline.json +89 -14
- package/src/attributes/svg_radialGradient.json +132 -49
- package/src/attributes/svg_rect.json +91 -51
- package/src/attributes/svg_script.json +20 -17
- package/src/attributes/svg_set.json +27 -13
- package/src/attributes/svg_stop.json +93 -18
- package/src/attributes/svg_style.json +16 -13
- package/src/attributes/svg_svg.json +115 -62
- package/src/attributes/svg_switch.json +80 -8
- package/src/attributes/svg_symbol.json +27 -44
- package/src/attributes/svg_text.json +115 -32
- package/src/attributes/svg_textPath.json +124 -37
- package/src/attributes/svg_title.json +7 -1
- package/src/attributes/svg_tspan.json +111 -32
- package/src/attributes/svg_use.json +88 -46
- package/src/attributes/svg_view.json +21 -17
- package/src/attributes/table.json +11 -0
- package/src/attributes/tbody.json +11 -0
- package/src/attributes/td.json +9 -14
- package/src/attributes/template.json +11 -0
- package/src/attributes/textarea.json +42 -50
- package/src/attributes/tfoot.json +11 -0
- package/src/attributes/th.json +18 -20
- package/src/attributes/thead.json +11 -0
- package/src/attributes/time.json +12 -23
- package/src/attributes/title.json +11 -0
- package/src/attributes/tr.json +11 -0
- package/src/attributes/track.json +38 -0
- package/src/attributes/u.json +11 -0
- package/src/attributes/ul.json +11 -0
- package/src/attributes/var.json +11 -0
- package/src/attributes/video.json +34 -48
- package/src/attributes/wbr.json +11 -0
- package/src/global-attributes/_global.json +1362 -1161
- package/src/permitted-structures/svg_a.json +1 -1
- package/src/structure.test.ts +64 -0
- package/src/attributes/_custom.json +0 -10
|
@@ -1,40 +1,44 @@
|
|
|
1
1
|
{
|
|
2
2
|
"tag": "animateMotion",
|
|
3
|
-
"
|
|
4
|
-
|
|
5
|
-
"#
|
|
6
|
-
"#
|
|
7
|
-
"#
|
|
8
|
-
"#
|
|
9
|
-
"#
|
|
10
|
-
"#
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
"
|
|
15
|
-
"
|
|
3
|
+
"ref": "https://svgwg.org/specs/animations/#AnimateMotionElement",
|
|
4
|
+
"global": {
|
|
5
|
+
"#GlobalEventAttrs": true,
|
|
6
|
+
"#DocumentElementEventAttrs": true,
|
|
7
|
+
"#SVGAnimationAdditionAttrs": ["additive", "accumulate"],
|
|
8
|
+
"#SVGAnimationEventAttrs": ["onbegin", "onend", "onrepeat"],
|
|
9
|
+
"#SVGAnimationTargetElementAttrs": ["href"],
|
|
10
|
+
"#SVGAnimationTimingAttrs": [
|
|
11
|
+
"begin",
|
|
12
|
+
"dur",
|
|
13
|
+
"end",
|
|
14
|
+
"min",
|
|
15
|
+
"max",
|
|
16
|
+
"restart",
|
|
17
|
+
"repeatCount",
|
|
18
|
+
"repeatDur",
|
|
19
|
+
"fill"
|
|
20
|
+
],
|
|
21
|
+
"#SVGAnimationValueAttrs": ["calcMode", "values", "keyTimes", "keySplines", "from", "to", "by"],
|
|
22
|
+
"#SVGConditionalProcessingAttrs": ["requiredExtensions", "systemLanguage"],
|
|
23
|
+
"#SVGCoreAttrs": ["id", "tabindex", "autofocus", "lang", "xml:space", "class", "style"]
|
|
24
|
+
},
|
|
25
|
+
"attributes": {
|
|
26
|
+
"path": {
|
|
27
|
+
"ref": "https://svgwg.org/specs/animations/#AnimateMotionElementPathAttribute",
|
|
28
|
+
"type": "<svg-path>"
|
|
16
29
|
},
|
|
17
|
-
{
|
|
18
|
-
"
|
|
19
|
-
"type": "
|
|
30
|
+
"keyPoints": {
|
|
31
|
+
"ref": "https://svgwg.org/specs/animations/#KeyPointsAttribute",
|
|
32
|
+
"type": "<key-points>"
|
|
20
33
|
},
|
|
21
|
-
{
|
|
22
|
-
"
|
|
23
|
-
"type":
|
|
24
|
-
"Float",
|
|
25
|
-
{
|
|
26
|
-
"enum": ["auto", "auto-reverse"]
|
|
27
|
-
}
|
|
28
|
-
]
|
|
34
|
+
"rotate": {
|
|
35
|
+
"ref": "https://svgwg.org/specs/animations/#RotateAttribute",
|
|
36
|
+
"type": "<rotate>"
|
|
29
37
|
},
|
|
30
|
-
{
|
|
31
|
-
"
|
|
32
|
-
"type": "
|
|
38
|
+
"origin": {
|
|
39
|
+
"ref": "https://svgwg.org/specs/animations/#OriginAttribute",
|
|
40
|
+
"type": "<origin>",
|
|
33
41
|
"defaultValue": "default"
|
|
34
|
-
},
|
|
35
|
-
{
|
|
36
|
-
"name": "calcMode",
|
|
37
|
-
"defaultValue": "paced"
|
|
38
42
|
}
|
|
39
|
-
|
|
43
|
+
}
|
|
40
44
|
}
|
|
@@ -1,22 +1,35 @@
|
|
|
1
1
|
{
|
|
2
2
|
"tag": "animateTransform",
|
|
3
|
-
"
|
|
4
|
-
|
|
5
|
-
"#
|
|
6
|
-
"#
|
|
7
|
-
"#
|
|
8
|
-
"#
|
|
9
|
-
"#
|
|
10
|
-
"#
|
|
11
|
-
"#
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
"
|
|
3
|
+
"ref": "https://svgwg.org/specs/animations/#AnimateTransformElement",
|
|
4
|
+
"global": {
|
|
5
|
+
"#GlobalEventAttrs": true,
|
|
6
|
+
"#DocumentElementEventAttrs": true,
|
|
7
|
+
"#SVGAnimationAdditionAttrs": ["additive", "accumulate"],
|
|
8
|
+
"#SVGAnimationEventAttrs": ["onbegin", "onend", "onrepeat"],
|
|
9
|
+
"#SVGAnimationTargetElementAttrs": ["href"],
|
|
10
|
+
"#SVGAnimationAttributeTargetAttrs": ["attributeName"],
|
|
11
|
+
"#SVGAnimationTimingAttrs": [
|
|
12
|
+
"begin",
|
|
13
|
+
"dur",
|
|
14
|
+
"end",
|
|
15
|
+
"min",
|
|
16
|
+
"max",
|
|
17
|
+
"restart",
|
|
18
|
+
"repeatCount",
|
|
19
|
+
"repeatDur",
|
|
20
|
+
"fill"
|
|
21
|
+
],
|
|
22
|
+
"#SVGAnimationValueAttrs": ["calcMode", "values", "keyTimes", "keySplines", "from", "to", "by"],
|
|
23
|
+
"#SVGConditionalProcessingAttrs": ["requiredExtensions", "systemLanguage"],
|
|
24
|
+
"#SVGCoreAttrs": ["id", "tabindex", "autofocus", "lang", "xml:space", "class", "style"]
|
|
25
|
+
},
|
|
26
|
+
"attributes": {
|
|
27
|
+
"type": {
|
|
28
|
+
"ref": "https://svgwg.org/specs/animations/#AnimateTransformElementTypeAttribute",
|
|
16
29
|
"type": {
|
|
17
30
|
"enum": ["translate", "scale", "rotate", "skewX", "skewY"]
|
|
18
31
|
},
|
|
19
32
|
"defaultValue": "translate"
|
|
20
33
|
}
|
|
21
|
-
|
|
34
|
+
}
|
|
22
35
|
}
|
|
@@ -1,30 +1,92 @@
|
|
|
1
1
|
{
|
|
2
2
|
"tag": "circle",
|
|
3
|
-
"
|
|
4
|
-
|
|
5
|
-
"#
|
|
6
|
-
"#
|
|
7
|
-
"#
|
|
8
|
-
"#
|
|
9
|
-
"#
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
"
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
"
|
|
16
|
-
"
|
|
17
|
-
"
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
"
|
|
21
|
-
"
|
|
22
|
-
"
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
"
|
|
26
|
-
"
|
|
27
|
-
"
|
|
3
|
+
"ref": "https://svgwg.org/svg2-draft/shapes.html#CircleElement",
|
|
4
|
+
"global": {
|
|
5
|
+
"#HTMLGlobalAttrs": true,
|
|
6
|
+
"#GlobalEventAttrs": true,
|
|
7
|
+
"#DocumentElementEventAttrs": true,
|
|
8
|
+
"#ARIAAttrs": true,
|
|
9
|
+
"#SVGConditionalProcessingAttrs": ["requiredExtensions", "systemLanguage"],
|
|
10
|
+
"#SVGCoreAttrs": ["id", "tabindex", "autofocus", "lang", "xml:space", "class", "style"],
|
|
11
|
+
"#SVGPresentationAttrs": [
|
|
12
|
+
"cx",
|
|
13
|
+
"cy",
|
|
14
|
+
"r",
|
|
15
|
+
"alignment-baseline",
|
|
16
|
+
"baseline-shift",
|
|
17
|
+
"clip",
|
|
18
|
+
"clip-path",
|
|
19
|
+
"clip-rule",
|
|
20
|
+
"color",
|
|
21
|
+
"color-interpolation",
|
|
22
|
+
"color-interpolation-filters",
|
|
23
|
+
"color-rendering",
|
|
24
|
+
"cursor",
|
|
25
|
+
"direction",
|
|
26
|
+
"display",
|
|
27
|
+
"dominant-baseline",
|
|
28
|
+
"enable-background",
|
|
29
|
+
"fill",
|
|
30
|
+
"fill-opacity",
|
|
31
|
+
"fill-rule",
|
|
32
|
+
"filter",
|
|
33
|
+
"flood-color",
|
|
34
|
+
"flood-opacity",
|
|
35
|
+
"font",
|
|
36
|
+
"font-family",
|
|
37
|
+
"font-size",
|
|
38
|
+
"font-size-adjust",
|
|
39
|
+
"font-stretch",
|
|
40
|
+
"font-style",
|
|
41
|
+
"font-variant",
|
|
42
|
+
"font-weight",
|
|
43
|
+
"glyph-orientation-horizontal",
|
|
44
|
+
"glyph-orientation-vertical",
|
|
45
|
+
"image-rendering",
|
|
46
|
+
"isolation",
|
|
47
|
+
"kerning",
|
|
48
|
+
"letter-spacing",
|
|
49
|
+
"lighting-color",
|
|
50
|
+
"marker",
|
|
51
|
+
"marker-end",
|
|
52
|
+
"marker-mid",
|
|
53
|
+
"marker-start",
|
|
54
|
+
"mask",
|
|
55
|
+
"mask-type",
|
|
56
|
+
"opacity",
|
|
57
|
+
"overflow",
|
|
58
|
+
"paint-order",
|
|
59
|
+
"pointer-events",
|
|
60
|
+
"shape-rendering",
|
|
61
|
+
"stop-color",
|
|
62
|
+
"stop-opacity",
|
|
63
|
+
"stroke",
|
|
64
|
+
"stroke-dasharray",
|
|
65
|
+
"stroke-dashoffset",
|
|
66
|
+
"stroke-linecap",
|
|
67
|
+
"stroke-linejoin",
|
|
68
|
+
"stroke-miterlimit",
|
|
69
|
+
"stroke-opacity",
|
|
70
|
+
"stroke-width",
|
|
71
|
+
"text-anchor",
|
|
72
|
+
"text-decoration",
|
|
73
|
+
"text-overflow",
|
|
74
|
+
"text-rendering",
|
|
75
|
+
"transform",
|
|
76
|
+
"transform-origin",
|
|
77
|
+
"unicode-bidi",
|
|
78
|
+
"vector-effect",
|
|
79
|
+
"visibility",
|
|
80
|
+
"white-space",
|
|
81
|
+
"word-spacing",
|
|
82
|
+
"writing-mode"
|
|
83
|
+
]
|
|
84
|
+
},
|
|
85
|
+
"attributes": {
|
|
86
|
+
"pathLength": {
|
|
87
|
+
"ref": "https://svgwg.org/svg2-draft/paths.html#PathLengthAttribute",
|
|
88
|
+
"type": "<number>",
|
|
89
|
+
"animatable": true
|
|
28
90
|
}
|
|
29
|
-
|
|
91
|
+
}
|
|
30
92
|
}
|
|
@@ -1,26 +1,90 @@
|
|
|
1
1
|
{
|
|
2
2
|
"tag": "clipPath",
|
|
3
|
-
"
|
|
4
|
-
|
|
5
|
-
"#
|
|
6
|
-
"#
|
|
7
|
-
|
|
8
|
-
"
|
|
3
|
+
"ref": "https://drafts.fxtf.org/css-masking/#ClipPathElement",
|
|
4
|
+
"global": {
|
|
5
|
+
"#SVGConditionalProcessingAttrs": ["requiredFeatures", "requiredExtensions", "systemLanguage"],
|
|
6
|
+
"#SVGCoreAttrs": ["id", "xml:base", "xml:lang", "xml:space", "class", "style"],
|
|
7
|
+
"#SVGPresentationAttrs": [
|
|
8
|
+
"alignment-baseline",
|
|
9
|
+
"baseline-shift",
|
|
10
|
+
"clip",
|
|
11
|
+
"clip-path",
|
|
12
|
+
"clip-rule",
|
|
13
|
+
"color",
|
|
14
|
+
"color-interpolation",
|
|
15
|
+
"color-interpolation-filters",
|
|
16
|
+
"color-profile",
|
|
17
|
+
"color-rendering",
|
|
18
|
+
"cursor",
|
|
19
|
+
"direction",
|
|
20
|
+
"display",
|
|
21
|
+
"dominant-baseline",
|
|
22
|
+
"enable-background",
|
|
23
|
+
"fill",
|
|
24
|
+
"fill-opacity",
|
|
25
|
+
"fill-rule",
|
|
26
|
+
"filter",
|
|
27
|
+
"flood-color",
|
|
28
|
+
"flood-opacity",
|
|
29
|
+
"font",
|
|
30
|
+
"font-family",
|
|
31
|
+
"font-size",
|
|
32
|
+
"font-size-adjust",
|
|
33
|
+
"font-stretch",
|
|
34
|
+
"font-style",
|
|
35
|
+
"font-variant",
|
|
36
|
+
"font-weight",
|
|
37
|
+
"glyph-orientation-horizontal",
|
|
38
|
+
"glyph-orientation-vertical",
|
|
39
|
+
"image-rendering",
|
|
40
|
+
"kerning",
|
|
41
|
+
"letter-spacing",
|
|
42
|
+
"lighting-color",
|
|
43
|
+
"marker",
|
|
44
|
+
"marker-end",
|
|
45
|
+
"marker-mid",
|
|
46
|
+
"marker-start",
|
|
47
|
+
"mask",
|
|
48
|
+
"opacity",
|
|
49
|
+
"overflow",
|
|
50
|
+
"pointer-events",
|
|
51
|
+
"shape-rendering",
|
|
52
|
+
"stop-color",
|
|
53
|
+
"stop-opacity",
|
|
54
|
+
"stroke",
|
|
55
|
+
"stroke-dasharray",
|
|
56
|
+
"stroke-dashoffset",
|
|
57
|
+
"stroke-linecap",
|
|
58
|
+
"stroke-linejoin",
|
|
59
|
+
"stroke-miterlimit",
|
|
60
|
+
"stroke-opacity",
|
|
61
|
+
"stroke-width",
|
|
62
|
+
"text-anchor",
|
|
63
|
+
"text-decoration",
|
|
64
|
+
"text-rendering",
|
|
65
|
+
"unicode-bidi",
|
|
66
|
+
"visibility",
|
|
67
|
+
"word-spacing",
|
|
68
|
+
"writing-mode",
|
|
69
|
+
"transform"
|
|
70
|
+
]
|
|
71
|
+
},
|
|
72
|
+
"attributes": {
|
|
73
|
+
"externalResourcesRequired": {
|
|
74
|
+
"ref": "https://www.w3.org/TR/2011/REC-SVG11-20110816/struct.html#ExternalResourcesRequiredAttribute",
|
|
9
75
|
"type": {
|
|
10
76
|
"enum": ["true", "false"]
|
|
11
77
|
},
|
|
12
78
|
"defaultValue": "true"
|
|
13
79
|
},
|
|
14
|
-
{
|
|
15
|
-
"
|
|
16
|
-
"type": "CSSTransformList"
|
|
17
|
-
},
|
|
18
|
-
{
|
|
19
|
-
"name": "clipPathUnits",
|
|
80
|
+
"clipPathUnits": {
|
|
81
|
+
"ref": "https://drafts.fxtf.org/css-masking/#element-attrdef-clippath-clippathunits",
|
|
20
82
|
"type": {
|
|
21
|
-
"enum": ["userSpaceOnUse", "objectBoundingBox"]
|
|
83
|
+
"enum": ["userSpaceOnUse", "objectBoundingBox"],
|
|
84
|
+
"disallowToSurroundBySpaces": false
|
|
22
85
|
},
|
|
23
|
-
"defaultValue": "userSpaceOnUse"
|
|
86
|
+
"defaultValue": "userSpaceOnUse",
|
|
87
|
+
"animatable": true
|
|
24
88
|
}
|
|
25
|
-
|
|
89
|
+
}
|
|
26
90
|
}
|
|
@@ -1,4 +1,80 @@
|
|
|
1
1
|
{
|
|
2
2
|
"tag": "defs",
|
|
3
|
-
"
|
|
3
|
+
"ref": "https://svgwg.org/svg2-draft/struct.html#DefsElement",
|
|
4
|
+
"global": {
|
|
5
|
+
"#GlobalEventAttrs": true,
|
|
6
|
+
"#DocumentElementEventAttrs": true,
|
|
7
|
+
"#SVGCoreAttrs": ["id", "tabindex", "autofocus", "lang", "xml:space", "class", "style"],
|
|
8
|
+
"#SVGPresentationAttrs": [
|
|
9
|
+
"alignment-baseline",
|
|
10
|
+
"baseline-shift",
|
|
11
|
+
"clip",
|
|
12
|
+
"clip-path",
|
|
13
|
+
"clip-rule",
|
|
14
|
+
"color",
|
|
15
|
+
"color-interpolation",
|
|
16
|
+
"color-interpolation-filters",
|
|
17
|
+
"color-rendering",
|
|
18
|
+
"cursor",
|
|
19
|
+
"direction",
|
|
20
|
+
"display",
|
|
21
|
+
"dominant-baseline",
|
|
22
|
+
"enable-background",
|
|
23
|
+
"fill",
|
|
24
|
+
"fill-opacity",
|
|
25
|
+
"fill-rule",
|
|
26
|
+
"filter",
|
|
27
|
+
"flood-color",
|
|
28
|
+
"flood-opacity",
|
|
29
|
+
"font",
|
|
30
|
+
"font-family",
|
|
31
|
+
"font-size",
|
|
32
|
+
"font-size-adjust",
|
|
33
|
+
"font-stretch",
|
|
34
|
+
"font-style",
|
|
35
|
+
"font-variant",
|
|
36
|
+
"font-weight",
|
|
37
|
+
"glyph-orientation-horizontal",
|
|
38
|
+
"glyph-orientation-vertical",
|
|
39
|
+
"image-rendering",
|
|
40
|
+
"isolation",
|
|
41
|
+
"kerning",
|
|
42
|
+
"letter-spacing",
|
|
43
|
+
"lighting-color",
|
|
44
|
+
"marker",
|
|
45
|
+
"marker-end",
|
|
46
|
+
"marker-mid",
|
|
47
|
+
"marker-start",
|
|
48
|
+
"mask",
|
|
49
|
+
"mask-type",
|
|
50
|
+
"opacity",
|
|
51
|
+
"overflow",
|
|
52
|
+
"paint-order",
|
|
53
|
+
"pointer-events",
|
|
54
|
+
"shape-rendering",
|
|
55
|
+
"stop-color",
|
|
56
|
+
"stop-opacity",
|
|
57
|
+
"stroke",
|
|
58
|
+
"stroke-dasharray",
|
|
59
|
+
"stroke-dashoffset",
|
|
60
|
+
"stroke-linecap",
|
|
61
|
+
"stroke-linejoin",
|
|
62
|
+
"stroke-miterlimit",
|
|
63
|
+
"stroke-opacity",
|
|
64
|
+
"stroke-width",
|
|
65
|
+
"text-anchor",
|
|
66
|
+
"text-decoration",
|
|
67
|
+
"text-overflow",
|
|
68
|
+
"text-rendering",
|
|
69
|
+
"transform",
|
|
70
|
+
"transform-origin",
|
|
71
|
+
"unicode-bidi",
|
|
72
|
+
"vector-effect",
|
|
73
|
+
"visibility",
|
|
74
|
+
"white-space",
|
|
75
|
+
"word-spacing",
|
|
76
|
+
"writing-mode"
|
|
77
|
+
]
|
|
78
|
+
},
|
|
79
|
+
"attributes": {}
|
|
4
80
|
}
|
|
@@ -1,4 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"tag": "desc",
|
|
3
|
-
"
|
|
3
|
+
"ref": "https://svgwg.org/svg2-draft/struct.html#DescElement",
|
|
4
|
+
"global": {
|
|
5
|
+
"#GlobalEventAttrs": true,
|
|
6
|
+
"#DocumentElementEventAttrs": true,
|
|
7
|
+
"#SVGCoreAttrs": ["id", "tabindex", "autofocus", "lang", "xml:space", "class", "style"]
|
|
8
|
+
},
|
|
9
|
+
"attributes": {}
|
|
4
10
|
}
|
|
@@ -1,17 +1,20 @@
|
|
|
1
1
|
{
|
|
2
2
|
"tag": "discard",
|
|
3
|
-
"
|
|
4
|
-
|
|
5
|
-
"#
|
|
6
|
-
"#
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
3
|
+
"ref": "https://svgwg.org/specs/animations/#DiscardElement",
|
|
4
|
+
"global": {
|
|
5
|
+
"#ARIAAttrs": true,
|
|
6
|
+
"#SVGConditionalProcessingAttrs": ["requiredExtensions", "systemLanguage"],
|
|
7
|
+
"#SVGCoreAttrs": ["id", "tabindex", "autofocus", "lang", "xml:space", "class", "style"]
|
|
8
|
+
},
|
|
9
|
+
"attributes": {
|
|
10
|
+
"begin": {
|
|
11
|
+
"ref": "https://svgwg.org/specs/animations/#DiscardElementBeginAttribute",
|
|
12
|
+
"type": "<begin-value-list>",
|
|
10
13
|
"defaultValue": "0s"
|
|
11
14
|
},
|
|
12
|
-
{
|
|
13
|
-
"
|
|
15
|
+
"href": {
|
|
16
|
+
"ref": "https://svgwg.org/specs/animations/#DiscardElementHrefAttribute",
|
|
14
17
|
"type": "URL"
|
|
15
18
|
}
|
|
16
|
-
|
|
19
|
+
}
|
|
17
20
|
}
|
|
@@ -1,31 +1,93 @@
|
|
|
1
1
|
{
|
|
2
2
|
"tag": "ellipse",
|
|
3
|
-
"
|
|
4
|
-
|
|
5
|
-
"#
|
|
6
|
-
"#
|
|
7
|
-
"#
|
|
8
|
-
"#
|
|
9
|
-
"#
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
"
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
"
|
|
16
|
-
"
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
"
|
|
20
|
-
"
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
"
|
|
24
|
-
"
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
"
|
|
28
|
-
"
|
|
3
|
+
"ref": "https://svgwg.org/svg2-draft/shapes.html#EllipseElement",
|
|
4
|
+
"global": {
|
|
5
|
+
"#HTMLGlobalAttrs": true,
|
|
6
|
+
"#GlobalEventAttrs": true,
|
|
7
|
+
"#DocumentElementEventAttrs": true,
|
|
8
|
+
"#ARIAAttrs": true,
|
|
9
|
+
"#SVGConditionalProcessingAttrs": ["requiredExtensions", "systemLanguage"],
|
|
10
|
+
"#SVGCoreAttrs": ["id", "tabindex", "autofocus", "lang", "xml:space", "class", "style"],
|
|
11
|
+
"#SVGPresentationAttrs": [
|
|
12
|
+
"cx",
|
|
13
|
+
"cy",
|
|
14
|
+
"rx",
|
|
15
|
+
"ry",
|
|
16
|
+
"alignment-baseline",
|
|
17
|
+
"baseline-shift",
|
|
18
|
+
"clip",
|
|
19
|
+
"clip-path",
|
|
20
|
+
"clip-rule",
|
|
21
|
+
"color",
|
|
22
|
+
"color-interpolation",
|
|
23
|
+
"color-interpolation-filters",
|
|
24
|
+
"color-rendering",
|
|
25
|
+
"cursor",
|
|
26
|
+
"direction",
|
|
27
|
+
"display",
|
|
28
|
+
"dominant-baseline",
|
|
29
|
+
"enable-background",
|
|
30
|
+
"fill",
|
|
31
|
+
"fill-opacity",
|
|
32
|
+
"fill-rule",
|
|
33
|
+
"filter",
|
|
34
|
+
"flood-color",
|
|
35
|
+
"flood-opacity",
|
|
36
|
+
"font",
|
|
37
|
+
"font-family",
|
|
38
|
+
"font-size",
|
|
39
|
+
"font-size-adjust",
|
|
40
|
+
"font-stretch",
|
|
41
|
+
"font-style",
|
|
42
|
+
"font-variant",
|
|
43
|
+
"font-weight",
|
|
44
|
+
"glyph-orientation-horizontal",
|
|
45
|
+
"glyph-orientation-vertical",
|
|
46
|
+
"image-rendering",
|
|
47
|
+
"isolation",
|
|
48
|
+
"kerning",
|
|
49
|
+
"letter-spacing",
|
|
50
|
+
"lighting-color",
|
|
51
|
+
"marker",
|
|
52
|
+
"marker-end",
|
|
53
|
+
"marker-mid",
|
|
54
|
+
"marker-start",
|
|
55
|
+
"mask",
|
|
56
|
+
"mask-type",
|
|
57
|
+
"opacity",
|
|
58
|
+
"overflow",
|
|
59
|
+
"paint-order",
|
|
60
|
+
"pointer-events",
|
|
61
|
+
"shape-rendering",
|
|
62
|
+
"stop-color",
|
|
63
|
+
"stop-opacity",
|
|
64
|
+
"stroke",
|
|
65
|
+
"stroke-dasharray",
|
|
66
|
+
"stroke-dashoffset",
|
|
67
|
+
"stroke-linecap",
|
|
68
|
+
"stroke-linejoin",
|
|
69
|
+
"stroke-miterlimit",
|
|
70
|
+
"stroke-opacity",
|
|
71
|
+
"stroke-width",
|
|
72
|
+
"text-anchor",
|
|
73
|
+
"text-decoration",
|
|
74
|
+
"text-overflow",
|
|
75
|
+
"text-rendering",
|
|
76
|
+
"transform",
|
|
77
|
+
"transform-origin",
|
|
78
|
+
"unicode-bidi",
|
|
79
|
+
"vector-effect",
|
|
80
|
+
"visibility",
|
|
81
|
+
"white-space",
|
|
82
|
+
"word-spacing",
|
|
83
|
+
"writing-mode"
|
|
84
|
+
]
|
|
85
|
+
},
|
|
86
|
+
"attributes": {
|
|
87
|
+
"pathLength": {
|
|
88
|
+
"ref": "https://svgwg.org/svg2-draft/paths.html#PathLengthAttribute",
|
|
89
|
+
"type": "<number>",
|
|
90
|
+
"animatable": true
|
|
29
91
|
}
|
|
30
|
-
|
|
92
|
+
}
|
|
31
93
|
}
|