@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,1446 +1,1647 @@
|
|
|
1
1
|
{
|
|
2
|
-
"#HTMLGlobalAttrs":
|
|
3
|
-
{
|
|
4
|
-
"
|
|
5
|
-
"type":
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
},
|
|
13
|
-
{
|
|
14
|
-
"name": "accesskey",
|
|
15
|
-
"type": "String"
|
|
2
|
+
"#HTMLGlobalAttrs": {
|
|
3
|
+
"accesskey": {
|
|
4
|
+
"ref": "https://html.spec.whatwg.org/multipage/interaction.html#the-accesskey-attribute",
|
|
5
|
+
"type": {
|
|
6
|
+
"token": "OneCodePointChar",
|
|
7
|
+
"ordered": true,
|
|
8
|
+
"unique": true,
|
|
9
|
+
"number": "zeroOrMore",
|
|
10
|
+
"separator": "space"
|
|
11
|
+
}
|
|
16
12
|
},
|
|
17
|
-
{
|
|
18
|
-
"
|
|
13
|
+
"autocapitalize": {
|
|
14
|
+
"ref": "https://html.spec.whatwg.org/multipage/interaction.html#attr-autocapitalize",
|
|
19
15
|
"type": {
|
|
20
|
-
"enum": ["off", "on", "none", "sentences", "words", "characters"]
|
|
16
|
+
"enum": ["off", "on", "none", "sentences", "words", "characters"],
|
|
17
|
+
"disallowToSurroundBySpaces": true,
|
|
18
|
+
"invalidValueDefault": "sentences",
|
|
19
|
+
"missingValueDefault": "default",
|
|
20
|
+
"sameStates": {
|
|
21
|
+
"none": ["off"],
|
|
22
|
+
"sentences": ["on"]
|
|
23
|
+
}
|
|
21
24
|
}
|
|
22
25
|
},
|
|
23
|
-
{
|
|
24
|
-
"
|
|
26
|
+
"autofocus": {
|
|
27
|
+
"ref": "https://html.spec.whatwg.org/multipage/interaction.html#attr-fe-autofocus",
|
|
25
28
|
"type": "Boolean"
|
|
26
29
|
},
|
|
27
|
-
{
|
|
28
|
-
"
|
|
30
|
+
"contenteditable": {
|
|
31
|
+
"ref": "https://html.spec.whatwg.org/multipage/interaction.html#attr-contenteditable",
|
|
29
32
|
"type": {
|
|
30
|
-
"enum": ["true", "false"]
|
|
33
|
+
"enum": ["", "true", "false"],
|
|
34
|
+
"disallowToSurroundBySpaces": true,
|
|
35
|
+
"invalidValueDefault": "inherit",
|
|
36
|
+
"missingValueDefault": "inherit",
|
|
37
|
+
"sameStates": {
|
|
38
|
+
"true": [""]
|
|
39
|
+
}
|
|
31
40
|
}
|
|
32
41
|
},
|
|
33
|
-
{
|
|
34
|
-
"
|
|
42
|
+
"dir": {
|
|
43
|
+
"ref": "https://html.spec.whatwg.org/multipage/dom.html#attr-dir",
|
|
35
44
|
"type": {
|
|
36
45
|
"enum": ["ltr", "rtl", "auto"]
|
|
37
46
|
}
|
|
38
47
|
},
|
|
39
|
-
{
|
|
40
|
-
"
|
|
48
|
+
"draggable": {
|
|
49
|
+
"ref": "https://html.spec.whatwg.org/multipage/dnd.html#attr-draggable",
|
|
41
50
|
"type": {
|
|
42
|
-
"enum": ["true", "false"]
|
|
51
|
+
"enum": ["true", "false"],
|
|
52
|
+
"invalidValueDefault": "auto",
|
|
53
|
+
"missingValueDefault": "auto"
|
|
43
54
|
}
|
|
44
55
|
},
|
|
45
|
-
{
|
|
46
|
-
"
|
|
56
|
+
"enterkeyhint": {
|
|
57
|
+
"ref": "https://html.spec.whatwg.org/multipage/interaction.html#attr-enterkeyhint",
|
|
47
58
|
"type": {
|
|
48
59
|
"enum": ["enter", "done", "go", "next", "previous", "search", "send"]
|
|
49
60
|
}
|
|
50
61
|
},
|
|
51
|
-
{
|
|
52
|
-
"
|
|
62
|
+
"hidden": {
|
|
63
|
+
"ref": "https://html.spec.whatwg.org/multipage/interaction.html#attr-hidden",
|
|
53
64
|
"type": "Boolean"
|
|
54
65
|
},
|
|
55
|
-
{
|
|
56
|
-
"
|
|
66
|
+
"inputmode": {
|
|
67
|
+
"ref": "https://html.spec.whatwg.org/multipage/interaction.html#attr-inputmode",
|
|
57
68
|
"type": {
|
|
58
69
|
"enum": ["none", "text", "tel", "url", "email", "numeric", "decimal", "search"]
|
|
59
70
|
}
|
|
60
71
|
},
|
|
61
|
-
{
|
|
62
|
-
"
|
|
63
|
-
"type": "
|
|
72
|
+
"is": {
|
|
73
|
+
"ref": "https://html.spec.whatwg.org/multipage/custom-elements.html#attr-is",
|
|
74
|
+
"type": "CustomElementName"
|
|
64
75
|
},
|
|
65
|
-
{
|
|
66
|
-
"
|
|
67
|
-
"type": "
|
|
76
|
+
"itemid": {
|
|
77
|
+
"ref": "https://html.spec.whatwg.org/multipage/microdata.html#attr-itemid",
|
|
78
|
+
"type": "URL"
|
|
68
79
|
},
|
|
69
|
-
{
|
|
70
|
-
"
|
|
71
|
-
"type":
|
|
80
|
+
"itemprop": {
|
|
81
|
+
"ref": "https://html.spec.whatwg.org/multipage/microdata.html#names:-the-itemprop-attribute",
|
|
82
|
+
"type": {
|
|
83
|
+
"token": "ItemProp",
|
|
84
|
+
"ordered": false,
|
|
85
|
+
"unique": true,
|
|
86
|
+
"separator": "space"
|
|
87
|
+
}
|
|
72
88
|
},
|
|
73
|
-
{
|
|
74
|
-
"
|
|
75
|
-
"type":
|
|
89
|
+
"itemref": {
|
|
90
|
+
"ref": "https://html.spec.whatwg.org/multipage/microdata.html#attr-itemref",
|
|
91
|
+
"type": {
|
|
92
|
+
"token": "DOMID",
|
|
93
|
+
"separator": "space"
|
|
94
|
+
},
|
|
76
95
|
"condition": {
|
|
77
96
|
"self": "[itemscope]"
|
|
78
97
|
}
|
|
79
98
|
},
|
|
80
|
-
{
|
|
81
|
-
"
|
|
99
|
+
"itemscope": {
|
|
100
|
+
"ref": "https://html.spec.whatwg.org/multipage/microdata.html#attr-itemscope",
|
|
82
101
|
"type": "Boolean"
|
|
83
102
|
},
|
|
84
|
-
{
|
|
85
|
-
"
|
|
86
|
-
"type":
|
|
103
|
+
"itemtype": {
|
|
104
|
+
"ref": "https://html.spec.whatwg.org/multipage/microdata.html#attr-itemtype",
|
|
105
|
+
"type": {
|
|
106
|
+
"token": "AbsoluteURL",
|
|
107
|
+
"ordered": false,
|
|
108
|
+
"unique": true,
|
|
109
|
+
"separator": "space"
|
|
110
|
+
}
|
|
87
111
|
},
|
|
88
|
-
{
|
|
89
|
-
"
|
|
112
|
+
"lang": {
|
|
113
|
+
"ref": "https://html.spec.whatwg.org/multipage/dom.html#attr-lang",
|
|
90
114
|
"type": "BCP47"
|
|
91
115
|
},
|
|
92
|
-
{
|
|
93
|
-
"
|
|
94
|
-
"type": "
|
|
116
|
+
"nonce": {
|
|
117
|
+
"ref": "https://html.spec.whatwg.org/multipage/urls-and-fetching.html#attr-nonce",
|
|
118
|
+
"type": "Any"
|
|
95
119
|
},
|
|
96
|
-
{
|
|
97
|
-
"
|
|
120
|
+
"spellcheck": {
|
|
121
|
+
"ref": "https://html.spec.whatwg.org/multipage/interaction.html#attr-spellcheck",
|
|
98
122
|
"type": {
|
|
99
|
-
"enum": ["true", "false"]
|
|
123
|
+
"enum": ["", "true", "false"],
|
|
124
|
+
"disallowToSurroundBySpaces": true,
|
|
125
|
+
"invalidValueDefault": "default",
|
|
126
|
+
"missingValueDefault": "default",
|
|
127
|
+
"sameStates": {
|
|
128
|
+
"true": [""]
|
|
129
|
+
}
|
|
100
130
|
}
|
|
101
131
|
},
|
|
102
|
-
{
|
|
103
|
-
"
|
|
104
|
-
"type": "
|
|
132
|
+
"style": {
|
|
133
|
+
"ref": "https://html.spec.whatwg.org/multipage/dom.html#attr-style",
|
|
134
|
+
"type": "<css-declaration-list>"
|
|
105
135
|
},
|
|
106
|
-
{
|
|
107
|
-
"
|
|
136
|
+
"tabindex": {
|
|
137
|
+
"ref": "https://html.spec.whatwg.org/multipage/interaction.html#attr-tabindex",
|
|
108
138
|
"type": "TabIndex"
|
|
109
139
|
},
|
|
110
|
-
{
|
|
111
|
-
"
|
|
112
|
-
"type": "
|
|
140
|
+
"title": {
|
|
141
|
+
"ref": "https://html.spec.whatwg.org/multipage/dom.html#attr-title",
|
|
142
|
+
"type": "Any"
|
|
113
143
|
},
|
|
114
|
-
{
|
|
115
|
-
"
|
|
144
|
+
"translate": {
|
|
145
|
+
"ref": "https://html.spec.whatwg.org/multipage/dom.html#attr-translate",
|
|
116
146
|
"type": {
|
|
117
|
-
"enum": ["
|
|
147
|
+
"enum": ["", "yes", "no"],
|
|
148
|
+
"disallowToSurroundBySpaces": true,
|
|
149
|
+
"invalidValueDefault": "inherit",
|
|
150
|
+
"missingValueDefault": "inherit",
|
|
151
|
+
"sameStates": {
|
|
152
|
+
"yes": [""]
|
|
153
|
+
}
|
|
118
154
|
}
|
|
119
155
|
},
|
|
120
|
-
{
|
|
121
|
-
"
|
|
122
|
-
"type": "
|
|
123
|
-
},
|
|
124
|
-
{
|
|
125
|
-
"name": "onauxclick",
|
|
126
|
-
"type": "Function"
|
|
127
|
-
},
|
|
128
|
-
{
|
|
129
|
-
"name": "onblur",
|
|
130
|
-
"type": "Function"
|
|
131
|
-
},
|
|
132
|
-
{
|
|
133
|
-
"name": "oncancel",
|
|
134
|
-
"type": "Function"
|
|
135
|
-
},
|
|
136
|
-
{
|
|
137
|
-
"name": "oncanplay",
|
|
138
|
-
"type": "Function"
|
|
139
|
-
},
|
|
140
|
-
{
|
|
141
|
-
"name": "oncanplaythrough",
|
|
142
|
-
"type": "Function"
|
|
156
|
+
"class": {
|
|
157
|
+
"ref": "https://html.spec.whatwg.org/multipage/dom.html#classes",
|
|
158
|
+
"type": "<class-list>"
|
|
143
159
|
},
|
|
144
|
-
{
|
|
145
|
-
"
|
|
146
|
-
"type": "
|
|
147
|
-
},
|
|
148
|
-
{
|
|
149
|
-
"name": "onclick",
|
|
150
|
-
"type": "Function"
|
|
151
|
-
},
|
|
152
|
-
{
|
|
153
|
-
"name": "onclose",
|
|
154
|
-
"type": "Function"
|
|
155
|
-
},
|
|
156
|
-
{
|
|
157
|
-
"name": "oncontextmenu",
|
|
158
|
-
"type": "Function"
|
|
159
|
-
},
|
|
160
|
-
{
|
|
161
|
-
"name": "oncopy",
|
|
162
|
-
"type": "Function"
|
|
160
|
+
"id": {
|
|
161
|
+
"ref": "https://html.spec.whatwg.org/multipage/dom.html#the-id-attribute",
|
|
162
|
+
"type": "DOMID"
|
|
163
163
|
},
|
|
164
|
-
{
|
|
165
|
-
"
|
|
166
|
-
"type": "
|
|
164
|
+
"slot": {
|
|
165
|
+
"ref": "https://html.spec.whatwg.org/multipage/dom.html#attr-slot",
|
|
166
|
+
"type": "NoEmptyAny"
|
|
167
167
|
},
|
|
168
|
-
{
|
|
169
|
-
"
|
|
170
|
-
"type": "
|
|
168
|
+
"xmlns": {
|
|
169
|
+
"ref": "https://html.spec.whatwg.org/multipage/dom.html#global-attributes:html-documents",
|
|
170
|
+
"type": "URL",
|
|
171
|
+
"ineffective": "*"
|
|
171
172
|
},
|
|
172
|
-
{
|
|
173
|
-
"
|
|
174
|
-
"type": "
|
|
173
|
+
"xml:lang": {
|
|
174
|
+
"ref": "https://html.spec.whatwg.org/multipage/dom.html#the-lang-and-xml:lang-attributes",
|
|
175
|
+
"type": "BCP47",
|
|
176
|
+
"deprecated": true
|
|
175
177
|
},
|
|
176
|
-
{
|
|
177
|
-
"
|
|
178
|
-
"type":
|
|
178
|
+
"xml:space": {
|
|
179
|
+
"ref": "https://html.spec.whatwg.org/multipage/dom.html#global-attributes:attr-xml-space",
|
|
180
|
+
"type": {
|
|
181
|
+
"enum": ["default", "preserve"]
|
|
182
|
+
},
|
|
183
|
+
"defaultValue": "default",
|
|
184
|
+
"deprecated": true
|
|
185
|
+
}
|
|
186
|
+
},
|
|
187
|
+
"#GlobalEventAttrs": {
|
|
188
|
+
"onabort": {
|
|
189
|
+
"ref": "https://html.spec.whatwg.org/multipage/webappapis.html#handler-onabort",
|
|
190
|
+
"type": "FunctionBody"
|
|
179
191
|
},
|
|
180
|
-
{
|
|
181
|
-
"
|
|
182
|
-
"type": "
|
|
192
|
+
"onauxclick": {
|
|
193
|
+
"ref": "https://html.spec.whatwg.org/multipage/webappapis.html#handler-onabort",
|
|
194
|
+
"type": "FunctionBody"
|
|
183
195
|
},
|
|
184
|
-
{
|
|
185
|
-
"
|
|
186
|
-
"type": "
|
|
196
|
+
"onbeforeinput": {
|
|
197
|
+
"ref": "https://w3c.github.io/uievents/#beforeinput",
|
|
198
|
+
"type": "FunctionBody"
|
|
187
199
|
},
|
|
188
|
-
{
|
|
189
|
-
"
|
|
190
|
-
"type": "
|
|
200
|
+
"onblur": {
|
|
201
|
+
"ref": "https://html.spec.whatwg.org/multipage/webappapis.html#handler-onabort",
|
|
202
|
+
"type": "FunctionBody"
|
|
191
203
|
},
|
|
192
|
-
{
|
|
193
|
-
"
|
|
194
|
-
"type": "
|
|
204
|
+
"oncancel": {
|
|
205
|
+
"ref": "https://html.spec.whatwg.org/multipage/webappapis.html#handler-oncancel",
|
|
206
|
+
"type": "FunctionBody"
|
|
195
207
|
},
|
|
196
|
-
{
|
|
197
|
-
"
|
|
198
|
-
"type": "
|
|
208
|
+
"oncanplay": {
|
|
209
|
+
"ref": "https://html.spec.whatwg.org/multipage/webappapis.html#handler-oncanplay",
|
|
210
|
+
"type": "FunctionBody"
|
|
199
211
|
},
|
|
200
|
-
{
|
|
201
|
-
"
|
|
202
|
-
"type": "
|
|
212
|
+
"oncanplaythrough": {
|
|
213
|
+
"ref": "https://html.spec.whatwg.org/multipage/webappapis.html#handler-oncanplaythrough",
|
|
214
|
+
"type": "FunctionBody"
|
|
203
215
|
},
|
|
204
|
-
{
|
|
205
|
-
"
|
|
206
|
-
"type": "
|
|
216
|
+
"onchange": {
|
|
217
|
+
"ref": "https://html.spec.whatwg.org/multipage/webappapis.html#handler-onchange",
|
|
218
|
+
"type": "FunctionBody"
|
|
207
219
|
},
|
|
208
|
-
{
|
|
209
|
-
"
|
|
210
|
-
"type": "
|
|
220
|
+
"onclick": {
|
|
221
|
+
"ref": "https://html.spec.whatwg.org/multipage/webappapis.html#handler-onclick",
|
|
222
|
+
"type": "FunctionBody"
|
|
211
223
|
},
|
|
212
|
-
{
|
|
213
|
-
"
|
|
214
|
-
"type": "
|
|
224
|
+
"onclose": {
|
|
225
|
+
"ref": "https://html.spec.whatwg.org/multipage/webappapis.html#handler-onclose",
|
|
226
|
+
"type": "FunctionBody"
|
|
215
227
|
},
|
|
216
|
-
{
|
|
217
|
-
"
|
|
218
|
-
"type": "
|
|
228
|
+
"oncontextlost": {
|
|
229
|
+
"ref": "https://html.spec.whatwg.org/multipage/webappapis.html#handler-oncontextlost",
|
|
230
|
+
"type": "FunctionBody"
|
|
219
231
|
},
|
|
220
|
-
{
|
|
221
|
-
"
|
|
222
|
-
"type": "
|
|
232
|
+
"oncompositionstart": {
|
|
233
|
+
"ref": "https://w3c.github.io/uievents/#compositionstart",
|
|
234
|
+
"type": "FunctionBody"
|
|
223
235
|
},
|
|
224
|
-
{
|
|
225
|
-
"
|
|
226
|
-
"type": "
|
|
236
|
+
"oncompositionupdate": {
|
|
237
|
+
"ref": "https://w3c.github.io/uievents/#compositionupdate",
|
|
238
|
+
"type": "FunctionBody"
|
|
227
239
|
},
|
|
228
|
-
{
|
|
229
|
-
"
|
|
230
|
-
"type": "
|
|
240
|
+
"oncompositionend": {
|
|
241
|
+
"ref": "https://w3c.github.io/uievents/#compositionend",
|
|
242
|
+
"type": "FunctionBody"
|
|
231
243
|
},
|
|
232
|
-
{
|
|
233
|
-
"
|
|
234
|
-
"type": "
|
|
244
|
+
"oncontextmenu": {
|
|
245
|
+
"ref": "https://html.spec.whatwg.org/multipage/webappapis.html#handler-oncontextmenu",
|
|
246
|
+
"type": "FunctionBody"
|
|
235
247
|
},
|
|
236
|
-
{
|
|
237
|
-
"
|
|
238
|
-
"type": "
|
|
248
|
+
"oncontextrestored": {
|
|
249
|
+
"ref": "https://html.spec.whatwg.org/multipage/webappapis.html#handler-oncontextrestored",
|
|
250
|
+
"type": "FunctionBody"
|
|
239
251
|
},
|
|
240
|
-
{
|
|
241
|
-
"
|
|
242
|
-
"type": "
|
|
252
|
+
"oncuechange": {
|
|
253
|
+
"ref": "https://html.spec.whatwg.org/multipage/webappapis.html#handler-oncuechange",
|
|
254
|
+
"type": "FunctionBody"
|
|
243
255
|
},
|
|
244
|
-
{
|
|
245
|
-
"
|
|
246
|
-
"type": "
|
|
256
|
+
"ondblclick": {
|
|
257
|
+
"ref": "https://html.spec.whatwg.org/multipage/webappapis.html#handler-ondblclick",
|
|
258
|
+
"type": "FunctionBody"
|
|
247
259
|
},
|
|
248
|
-
{
|
|
249
|
-
"
|
|
250
|
-
"type": "
|
|
260
|
+
"ondrag": {
|
|
261
|
+
"ref": "https://html.spec.whatwg.org/multipage/webappapis.html#handler-ondrag",
|
|
262
|
+
"type": "FunctionBody"
|
|
251
263
|
},
|
|
252
|
-
{
|
|
253
|
-
"
|
|
254
|
-
"type": "
|
|
264
|
+
"ondragend": {
|
|
265
|
+
"ref": "https://html.spec.whatwg.org/multipage/webappapis.html#handler-ondragend",
|
|
266
|
+
"type": "FunctionBody"
|
|
255
267
|
},
|
|
256
|
-
{
|
|
257
|
-
"
|
|
258
|
-
"type": "
|
|
268
|
+
"ondragenter": {
|
|
269
|
+
"ref": "https://html.spec.whatwg.org/multipage/webappapis.html#handler-ondragenter",
|
|
270
|
+
"type": "FunctionBody"
|
|
259
271
|
},
|
|
260
|
-
{
|
|
261
|
-
"
|
|
262
|
-
"type": "
|
|
272
|
+
"ondragleave": {
|
|
273
|
+
"ref": "https://html.spec.whatwg.org/multipage/webappapis.html#handler-ondragleave",
|
|
274
|
+
"type": "FunctionBody"
|
|
263
275
|
},
|
|
264
|
-
{
|
|
265
|
-
"
|
|
266
|
-
"type": "
|
|
276
|
+
"ondragover": {
|
|
277
|
+
"ref": "https://html.spec.whatwg.org/multipage/webappapis.html#handler-ondragover",
|
|
278
|
+
"type": "FunctionBody"
|
|
267
279
|
},
|
|
268
|
-
{
|
|
269
|
-
"
|
|
270
|
-
"type": "
|
|
280
|
+
"ondragstart": {
|
|
281
|
+
"ref": "https://html.spec.whatwg.org/multipage/webappapis.html#handler-ondragstart",
|
|
282
|
+
"type": "FunctionBody"
|
|
271
283
|
},
|
|
272
|
-
{
|
|
273
|
-
"
|
|
274
|
-
"type": "
|
|
284
|
+
"ondrop": {
|
|
285
|
+
"ref": "https://html.spec.whatwg.org/multipage/webappapis.html#handler-ondrop",
|
|
286
|
+
"type": "FunctionBody"
|
|
275
287
|
},
|
|
276
|
-
{
|
|
277
|
-
"
|
|
278
|
-
"type": "
|
|
288
|
+
"ondurationchange": {
|
|
289
|
+
"ref": "https://html.spec.whatwg.org/multipage/webappapis.html#handler-ondurationchange",
|
|
290
|
+
"type": "FunctionBody"
|
|
279
291
|
},
|
|
280
|
-
{
|
|
281
|
-
"
|
|
282
|
-
"type": "
|
|
292
|
+
"onemptied": {
|
|
293
|
+
"ref": "https://html.spec.whatwg.org/multipage/webappapis.html#handler-onemptied",
|
|
294
|
+
"type": "FunctionBody"
|
|
283
295
|
},
|
|
284
|
-
{
|
|
285
|
-
"
|
|
286
|
-
"type": "
|
|
296
|
+
"onended": {
|
|
297
|
+
"ref": "https://html.spec.whatwg.org/multipage/webappapis.html#handler-onended",
|
|
298
|
+
"type": "FunctionBody"
|
|
287
299
|
},
|
|
288
|
-
{
|
|
289
|
-
"
|
|
290
|
-
"type": "
|
|
300
|
+
"onerror": {
|
|
301
|
+
"ref": "https://html.spec.whatwg.org/multipage/webappapis.html#handler-onerror",
|
|
302
|
+
"type": "FunctionBody"
|
|
291
303
|
},
|
|
292
|
-
{
|
|
293
|
-
"
|
|
294
|
-
"type": "
|
|
304
|
+
"onfocus": {
|
|
305
|
+
"ref": "https://html.spec.whatwg.org/multipage/webappapis.html#handler-onfocus",
|
|
306
|
+
"type": "FunctionBody"
|
|
295
307
|
},
|
|
296
|
-
{
|
|
297
|
-
"
|
|
298
|
-
"type": "
|
|
308
|
+
"onformdata": {
|
|
309
|
+
"ref": "https://html.spec.whatwg.org/multipage/webappapis.html#handler-onformdata",
|
|
310
|
+
"type": "FunctionBody"
|
|
299
311
|
},
|
|
300
|
-
{
|
|
301
|
-
"
|
|
302
|
-
"type": "
|
|
312
|
+
"onfocusin": {
|
|
313
|
+
"ref": "https://w3c.github.io/uievents/#focusin",
|
|
314
|
+
"type": "FunctionBody"
|
|
303
315
|
},
|
|
304
|
-
{
|
|
305
|
-
"
|
|
306
|
-
"type": "
|
|
316
|
+
"onfocusout": {
|
|
317
|
+
"ref": "https://w3c.github.io/uievents/#focusout",
|
|
318
|
+
"type": "FunctionBody"
|
|
307
319
|
},
|
|
308
|
-
{
|
|
309
|
-
"
|
|
310
|
-
"type": "
|
|
320
|
+
"oninput": {
|
|
321
|
+
"ref": "https://html.spec.whatwg.org/multipage/webappapis.html#handler-oninput",
|
|
322
|
+
"type": "FunctionBody"
|
|
311
323
|
},
|
|
312
|
-
{
|
|
313
|
-
"
|
|
314
|
-
"type": "
|
|
324
|
+
"oninvalid": {
|
|
325
|
+
"ref": "https://html.spec.whatwg.org/multipage/webappapis.html#handler-oninvalid",
|
|
326
|
+
"type": "FunctionBody"
|
|
315
327
|
},
|
|
316
|
-
{
|
|
317
|
-
"
|
|
318
|
-
"type": "
|
|
328
|
+
"onkeydown": {
|
|
329
|
+
"ref": "https://html.spec.whatwg.org/multipage/webappapis.html#handler-onkeydown",
|
|
330
|
+
"type": "FunctionBody"
|
|
319
331
|
},
|
|
320
|
-
{
|
|
321
|
-
"
|
|
322
|
-
"type": "
|
|
332
|
+
"onkeypress": {
|
|
333
|
+
"ref": "https://html.spec.whatwg.org/multipage/webappapis.html#handler-onkeypress",
|
|
334
|
+
"type": "FunctionBody"
|
|
323
335
|
},
|
|
324
|
-
{
|
|
325
|
-
"
|
|
326
|
-
"type": "
|
|
336
|
+
"onkeyup": {
|
|
337
|
+
"ref": "https://html.spec.whatwg.org/multipage/webappapis.html#handler-onkeyup",
|
|
338
|
+
"type": "FunctionBody"
|
|
327
339
|
},
|
|
328
|
-
{
|
|
329
|
-
"
|
|
330
|
-
"type": "
|
|
340
|
+
"onload": {
|
|
341
|
+
"ref": "https://html.spec.whatwg.org/multipage/webappapis.html#handler-onload",
|
|
342
|
+
"type": "FunctionBody"
|
|
331
343
|
},
|
|
332
|
-
{
|
|
333
|
-
"
|
|
334
|
-
"type": "
|
|
344
|
+
"onloadeddata": {
|
|
345
|
+
"ref": "https://html.spec.whatwg.org/multipage/webappapis.html#handler-onloadeddata",
|
|
346
|
+
"type": "FunctionBody"
|
|
335
347
|
},
|
|
336
|
-
{
|
|
337
|
-
"
|
|
338
|
-
"type": "
|
|
348
|
+
"onloadedmetadata": {
|
|
349
|
+
"ref": "https://html.spec.whatwg.org/multipage/webappapis.html#handler-onloadedmetadata",
|
|
350
|
+
"type": "FunctionBody"
|
|
339
351
|
},
|
|
340
|
-
{
|
|
341
|
-
"
|
|
342
|
-
"type": "
|
|
352
|
+
"onloadstart": {
|
|
353
|
+
"ref": "https://html.spec.whatwg.org/multipage/webappapis.html#handler-onloadstart",
|
|
354
|
+
"type": "FunctionBody"
|
|
343
355
|
},
|
|
344
|
-
{
|
|
345
|
-
"
|
|
346
|
-
"type": "
|
|
356
|
+
"onmousedown": {
|
|
357
|
+
"ref": "https://html.spec.whatwg.org/multipage/webappapis.html#handler-onmousedown",
|
|
358
|
+
"type": "FunctionBody"
|
|
347
359
|
},
|
|
348
|
-
{
|
|
349
|
-
"
|
|
350
|
-
"type": "
|
|
360
|
+
"onmouseenter": {
|
|
361
|
+
"ref": "https://html.spec.whatwg.org/multipage/webappapis.html#handler-onmouseenter",
|
|
362
|
+
"type": "FunctionBody"
|
|
351
363
|
},
|
|
352
|
-
{
|
|
353
|
-
"
|
|
354
|
-
"type": "
|
|
364
|
+
"onmouseleave": {
|
|
365
|
+
"ref": "https://html.spec.whatwg.org/multipage/webappapis.html#handler-onmouseleave",
|
|
366
|
+
"type": "FunctionBody"
|
|
355
367
|
},
|
|
356
|
-
{
|
|
357
|
-
"
|
|
358
|
-
"type": "
|
|
368
|
+
"onmousemove": {
|
|
369
|
+
"ref": "https://html.spec.whatwg.org/multipage/webappapis.html#handler-onmousemove",
|
|
370
|
+
"type": "FunctionBody"
|
|
359
371
|
},
|
|
360
|
-
{
|
|
361
|
-
"
|
|
362
|
-
"type": "
|
|
372
|
+
"onmouseout": {
|
|
373
|
+
"ref": "https://html.spec.whatwg.org/multipage/webappapis.html#handler-onmouseout",
|
|
374
|
+
"type": "FunctionBody"
|
|
363
375
|
},
|
|
364
|
-
{
|
|
365
|
-
"
|
|
366
|
-
"type": "
|
|
376
|
+
"onmouseover": {
|
|
377
|
+
"ref": "https://html.spec.whatwg.org/multipage/webappapis.html#handler-onmouseover",
|
|
378
|
+
"type": "FunctionBody"
|
|
367
379
|
},
|
|
368
|
-
{
|
|
369
|
-
"
|
|
370
|
-
"type": "
|
|
380
|
+
"onmouseup": {
|
|
381
|
+
"ref": "https://html.spec.whatwg.org/multipage/webappapis.html#handler-onmouseup",
|
|
382
|
+
"type": "FunctionBody"
|
|
371
383
|
},
|
|
372
|
-
{
|
|
373
|
-
"
|
|
374
|
-
"type": "
|
|
384
|
+
"onpause": {
|
|
385
|
+
"ref": "https://html.spec.whatwg.org/multipage/webappapis.html#handler-onpause",
|
|
386
|
+
"type": "FunctionBody"
|
|
375
387
|
},
|
|
376
|
-
{
|
|
377
|
-
"
|
|
378
|
-
"type": "
|
|
388
|
+
"onplay": {
|
|
389
|
+
"ref": "https://html.spec.whatwg.org/multipage/webappapis.html#handler-onplay",
|
|
390
|
+
"type": "FunctionBody"
|
|
379
391
|
},
|
|
380
|
-
{
|
|
381
|
-
"
|
|
382
|
-
"type": "
|
|
392
|
+
"onplaying": {
|
|
393
|
+
"ref": "https://html.spec.whatwg.org/multipage/webappapis.html#handler-onplaying",
|
|
394
|
+
"type": "FunctionBody"
|
|
383
395
|
},
|
|
384
|
-
{
|
|
385
|
-
"
|
|
386
|
-
"type": "
|
|
387
|
-
}
|
|
388
|
-
],
|
|
389
|
-
"#SVGAnimationAdditionAttrs": [
|
|
390
|
-
{
|
|
391
|
-
"name": "additive",
|
|
392
|
-
"type": {
|
|
393
|
-
"enum": ["replace", "sum"]
|
|
394
|
-
},
|
|
395
|
-
"defaultValue": "replace"
|
|
396
|
+
"onprogress": {
|
|
397
|
+
"ref": "https://html.spec.whatwg.org/multipage/webappapis.html#handler-onprogress",
|
|
398
|
+
"type": "FunctionBody"
|
|
396
399
|
},
|
|
397
|
-
{
|
|
398
|
-
"
|
|
399
|
-
"type":
|
|
400
|
-
"enum": ["none", "sum"]
|
|
401
|
-
},
|
|
402
|
-
"defaultValue": "none"
|
|
403
|
-
}
|
|
404
|
-
],
|
|
405
|
-
"#SVGAnimationAttributeTargetAttrs": [
|
|
406
|
-
{
|
|
407
|
-
"name": "attributeType",
|
|
408
|
-
"type": {
|
|
409
|
-
"enum": ["CSS", "XML", "auto"]
|
|
410
|
-
},
|
|
411
|
-
"defaultValue": "auto"
|
|
400
|
+
"onratechange": {
|
|
401
|
+
"ref": "https://html.spec.whatwg.org/multipage/webappapis.html#handler-onratechange",
|
|
402
|
+
"type": "FunctionBody"
|
|
412
403
|
},
|
|
413
|
-
{
|
|
414
|
-
"
|
|
415
|
-
"type": "
|
|
416
|
-
}
|
|
417
|
-
],
|
|
418
|
-
"#SVGAnimationEventAttrs": [
|
|
419
|
-
{
|
|
420
|
-
"name": "onbegin",
|
|
421
|
-
"type": "Function"
|
|
422
|
-
},
|
|
423
|
-
{
|
|
424
|
-
"name": "onend",
|
|
425
|
-
"type": "Function"
|
|
426
|
-
},
|
|
427
|
-
{
|
|
428
|
-
"name": "onrepeat",
|
|
429
|
-
"type": "Function"
|
|
430
|
-
}
|
|
431
|
-
],
|
|
432
|
-
"#SVGAnimationTargetElementAttrs": [
|
|
433
|
-
{
|
|
434
|
-
"name": "href",
|
|
435
|
-
"type": "URL"
|
|
436
|
-
}
|
|
437
|
-
],
|
|
438
|
-
"#SVGAnimationTimingAttrs": [
|
|
439
|
-
{
|
|
440
|
-
"name": "begin",
|
|
441
|
-
"type": "SVGBeginValueList",
|
|
442
|
-
"defaultValue": "0s"
|
|
404
|
+
"onreset": {
|
|
405
|
+
"ref": "https://html.spec.whatwg.org/multipage/webappapis.html#handler-onreset",
|
|
406
|
+
"type": "FunctionBody"
|
|
443
407
|
},
|
|
444
|
-
{
|
|
445
|
-
"
|
|
446
|
-
"type":
|
|
447
|
-
"SVGClockValue",
|
|
448
|
-
{
|
|
449
|
-
"enum": ["media", "indefinite"]
|
|
450
|
-
}
|
|
451
|
-
],
|
|
452
|
-
"defaultValue": "indefinite"
|
|
408
|
+
"onresize": {
|
|
409
|
+
"ref": "https://html.spec.whatwg.org/multipage/webappapis.html#handler-onresize",
|
|
410
|
+
"type": "FunctionBody"
|
|
453
411
|
},
|
|
454
|
-
{
|
|
455
|
-
"
|
|
456
|
-
"type": "
|
|
412
|
+
"onscroll": {
|
|
413
|
+
"ref": "https://html.spec.whatwg.org/multipage/webappapis.html#handler-onscroll",
|
|
414
|
+
"type": "FunctionBody"
|
|
457
415
|
},
|
|
458
|
-
{
|
|
459
|
-
"
|
|
460
|
-
"type": "
|
|
461
|
-
"defaultValue": "0"
|
|
416
|
+
"onsecuritypolicyviolation": {
|
|
417
|
+
"ref": "https://html.spec.whatwg.org/multipage/webappapis.html#handler-onsecuritypolicyviolation",
|
|
418
|
+
"type": "FunctionBody"
|
|
462
419
|
},
|
|
463
|
-
{
|
|
464
|
-
"
|
|
465
|
-
"type": "
|
|
420
|
+
"onseeked": {
|
|
421
|
+
"ref": "https://html.spec.whatwg.org/multipage/webappapis.html#handler-onseeked",
|
|
422
|
+
"type": "FunctionBody"
|
|
466
423
|
},
|
|
467
|
-
{
|
|
468
|
-
"
|
|
469
|
-
"type":
|
|
470
|
-
"enum": ["always", "whenNotActive", "never"]
|
|
471
|
-
},
|
|
472
|
-
"defaultValue": "always"
|
|
424
|
+
"onseeking": {
|
|
425
|
+
"ref": "https://html.spec.whatwg.org/multipage/webappapis.html#handler-onseeking",
|
|
426
|
+
"type": "FunctionBody"
|
|
473
427
|
},
|
|
474
|
-
{
|
|
475
|
-
"
|
|
476
|
-
"type":
|
|
477
|
-
"Float",
|
|
478
|
-
{
|
|
479
|
-
"enum": ["indefinite"]
|
|
480
|
-
}
|
|
481
|
-
]
|
|
428
|
+
"onselect": {
|
|
429
|
+
"ref": "https://html.spec.whatwg.org/multipage/webappapis.html#handler-onselect",
|
|
430
|
+
"type": "FunctionBody"
|
|
482
431
|
},
|
|
483
|
-
{
|
|
484
|
-
"
|
|
485
|
-
"type":
|
|
486
|
-
"SVGClockValue",
|
|
487
|
-
{
|
|
488
|
-
"enum": ["indefinite"]
|
|
489
|
-
}
|
|
490
|
-
]
|
|
432
|
+
"onslotchange": {
|
|
433
|
+
"ref": "https://html.spec.whatwg.org/multipage/webappapis.html#handler-onslotchange",
|
|
434
|
+
"type": "FunctionBody"
|
|
491
435
|
},
|
|
492
|
-
{
|
|
493
|
-
"
|
|
494
|
-
"type":
|
|
495
|
-
"enum": ["freeze", "remove"]
|
|
496
|
-
},
|
|
497
|
-
"defaultValue": "remove"
|
|
498
|
-
}
|
|
499
|
-
],
|
|
500
|
-
"#SVGAnimationValueAttrs": [
|
|
501
|
-
{
|
|
502
|
-
"name": "calcMode",
|
|
503
|
-
"type": {
|
|
504
|
-
"enum": ["discrete", "linear", "paced", "spline"]
|
|
505
|
-
},
|
|
506
|
-
"defaultValue": "linear"
|
|
436
|
+
"onstalled": {
|
|
437
|
+
"ref": "https://html.spec.whatwg.org/multipage/webappapis.html#handler-onstalled",
|
|
438
|
+
"type": "FunctionBody"
|
|
507
439
|
},
|
|
508
|
-
{
|
|
509
|
-
"
|
|
510
|
-
"type": "
|
|
440
|
+
"onsubmit": {
|
|
441
|
+
"ref": "https://html.spec.whatwg.org/multipage/webappapis.html#handler-onsubmit",
|
|
442
|
+
"type": "FunctionBody"
|
|
511
443
|
},
|
|
512
|
-
{
|
|
513
|
-
"
|
|
514
|
-
"type": "
|
|
444
|
+
"onsuspend": {
|
|
445
|
+
"ref": "https://html.spec.whatwg.org/multipage/webappapis.html#handler-onsuspend",
|
|
446
|
+
"type": "FunctionBody"
|
|
515
447
|
},
|
|
516
|
-
{
|
|
517
|
-
"
|
|
518
|
-
"type": "
|
|
448
|
+
"ontimeupdate": {
|
|
449
|
+
"ref": "https://html.spec.whatwg.org/multipage/webappapis.html#handler-ontimeupdate",
|
|
450
|
+
"type": "FunctionBody"
|
|
519
451
|
},
|
|
520
|
-
{
|
|
521
|
-
"
|
|
522
|
-
"type": "
|
|
452
|
+
"ontoggle": {
|
|
453
|
+
"ref": "https://html.spec.whatwg.org/multipage/webappapis.html#handler-ontoggle",
|
|
454
|
+
"type": "FunctionBody"
|
|
523
455
|
},
|
|
524
|
-
{
|
|
525
|
-
"
|
|
526
|
-
"type": "
|
|
456
|
+
"onvolumechange": {
|
|
457
|
+
"ref": "https://html.spec.whatwg.org/multipage/webappapis.html#handler-onvolumechange",
|
|
458
|
+
"type": "FunctionBody"
|
|
527
459
|
},
|
|
528
|
-
{
|
|
529
|
-
"
|
|
530
|
-
"type": "
|
|
460
|
+
"onwaiting": {
|
|
461
|
+
"ref": "https://html.spec.whatwg.org/multipage/webappapis.html#handler-onwaiting",
|
|
462
|
+
"type": "FunctionBody"
|
|
531
463
|
},
|
|
532
|
-
{
|
|
533
|
-
"
|
|
534
|
-
"type":
|
|
535
|
-
"enum": ["true", "false"]
|
|
536
|
-
},
|
|
537
|
-
"defaultValue": "false"
|
|
464
|
+
"onunload": {
|
|
465
|
+
"ref": "https://w3c.github.io/uievents/#unload",
|
|
466
|
+
"type": "FunctionBody"
|
|
538
467
|
},
|
|
539
|
-
{
|
|
540
|
-
"
|
|
541
|
-
"type": "
|
|
542
|
-
"defaultValue": "0"
|
|
468
|
+
"onwheel": {
|
|
469
|
+
"ref": "https://html.spec.whatwg.org/multipage/webappapis.html#handler-onwheel",
|
|
470
|
+
"type": "FunctionBody"
|
|
543
471
|
},
|
|
544
|
-
{
|
|
545
|
-
"
|
|
546
|
-
"type": "
|
|
547
|
-
"defaultValue": "0"
|
|
548
|
-
}
|
|
549
|
-
],
|
|
550
|
-
"#SVGConditionalProcessingAttrs": [
|
|
551
|
-
{
|
|
552
|
-
"name": "requiredExtensions",
|
|
553
|
-
"type": "URLList"
|
|
554
|
-
},
|
|
555
|
-
{
|
|
556
|
-
"name": "systemLanguage",
|
|
557
|
-
"type": "SVGLanguageTags"
|
|
558
|
-
},
|
|
559
|
-
{
|
|
560
|
-
"name": "requiredFeatures",
|
|
561
|
-
"type": "String",
|
|
472
|
+
"onwebkitanimationend": {
|
|
473
|
+
"ref": "https://html.spec.whatwg.org/multipage/webappapis.html#handler-onwebkitanimationend",
|
|
474
|
+
"type": "FunctionBody",
|
|
562
475
|
"deprecated": true
|
|
563
|
-
}
|
|
564
|
-
],
|
|
565
|
-
"#SVGCoreAttrs": [
|
|
566
|
-
{
|
|
567
|
-
"name": "id",
|
|
568
|
-
"type": "DOMID"
|
|
569
|
-
},
|
|
570
|
-
{
|
|
571
|
-
"name": "tabindex",
|
|
572
|
-
"type": "TabIndex"
|
|
573
|
-
},
|
|
574
|
-
{
|
|
575
|
-
"name": "autofocus",
|
|
576
|
-
"type": "Boolean"
|
|
577
|
-
},
|
|
578
|
-
{
|
|
579
|
-
"name": "lang",
|
|
580
|
-
"type": "BCP47"
|
|
581
|
-
},
|
|
582
|
-
{
|
|
583
|
-
"name": "class",
|
|
584
|
-
"type": "String"
|
|
585
|
-
},
|
|
586
|
-
{
|
|
587
|
-
"name": "style",
|
|
588
|
-
"type": "String"
|
|
589
476
|
},
|
|
590
|
-
{
|
|
591
|
-
"
|
|
592
|
-
"type": "
|
|
477
|
+
"onwebkitanimationiteration": {
|
|
478
|
+
"ref": "https://html.spec.whatwg.org/multipage/webappapis.html#handler-onwebkitanimationiteration",
|
|
479
|
+
"type": "FunctionBody",
|
|
593
480
|
"deprecated": true
|
|
594
481
|
},
|
|
595
|
-
{
|
|
596
|
-
"
|
|
597
|
-
"type": "
|
|
482
|
+
"onwebkitanimationstart": {
|
|
483
|
+
"ref": "https://html.spec.whatwg.org/multipage/webappapis.html#handler-onwebkitanimationstart",
|
|
484
|
+
"type": "FunctionBody",
|
|
598
485
|
"deprecated": true
|
|
599
486
|
},
|
|
600
|
-
{
|
|
601
|
-
"
|
|
602
|
-
"type":
|
|
603
|
-
"enum": ["default", "preserve"]
|
|
604
|
-
},
|
|
605
|
-
"defaultValue": "default",
|
|
487
|
+
"onwebkittransitionend": {
|
|
488
|
+
"ref": "https://html.spec.whatwg.org/multipage/webappapis.html#handler-onwebkittransitionend",
|
|
489
|
+
"type": "FunctionBody",
|
|
606
490
|
"deprecated": true
|
|
607
491
|
}
|
|
608
|
-
|
|
609
|
-
"#
|
|
610
|
-
{
|
|
611
|
-
"
|
|
612
|
-
"type": "
|
|
613
|
-
},
|
|
614
|
-
{
|
|
615
|
-
"
|
|
616
|
-
"type": "
|
|
617
|
-
},
|
|
618
|
-
{
|
|
619
|
-
"
|
|
620
|
-
"type": "
|
|
621
|
-
}
|
|
622
|
-
],
|
|
623
|
-
"#SVGDocumentEventAttrs": [
|
|
624
|
-
{
|
|
625
|
-
"name": "onabort",
|
|
626
|
-
"type": "Function"
|
|
627
|
-
},
|
|
628
|
-
{
|
|
629
|
-
"name": "onerror",
|
|
630
|
-
"type": "Function"
|
|
631
|
-
},
|
|
632
|
-
{
|
|
633
|
-
"name": "onresize",
|
|
634
|
-
"type": "Function"
|
|
635
|
-
},
|
|
636
|
-
{
|
|
637
|
-
"name": "onscroll",
|
|
638
|
-
"type": "Function"
|
|
639
|
-
},
|
|
640
|
-
{
|
|
641
|
-
"name": "onunload",
|
|
642
|
-
"type": "Function"
|
|
492
|
+
},
|
|
493
|
+
"#DocumentElementEventAttrs": {
|
|
494
|
+
"oncopy": {
|
|
495
|
+
"ref": "https://html.spec.whatwg.org/multipage/webappapis.html#handler-oncopy",
|
|
496
|
+
"type": "FunctionBody"
|
|
497
|
+
},
|
|
498
|
+
"oncut": {
|
|
499
|
+
"ref": "https://html.spec.whatwg.org/multipage/webappapis.html#handler-oncut",
|
|
500
|
+
"type": "FunctionBody"
|
|
501
|
+
},
|
|
502
|
+
"onpaste": {
|
|
503
|
+
"ref": "https://html.spec.whatwg.org/multipage/webappapis.html#handler-onpaste",
|
|
504
|
+
"type": "FunctionBody"
|
|
643
505
|
}
|
|
644
|
-
|
|
645
|
-
"#
|
|
646
|
-
{
|
|
647
|
-
"
|
|
648
|
-
"type":
|
|
649
|
-
"SVGLength",
|
|
650
|
-
"SVGPercentage",
|
|
651
|
-
{
|
|
652
|
-
"enum": ["auto"]
|
|
653
|
-
}
|
|
654
|
-
],
|
|
655
|
-
"defaultValue": "auto"
|
|
656
|
-
},
|
|
657
|
-
{
|
|
658
|
-
"name": "result",
|
|
659
|
-
"type": "SVGFilterPrimitiveReference"
|
|
660
|
-
},
|
|
661
|
-
{
|
|
662
|
-
"name": "width",
|
|
663
|
-
"type": [
|
|
664
|
-
"SVGLength",
|
|
665
|
-
"SVGPercentage",
|
|
666
|
-
{
|
|
667
|
-
"enum": ["auto"]
|
|
668
|
-
}
|
|
669
|
-
],
|
|
670
|
-
"defaultValue": "auto"
|
|
671
|
-
},
|
|
672
|
-
{
|
|
673
|
-
"name": "x",
|
|
674
|
-
"type": ["SVGLength", "SVGPercentage"],
|
|
675
|
-
"defaultValue": "0%"
|
|
676
|
-
},
|
|
677
|
-
{
|
|
678
|
-
"name": "y",
|
|
679
|
-
"type": ["SVGLength", "SVGPercentage"],
|
|
680
|
-
"defaultValue": "0%"
|
|
681
|
-
}
|
|
682
|
-
],
|
|
683
|
-
"#SVGGlobalEventAttrs": [
|
|
684
|
-
{
|
|
685
|
-
"name": "oncancel",
|
|
686
|
-
"type": "Function"
|
|
687
|
-
},
|
|
688
|
-
{
|
|
689
|
-
"name": "oncanplay",
|
|
690
|
-
"type": "Function"
|
|
691
|
-
},
|
|
692
|
-
{
|
|
693
|
-
"name": "oncanplaythrough",
|
|
694
|
-
"type": "Function"
|
|
695
|
-
},
|
|
696
|
-
{
|
|
697
|
-
"name": "onchange",
|
|
698
|
-
"type": "Function"
|
|
699
|
-
},
|
|
700
|
-
{
|
|
701
|
-
"name": "onclick",
|
|
702
|
-
"type": "Function"
|
|
703
|
-
},
|
|
704
|
-
{
|
|
705
|
-
"name": "onclose",
|
|
706
|
-
"type": "Function"
|
|
707
|
-
},
|
|
708
|
-
{
|
|
709
|
-
"name": "oncuechange",
|
|
710
|
-
"type": "Function"
|
|
711
|
-
},
|
|
712
|
-
{
|
|
713
|
-
"name": "ondblclick",
|
|
714
|
-
"type": "Function"
|
|
715
|
-
},
|
|
716
|
-
{
|
|
717
|
-
"name": "ondrag",
|
|
718
|
-
"type": "Function"
|
|
719
|
-
},
|
|
720
|
-
{
|
|
721
|
-
"name": "ondragend",
|
|
722
|
-
"type": "Function"
|
|
723
|
-
},
|
|
724
|
-
{
|
|
725
|
-
"name": "ondragenter",
|
|
726
|
-
"type": "Function"
|
|
727
|
-
},
|
|
728
|
-
{
|
|
729
|
-
"name": "ondragleave",
|
|
730
|
-
"type": "Function"
|
|
731
|
-
},
|
|
732
|
-
{
|
|
733
|
-
"name": "ondragover",
|
|
734
|
-
"type": "Function"
|
|
735
|
-
},
|
|
736
|
-
{
|
|
737
|
-
"name": "ondragstart",
|
|
738
|
-
"type": "Function"
|
|
739
|
-
},
|
|
740
|
-
{
|
|
741
|
-
"name": "ondrop",
|
|
742
|
-
"type": "Function"
|
|
743
|
-
},
|
|
744
|
-
{
|
|
745
|
-
"name": "ondurationchange",
|
|
746
|
-
"type": "Function"
|
|
506
|
+
},
|
|
507
|
+
"#HTMLLinkAndFetchingAttrs": {
|
|
508
|
+
"href": {
|
|
509
|
+
"ref": "https://html.spec.whatwg.org/multipage/links.html#attr-hyperlink-href",
|
|
510
|
+
"type": "URL"
|
|
747
511
|
},
|
|
748
|
-
{
|
|
749
|
-
"
|
|
750
|
-
"type": "
|
|
512
|
+
"target": {
|
|
513
|
+
"ref": "https://html.spec.whatwg.org/multipage/links.html#attr-hyperlink-target",
|
|
514
|
+
"type": "BrowsingContextNameOrKeyword",
|
|
515
|
+
"condition": {
|
|
516
|
+
"self": "[href]"
|
|
517
|
+
}
|
|
751
518
|
},
|
|
752
|
-
{
|
|
753
|
-
"
|
|
754
|
-
"type": "
|
|
519
|
+
"download": {
|
|
520
|
+
"ref": "https://html.spec.whatwg.org/multipage/links.html#attr-hyperlink-download",
|
|
521
|
+
"type": "Any",
|
|
522
|
+
"condition": {
|
|
523
|
+
"self": "[href]"
|
|
524
|
+
}
|
|
755
525
|
},
|
|
756
|
-
{
|
|
757
|
-
"
|
|
758
|
-
"type":
|
|
526
|
+
"ping": {
|
|
527
|
+
"ref": "https://html.spec.whatwg.org/multipage/links.html#ping",
|
|
528
|
+
"type": {
|
|
529
|
+
"token": "HTTPSchemaURL",
|
|
530
|
+
"separator": "space"
|
|
531
|
+
},
|
|
532
|
+
"condition": {
|
|
533
|
+
"self": "[href]"
|
|
534
|
+
}
|
|
759
535
|
},
|
|
760
|
-
{
|
|
761
|
-
"
|
|
762
|
-
"type":
|
|
536
|
+
"rel": {
|
|
537
|
+
"ref": "https://html.spec.whatwg.org/multipage/links.html#attr-hyperlink-rel",
|
|
538
|
+
"type": {
|
|
539
|
+
"token": {
|
|
540
|
+
"enum": [
|
|
541
|
+
"alternate",
|
|
542
|
+
"author",
|
|
543
|
+
"bookmark",
|
|
544
|
+
"external",
|
|
545
|
+
"help",
|
|
546
|
+
"license",
|
|
547
|
+
"next",
|
|
548
|
+
"nofollow",
|
|
549
|
+
"noopener",
|
|
550
|
+
"noreferrer",
|
|
551
|
+
"opener",
|
|
552
|
+
"prev",
|
|
553
|
+
"search",
|
|
554
|
+
"tag"
|
|
555
|
+
]
|
|
556
|
+
},
|
|
557
|
+
"unique": true,
|
|
558
|
+
"separator": "space"
|
|
559
|
+
},
|
|
560
|
+
"condition": {
|
|
561
|
+
"self": "[href]"
|
|
562
|
+
}
|
|
763
563
|
},
|
|
764
|
-
{
|
|
765
|
-
"
|
|
766
|
-
"type": "
|
|
564
|
+
"hreflang": {
|
|
565
|
+
"ref": "https://html.spec.whatwg.org/multipage/links.html#attr-hyperlink-hreflang",
|
|
566
|
+
"type": "BCP47",
|
|
567
|
+
"condition": {
|
|
568
|
+
"self": "[href]"
|
|
569
|
+
}
|
|
767
570
|
},
|
|
768
|
-
{
|
|
769
|
-
"
|
|
770
|
-
"type": "
|
|
571
|
+
"type": {
|
|
572
|
+
"ref": "https://html.spec.whatwg.org/multipage/links.html#attr-hyperlink-type",
|
|
573
|
+
"type": "MIMEType",
|
|
574
|
+
"condition": {
|
|
575
|
+
"self": "[href]"
|
|
576
|
+
}
|
|
771
577
|
},
|
|
772
|
-
{
|
|
773
|
-
"
|
|
774
|
-
"type":
|
|
578
|
+
"referrerpolicy": {
|
|
579
|
+
"ref": "https://html.spec.whatwg.org/multipage/urls-and-fetching.html#referrer-policy-attribute",
|
|
580
|
+
"type": {
|
|
581
|
+
"enum": [
|
|
582
|
+
"",
|
|
583
|
+
"no-referrer",
|
|
584
|
+
"no-referrer-when-downgrade",
|
|
585
|
+
"same-origin",
|
|
586
|
+
"origin",
|
|
587
|
+
"strict-origin",
|
|
588
|
+
"origin-when-cross-origin",
|
|
589
|
+
"strict-origin-when-cross-origin",
|
|
590
|
+
"unsafe-url"
|
|
591
|
+
]
|
|
592
|
+
},
|
|
593
|
+
"condition": {
|
|
594
|
+
"self": "[href]"
|
|
595
|
+
},
|
|
596
|
+
"defaultValue": "strict-origin-when-cross-origin"
|
|
775
597
|
},
|
|
776
|
-
{
|
|
777
|
-
"
|
|
778
|
-
"type":
|
|
598
|
+
"loading": {
|
|
599
|
+
"ref": "https://html.spec.whatwg.org/multipage/urls-and-fetching.html#lazy-loading-attribute",
|
|
600
|
+
"type": {
|
|
601
|
+
"enum": ["lazy", "eager"],
|
|
602
|
+
"invalidValueDefault": "eager",
|
|
603
|
+
"missingValueDefault": "eager"
|
|
604
|
+
}
|
|
779
605
|
},
|
|
780
|
-
{
|
|
781
|
-
"
|
|
782
|
-
"type": "
|
|
606
|
+
"integrity": {
|
|
607
|
+
"ref": "https://html.spec.whatwg.org/multipage/semantics.html#attr-link-integrity",
|
|
608
|
+
"type": "Any",
|
|
609
|
+
"_TODO_": "The type is hash-source (https://w3c.github.io/webappsec-subresource-integrity/#integrity-metadata-description)"
|
|
783
610
|
},
|
|
784
|
-
{
|
|
785
|
-
"
|
|
786
|
-
"type": "
|
|
611
|
+
"media": {
|
|
612
|
+
"ref": "https://html.spec.whatwg.org/multipage/semantics.html#attr-link-media",
|
|
613
|
+
"type": "<media-query-list>"
|
|
787
614
|
},
|
|
788
|
-
{
|
|
789
|
-
"
|
|
790
|
-
"type":
|
|
615
|
+
"crossorigin": {
|
|
616
|
+
"ref": "https://html.spec.whatwg.org/multipage/urls-and-fetching.html#cors-settings-attribute",
|
|
617
|
+
"type": {
|
|
618
|
+
"enum": ["", "anonymous", "use-credentials"],
|
|
619
|
+
"invalidValueDefault": "anonymous",
|
|
620
|
+
"missingValueDefault": "No CORS",
|
|
621
|
+
"sameStates": {
|
|
622
|
+
"anonymous": [""]
|
|
623
|
+
}
|
|
624
|
+
}
|
|
625
|
+
}
|
|
626
|
+
},
|
|
627
|
+
"#HTMLEmbededAndMediaContentAttrs": {
|
|
628
|
+
"src": {
|
|
629
|
+
"ref": "https://html.spec.whatwg.org/multipage/media.html#attr-media-src",
|
|
630
|
+
"type": "URL"
|
|
791
631
|
},
|
|
792
|
-
{
|
|
793
|
-
"
|
|
794
|
-
"type":
|
|
632
|
+
"preload": {
|
|
633
|
+
"ref": "https://html.spec.whatwg.org/multipage/media.html#attr-media-preload",
|
|
634
|
+
"type": {
|
|
635
|
+
"enum": ["none", "metadata", "auto"],
|
|
636
|
+
"invalidValueDefault": "implementation-defined",
|
|
637
|
+
"missingValueDefault": "implementation-defined"
|
|
638
|
+
}
|
|
795
639
|
},
|
|
796
|
-
{
|
|
797
|
-
"
|
|
798
|
-
"type": "
|
|
640
|
+
"autoplay": {
|
|
641
|
+
"ref": "https://html.spec.whatwg.org/multipage/media.html#attr-media-autoplay",
|
|
642
|
+
"type": "Boolean"
|
|
799
643
|
},
|
|
800
|
-
{
|
|
801
|
-
"
|
|
802
|
-
"type": "
|
|
644
|
+
"loop": {
|
|
645
|
+
"ref": "https://html.spec.whatwg.org/multipage/media.html#attr-media-loop",
|
|
646
|
+
"type": "Boolean"
|
|
803
647
|
},
|
|
804
|
-
{
|
|
805
|
-
"
|
|
806
|
-
"type": "
|
|
648
|
+
"muted": {
|
|
649
|
+
"ref": "https://html.spec.whatwg.org/multipage/media.html#attr-media-controls",
|
|
650
|
+
"type": "Boolean"
|
|
807
651
|
},
|
|
808
|
-
{
|
|
809
|
-
"
|
|
810
|
-
"type": "
|
|
652
|
+
"controls": {
|
|
653
|
+
"ref": "https://html.spec.whatwg.org/multipage/media.html#attr-media-muted",
|
|
654
|
+
"type": "Boolean"
|
|
811
655
|
},
|
|
812
|
-
{
|
|
813
|
-
"
|
|
814
|
-
"type": "
|
|
656
|
+
"height": {
|
|
657
|
+
"ref": "https://html.spec.whatwg.org/multipage/embedded-content-other.html#attr-dim-height",
|
|
658
|
+
"type": "Uint"
|
|
815
659
|
},
|
|
816
|
-
{
|
|
817
|
-
"
|
|
818
|
-
"type": "
|
|
660
|
+
"srcset": {
|
|
661
|
+
"ref": "https://html.spec.whatwg.org/multipage/embedded-content.html#attr-source-srcset",
|
|
662
|
+
"type": "Srcset"
|
|
819
663
|
},
|
|
820
|
-
{
|
|
821
|
-
"
|
|
822
|
-
"type": "
|
|
664
|
+
"sizes": {
|
|
665
|
+
"ref": "https://html.spec.whatwg.org/multipage/embedded-content.html#attr-source-sizes",
|
|
666
|
+
"type": "SourceSizeList"
|
|
823
667
|
},
|
|
824
|
-
{
|
|
825
|
-
"
|
|
826
|
-
"type": "
|
|
668
|
+
"width": {
|
|
669
|
+
"ref": "https://html.spec.whatwg.org/multipage/embedded-content-other.html#attr-dim-width",
|
|
670
|
+
"type": "Uint"
|
|
671
|
+
}
|
|
672
|
+
},
|
|
673
|
+
"#HTMLFormControlElementAttrs": {
|
|
674
|
+
"autocomplete": {
|
|
675
|
+
"ref": "https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#attr-fe-autocomplete",
|
|
676
|
+
"type": "AutoComplete"
|
|
677
|
+
},
|
|
678
|
+
"dirname": {
|
|
679
|
+
"ref": "https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#attr-fe-dirname",
|
|
680
|
+
"type": "NoEmptyAny"
|
|
681
|
+
},
|
|
682
|
+
"disabled": {
|
|
683
|
+
"ref": "https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#attr-fe-disabled",
|
|
684
|
+
"type": "Boolean"
|
|
827
685
|
},
|
|
828
|
-
{
|
|
829
|
-
"
|
|
830
|
-
"type": "
|
|
686
|
+
"form": {
|
|
687
|
+
"ref": "https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#attr-fae-form",
|
|
688
|
+
"type": "DOMID"
|
|
831
689
|
},
|
|
832
|
-
{
|
|
833
|
-
"
|
|
834
|
-
"type": "
|
|
690
|
+
"formaction": {
|
|
691
|
+
"ref": "https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#attr-fs-formaction",
|
|
692
|
+
"type": "URL"
|
|
835
693
|
},
|
|
836
|
-
{
|
|
837
|
-
"
|
|
838
|
-
"type":
|
|
694
|
+
"formenctype": {
|
|
695
|
+
"ref": "https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#attr-fs-formenctype",
|
|
696
|
+
"type": {
|
|
697
|
+
"enum": ["application/x-www-form-urlencoded", "multipart/form-data", "text/plain"],
|
|
698
|
+
"invalidValueDefault": "application/x-www-form-urlencoded"
|
|
699
|
+
}
|
|
839
700
|
},
|
|
840
|
-
{
|
|
841
|
-
"
|
|
842
|
-
"type":
|
|
701
|
+
"formmethod": {
|
|
702
|
+
"ref": "https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#attr-fs-formmethod",
|
|
703
|
+
"type": {
|
|
704
|
+
"enum": ["post", "get", "dialog"],
|
|
705
|
+
"invalidValueDefault": "get"
|
|
706
|
+
}
|
|
843
707
|
},
|
|
844
|
-
{
|
|
845
|
-
"
|
|
846
|
-
"type": "
|
|
708
|
+
"formnovalidate": {
|
|
709
|
+
"ref": "https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#attr-fs-formnovalidate",
|
|
710
|
+
"type": "Boolean"
|
|
847
711
|
},
|
|
848
|
-
{
|
|
849
|
-
"
|
|
850
|
-
"type": "
|
|
712
|
+
"formtarget": {
|
|
713
|
+
"ref": "https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#attr-fs-formtarget",
|
|
714
|
+
"type": "BrowsingContextNameOrKeyword"
|
|
851
715
|
},
|
|
852
|
-
{
|
|
853
|
-
"
|
|
854
|
-
"type": "
|
|
716
|
+
"name": {
|
|
717
|
+
"ref": "https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#attr-fe-name",
|
|
718
|
+
"type": "NoEmptyAny"
|
|
855
719
|
},
|
|
856
|
-
{
|
|
857
|
-
"
|
|
858
|
-
"type": "
|
|
720
|
+
"maxlength": {
|
|
721
|
+
"ref": "https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#attr-fe-maxlength",
|
|
722
|
+
"type": "Uint"
|
|
859
723
|
},
|
|
860
|
-
{
|
|
861
|
-
"
|
|
862
|
-
"type": "
|
|
724
|
+
"minlength": {
|
|
725
|
+
"ref": "https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#attr-fe-minlength",
|
|
726
|
+
"type": "Uint"
|
|
863
727
|
},
|
|
864
|
-
{
|
|
865
|
-
"
|
|
866
|
-
"type": "
|
|
728
|
+
"readonly": {
|
|
729
|
+
"ref": "https://html.spec.whatwg.org/multipage/input.html#attr-input-readonly",
|
|
730
|
+
"type": "Boolean"
|
|
867
731
|
},
|
|
868
|
-
{
|
|
869
|
-
"
|
|
870
|
-
"type": "
|
|
732
|
+
"required": {
|
|
733
|
+
"ref": "https://html.spec.whatwg.org/multipage/input.html#attr-input-required",
|
|
734
|
+
"type": "Boolean"
|
|
735
|
+
}
|
|
736
|
+
},
|
|
737
|
+
"#HTMLTableCellElementAttrs": {
|
|
738
|
+
"colspan": {
|
|
739
|
+
"ref": "https://html.spec.whatwg.org/multipage/tables.html#attr-tdth-colspan",
|
|
740
|
+
"type": {
|
|
741
|
+
"type": "integer",
|
|
742
|
+
"gt": 0,
|
|
743
|
+
"lte": 1000
|
|
744
|
+
}
|
|
871
745
|
},
|
|
872
|
-
{
|
|
873
|
-
"
|
|
874
|
-
"type":
|
|
746
|
+
"rowspan": {
|
|
747
|
+
"ref": "https://html.spec.whatwg.org/multipage/tables.html#attr-tdth-rowspan",
|
|
748
|
+
"type": {
|
|
749
|
+
"type": "integer",
|
|
750
|
+
"gt": 0,
|
|
751
|
+
"lte": 65534
|
|
752
|
+
}
|
|
875
753
|
},
|
|
876
|
-
{
|
|
877
|
-
"
|
|
878
|
-
"type":
|
|
754
|
+
"headers": {
|
|
755
|
+
"ref": "https://html.spec.whatwg.org/multipage/tables.html#attr-tdth-headers",
|
|
756
|
+
"type": {
|
|
757
|
+
"token": "DOMID",
|
|
758
|
+
"ordered": false,
|
|
759
|
+
"unique": true,
|
|
760
|
+
"separator": "space"
|
|
761
|
+
}
|
|
762
|
+
}
|
|
763
|
+
},
|
|
764
|
+
"#ARIAAttrs": {
|
|
765
|
+
"role": {
|
|
766
|
+
"ref": "https://html.spec.whatwg.org/multipage/infrastructure.html#attr-aria-role",
|
|
767
|
+
"type": {
|
|
768
|
+
"token": "NoEmptyAny",
|
|
769
|
+
"separator": "space"
|
|
770
|
+
}
|
|
771
|
+
}
|
|
772
|
+
},
|
|
773
|
+
"#SVGAnimationAdditionAttrs": {
|
|
774
|
+
"additive": {
|
|
775
|
+
"ref": "https://svgwg.org/specs/animations/#AdditiveAttribute",
|
|
776
|
+
"type": {
|
|
777
|
+
"enum": ["replace", "sum"]
|
|
778
|
+
},
|
|
779
|
+
"defaultValue": "replace"
|
|
879
780
|
},
|
|
880
|
-
{
|
|
881
|
-
"
|
|
882
|
-
"type":
|
|
781
|
+
"accumulate": {
|
|
782
|
+
"ref": "https://svgwg.org/specs/animations/#AccumulateAttribute",
|
|
783
|
+
"type": {
|
|
784
|
+
"enum": ["none", "sum"]
|
|
785
|
+
},
|
|
786
|
+
"defaultValue": "none"
|
|
787
|
+
}
|
|
788
|
+
},
|
|
789
|
+
"#SVGAnimationAttributeTargetAttrs": {
|
|
790
|
+
"attributeName": {
|
|
791
|
+
"ref": "https://svgwg.org/specs/animations/#AttributeNameAttribute",
|
|
792
|
+
"type": "XMLName"
|
|
793
|
+
},
|
|
794
|
+
"attributeType": {
|
|
795
|
+
"ref": "https://www.w3.org/TR/2001/REC-smil-animation-20010904/#AttributeTypeAttribute",
|
|
796
|
+
"type": {
|
|
797
|
+
"enum": ["CSS", "XML", "auto"]
|
|
798
|
+
},
|
|
799
|
+
"defaultValue": "auto",
|
|
800
|
+
"noUse": true
|
|
801
|
+
}
|
|
802
|
+
},
|
|
803
|
+
"#SVGAnimationEventAttrs": {
|
|
804
|
+
"onbegin": {
|
|
805
|
+
"ref": "https://svgwg.org/svg2-draft/interact.html#OnBeginEventAttribute",
|
|
806
|
+
"type": "FunctionBody"
|
|
807
|
+
},
|
|
808
|
+
"onend": {
|
|
809
|
+
"ref": "https://svgwg.org/svg2-draft/interact.html#OnEndEventAttribute",
|
|
810
|
+
"type": "FunctionBody"
|
|
811
|
+
},
|
|
812
|
+
"onrepeat": {
|
|
813
|
+
"ref": "https://svgwg.org/svg2-draft/interact.html#OnRepeatEventAttribute",
|
|
814
|
+
"type": "FunctionBody"
|
|
815
|
+
}
|
|
816
|
+
},
|
|
817
|
+
"#SVGAnimationTargetElementAttrs": {
|
|
818
|
+
"href": {
|
|
819
|
+
"ref": "https://svgwg.org/specs/animations/#HrefAttribute",
|
|
820
|
+
"type": "URL"
|
|
883
821
|
},
|
|
884
|
-
{
|
|
885
|
-
"
|
|
886
|
-
"type": "
|
|
822
|
+
"xlink:href": {
|
|
823
|
+
"ref": "https://svgwg.org/svg2-draft/linking.html#XLinkHrefAttribute",
|
|
824
|
+
"type": "URL",
|
|
825
|
+
"deprecated": true
|
|
826
|
+
}
|
|
827
|
+
},
|
|
828
|
+
"#SVGAnimationTimingAttrs": {
|
|
829
|
+
"begin": {
|
|
830
|
+
"ref": "https://svgwg.org/specs/animations/#BeginAttribute",
|
|
831
|
+
"type": "<begin-value-list>",
|
|
832
|
+
"defaultValue": "0s"
|
|
887
833
|
},
|
|
888
|
-
{
|
|
889
|
-
"
|
|
890
|
-
"type":
|
|
834
|
+
"dur": {
|
|
835
|
+
"ref": "https://svgwg.org/specs/animations/#DurAttribute",
|
|
836
|
+
"type": [
|
|
837
|
+
"<clock-value>",
|
|
838
|
+
{
|
|
839
|
+
"enum": ["media", "indefinite"]
|
|
840
|
+
}
|
|
841
|
+
],
|
|
842
|
+
"defaultValue": "indefinite"
|
|
891
843
|
},
|
|
892
|
-
{
|
|
893
|
-
"
|
|
894
|
-
"type": "
|
|
844
|
+
"end": {
|
|
845
|
+
"ref": "https://svgwg.org/specs/animations/#EndAttribute",
|
|
846
|
+
"type": "<end-value-list>"
|
|
895
847
|
},
|
|
896
|
-
{
|
|
897
|
-
"
|
|
898
|
-
"type": "
|
|
848
|
+
"min": {
|
|
849
|
+
"ref": "https://svgwg.org/specs/animations/#MinAttribute",
|
|
850
|
+
"type": "<clock-value>",
|
|
851
|
+
"defaultValue": "0s"
|
|
899
852
|
},
|
|
900
|
-
{
|
|
901
|
-
"
|
|
902
|
-
"type": "
|
|
853
|
+
"max": {
|
|
854
|
+
"ref": "https://svgwg.org/specs/animations/#MaxAttribute",
|
|
855
|
+
"type": "<clock-value>"
|
|
903
856
|
},
|
|
904
|
-
{
|
|
905
|
-
"
|
|
906
|
-
"type": "Function"
|
|
907
|
-
}
|
|
908
|
-
],
|
|
909
|
-
"#SVGGraphicalEventAttrs": [
|
|
910
|
-
{
|
|
911
|
-
"name": "onfocusin",
|
|
912
|
-
"type": "Function"
|
|
913
|
-
},
|
|
914
|
-
{
|
|
915
|
-
"name": "onfocusout",
|
|
916
|
-
"type": "Function"
|
|
917
|
-
}
|
|
918
|
-
],
|
|
919
|
-
"#SVGPresentationAttrs": [
|
|
920
|
-
{
|
|
921
|
-
"name": "alignment-baseline",
|
|
857
|
+
"restart": {
|
|
858
|
+
"ref": "https://svgwg.org/specs/animations/#RestartAttribute",
|
|
922
859
|
"type": {
|
|
923
|
-
"enum": [
|
|
924
|
-
"auto",
|
|
925
|
-
"baseline",
|
|
926
|
-
"before-edge",
|
|
927
|
-
"text-before-edge",
|
|
928
|
-
"middle",
|
|
929
|
-
"central",
|
|
930
|
-
"after-edge",
|
|
931
|
-
"text-after-edge",
|
|
932
|
-
"ideographic",
|
|
933
|
-
"alphabetic",
|
|
934
|
-
"hanging",
|
|
935
|
-
"mathematical",
|
|
936
|
-
"top",
|
|
937
|
-
"center",
|
|
938
|
-
"bottom"
|
|
939
|
-
]
|
|
860
|
+
"enum": ["always", "whenNotActive", "never"]
|
|
940
861
|
},
|
|
941
|
-
"defaultValue": "
|
|
862
|
+
"defaultValue": "always"
|
|
942
863
|
},
|
|
943
|
-
{
|
|
944
|
-
"
|
|
864
|
+
"repeatCount": {
|
|
865
|
+
"ref": "https://svgwg.org/specs/animations/#RepeatCountAttribute",
|
|
945
866
|
"type": [
|
|
946
|
-
"
|
|
947
|
-
"SVGPercentage",
|
|
867
|
+
"<number>",
|
|
948
868
|
{
|
|
949
|
-
"enum": ["
|
|
869
|
+
"enum": ["indefinite"]
|
|
950
870
|
}
|
|
951
871
|
]
|
|
952
872
|
},
|
|
953
|
-
{
|
|
954
|
-
"
|
|
955
|
-
"type":
|
|
956
|
-
|
|
957
|
-
|
|
958
|
-
|
|
959
|
-
|
|
960
|
-
|
|
961
|
-
"defaultValue": "none"
|
|
962
|
-
},
|
|
963
|
-
{
|
|
964
|
-
"name": "clip-rule",
|
|
965
|
-
"type": {
|
|
966
|
-
"enum": ["nonzero", "evenodd", "inherit"]
|
|
967
|
-
},
|
|
968
|
-
"defaultValue": "nonzero"
|
|
969
|
-
},
|
|
970
|
-
{
|
|
971
|
-
"name": "color",
|
|
972
|
-
"type": "Color"
|
|
873
|
+
"repeatDur": {
|
|
874
|
+
"ref": "https://svgwg.org/specs/animations/#RepeatDurAttribute",
|
|
875
|
+
"type": [
|
|
876
|
+
"<clock-value>",
|
|
877
|
+
{
|
|
878
|
+
"enum": ["indefinite"]
|
|
879
|
+
}
|
|
880
|
+
]
|
|
973
881
|
},
|
|
974
|
-
{
|
|
975
|
-
"
|
|
882
|
+
"fill": {
|
|
883
|
+
"ref": "https://svgwg.org/specs/animations/#FillAttribute",
|
|
976
884
|
"type": {
|
|
977
|
-
"enum": ["
|
|
885
|
+
"enum": ["freeze", "remove"]
|
|
978
886
|
},
|
|
979
|
-
"defaultValue": "
|
|
980
|
-
}
|
|
981
|
-
|
|
982
|
-
|
|
887
|
+
"defaultValue": "remove"
|
|
888
|
+
}
|
|
889
|
+
},
|
|
890
|
+
"#SVGAnimationValueAttrs": {
|
|
891
|
+
"calcMode": {
|
|
892
|
+
"ref": "https://svgwg.org/specs/animations/#CalcModeAttribute",
|
|
983
893
|
"type": {
|
|
984
|
-
"enum": ["
|
|
894
|
+
"enum": ["discrete", "linear", "paced", "spline"]
|
|
985
895
|
},
|
|
986
|
-
"defaultValue": "
|
|
987
|
-
},
|
|
988
|
-
{
|
|
989
|
-
"name": "color-profile",
|
|
990
|
-
"type": "String",
|
|
991
|
-
"defaultValue": "auto",
|
|
992
|
-
"deprecated": true
|
|
896
|
+
"defaultValue": "linear"
|
|
993
897
|
},
|
|
994
|
-
{
|
|
995
|
-
"
|
|
996
|
-
"type":
|
|
997
|
-
"enum": ["auto", "optimizeSpeed", "optimizeQuality"]
|
|
998
|
-
},
|
|
999
|
-
"defaultValue": "auto",
|
|
1000
|
-
"deprecated": true
|
|
898
|
+
"values": {
|
|
899
|
+
"ref": "https://svgwg.org/specs/animations/#ValuesAttribute",
|
|
900
|
+
"type": "<list-of-value>"
|
|
1001
901
|
},
|
|
1002
|
-
{
|
|
1003
|
-
"
|
|
1004
|
-
"type": "
|
|
902
|
+
"keyTimes": {
|
|
903
|
+
"ref": "https://svgwg.org/specs/animations/#KeyTimesAttribute",
|
|
904
|
+
"type": "<key-times>"
|
|
1005
905
|
},
|
|
1006
|
-
{
|
|
1007
|
-
"
|
|
1008
|
-
"type":
|
|
1009
|
-
"enum": ["ltr", "rtl"]
|
|
1010
|
-
},
|
|
1011
|
-
"defaultValue": "ltr"
|
|
906
|
+
"keySplines": {
|
|
907
|
+
"ref": "https://svgwg.org/specs/animations/#KeySplinesAttribute",
|
|
908
|
+
"type": "<key-splines>"
|
|
1012
909
|
},
|
|
1013
|
-
{
|
|
1014
|
-
"
|
|
1015
|
-
"type": "
|
|
910
|
+
"from": {
|
|
911
|
+
"ref": "https://svgwg.org/specs/animations/#FromAttribute",
|
|
912
|
+
"type": "<animatable-value>"
|
|
1016
913
|
},
|
|
1017
|
-
{
|
|
1018
|
-
"
|
|
1019
|
-
"type":
|
|
1020
|
-
"enum": [
|
|
1021
|
-
"auto",
|
|
1022
|
-
"text-bottom",
|
|
1023
|
-
"alphabetic",
|
|
1024
|
-
"ideographic",
|
|
1025
|
-
"middle",
|
|
1026
|
-
"central",
|
|
1027
|
-
"mathematical",
|
|
1028
|
-
"hanging",
|
|
1029
|
-
"text-top"
|
|
1030
|
-
]
|
|
1031
|
-
},
|
|
1032
|
-
"defaultValue": "auto"
|
|
914
|
+
"to": {
|
|
915
|
+
"ref": "https://svgwg.org/specs/animations/#ToAttribute",
|
|
916
|
+
"type": "<animatable-value>"
|
|
1033
917
|
},
|
|
1034
|
-
{
|
|
1035
|
-
"
|
|
1036
|
-
"type": "
|
|
1037
|
-
"deprecated": true
|
|
918
|
+
"by": {
|
|
919
|
+
"ref": "https://svgwg.org/specs/animations/#ByAttribute",
|
|
920
|
+
"type": "<animatable-value>"
|
|
1038
921
|
},
|
|
1039
|
-
{
|
|
1040
|
-
"
|
|
1041
|
-
"type": "
|
|
1042
|
-
"defaultValue": "
|
|
922
|
+
"accelerate": {
|
|
923
|
+
"ref": "https://www.w3.org/TR/REC-smil/smil-timemanip.html#adef-accelerate",
|
|
924
|
+
"type": "<number-zero-one>",
|
|
925
|
+
"defaultValue": "0"
|
|
1043
926
|
},
|
|
1044
|
-
{
|
|
1045
|
-
"
|
|
1046
|
-
"type": "
|
|
1047
|
-
"defaultValue": "
|
|
927
|
+
"decelerate": {
|
|
928
|
+
"ref": "https://www.w3.org/TR/REC-smil/smil-timemanip.html#adef-decelerate",
|
|
929
|
+
"type": "<number-zero-one>",
|
|
930
|
+
"defaultValue": "0"
|
|
1048
931
|
},
|
|
1049
|
-
{
|
|
1050
|
-
"
|
|
932
|
+
"autoReverse": {
|
|
933
|
+
"ref": "https://www.w3.org/TR/REC-smil/smil-timemanip.html#TimeManip-autoReverseSyntax",
|
|
1051
934
|
"type": {
|
|
1052
|
-
"enum": ["
|
|
935
|
+
"enum": ["true", "false"]
|
|
1053
936
|
},
|
|
1054
|
-
"defaultValue": "
|
|
937
|
+
"defaultValue": "false"
|
|
1055
938
|
},
|
|
1056
|
-
{
|
|
1057
|
-
"
|
|
1058
|
-
"type": "
|
|
1059
|
-
|
|
939
|
+
"speed": {
|
|
940
|
+
"ref": "https://www.w3.org/TR/REC-smil/smil-timemanip.html#adef-speed",
|
|
941
|
+
"type": "<number>"
|
|
942
|
+
}
|
|
943
|
+
},
|
|
944
|
+
"#SVGConditionalProcessingAttrs": {
|
|
945
|
+
"requiredExtensions": {
|
|
946
|
+
"ref": "https://svgwg.org/svg2-draft/struct.html#RequiredExtensionsAttribute",
|
|
947
|
+
"type": {
|
|
948
|
+
"token": "URL",
|
|
949
|
+
"unique": true,
|
|
950
|
+
"separator": "space"
|
|
951
|
+
}
|
|
1060
952
|
},
|
|
1061
|
-
{
|
|
1062
|
-
"
|
|
1063
|
-
"type":
|
|
1064
|
-
|
|
953
|
+
"systemLanguage": {
|
|
954
|
+
"ref": "https://svgwg.org/svg2-draft/struct.html#SystemLanguageAttribute",
|
|
955
|
+
"type": {
|
|
956
|
+
"token": "BCP47",
|
|
957
|
+
"unique": true,
|
|
958
|
+
"separator": "comma"
|
|
959
|
+
}
|
|
1065
960
|
},
|
|
1066
|
-
{
|
|
1067
|
-
"
|
|
1068
|
-
"type": "
|
|
1069
|
-
"
|
|
961
|
+
"requiredFeatures": {
|
|
962
|
+
"ref": "https://www.w3.org/TR/SVG11/struct.html#RequiredFeaturesAttribute",
|
|
963
|
+
"type": "<list-of-svg-feature-string>",
|
|
964
|
+
"deprecated": true
|
|
965
|
+
}
|
|
966
|
+
},
|
|
967
|
+
"#SVGCoreAttrs": {
|
|
968
|
+
"id": {
|
|
969
|
+
"ref": "https://svgwg.org/svg2-draft/struct.html#IDAttribute",
|
|
970
|
+
"type": "DOMID"
|
|
1070
971
|
},
|
|
1071
|
-
{
|
|
1072
|
-
"
|
|
1073
|
-
"type": "
|
|
972
|
+
"tabindex": {
|
|
973
|
+
"ref": "https://svgwg.org/svg2-draft/struct.html#SVGElementTabindexAttribute",
|
|
974
|
+
"type": "TabIndex"
|
|
1074
975
|
},
|
|
1075
|
-
{
|
|
1076
|
-
"
|
|
1077
|
-
"type": "
|
|
1078
|
-
"defaultValue": "medium"
|
|
976
|
+
"autofocus": {
|
|
977
|
+
"ref": "https://svgwg.org/svg2-draft/struct.html#SVGElementAutofocusAttribute",
|
|
978
|
+
"type": "Boolean"
|
|
1079
979
|
},
|
|
1080
|
-
{
|
|
1081
|
-
"
|
|
1082
|
-
"type":
|
|
1083
|
-
"Float",
|
|
1084
|
-
{
|
|
1085
|
-
"enum": ["none"]
|
|
1086
|
-
}
|
|
1087
|
-
],
|
|
1088
|
-
"defaultValue": "none"
|
|
980
|
+
"lang": {
|
|
981
|
+
"ref": "https://svgwg.org/svg2-draft/struct.html#LangAttribute",
|
|
982
|
+
"type": "BCP47"
|
|
1089
983
|
},
|
|
1090
|
-
{
|
|
1091
|
-
"
|
|
1092
|
-
"type":
|
|
1093
|
-
"SVGPercentage",
|
|
1094
|
-
{
|
|
1095
|
-
"enum": [
|
|
1096
|
-
"normal",
|
|
1097
|
-
"ultra-condensed",
|
|
1098
|
-
"extra-condensed",
|
|
1099
|
-
"condensed",
|
|
1100
|
-
"semi-condensed",
|
|
1101
|
-
"semi-expanded",
|
|
1102
|
-
"expanded",
|
|
1103
|
-
"extra-expanded",
|
|
1104
|
-
"ultra-expanded"
|
|
1105
|
-
]
|
|
1106
|
-
}
|
|
1107
|
-
],
|
|
1108
|
-
"defaultValue": "normal"
|
|
984
|
+
"class": {
|
|
985
|
+
"ref": "https://svgwg.org/svg2-draft/styling.html#ClassAttribute",
|
|
986
|
+
"type": "<class-list>"
|
|
1109
987
|
},
|
|
1110
|
-
{
|
|
1111
|
-
"
|
|
1112
|
-
"type":
|
|
1113
|
-
"enum": ["normal", "italic", "oblique"]
|
|
1114
|
-
}
|
|
988
|
+
"style": {
|
|
989
|
+
"ref": "https://svgwg.org/svg2-draft/styling.html#StyleAttribute",
|
|
990
|
+
"type": "<css-declaration-list>"
|
|
1115
991
|
},
|
|
1116
|
-
{
|
|
1117
|
-
"
|
|
1118
|
-
"type": "
|
|
992
|
+
"xmlns": {
|
|
993
|
+
"ref": "https://html.spec.whatwg.org/multipage/dom.html#global-attributes:html-documents",
|
|
994
|
+
"type": "URL",
|
|
995
|
+
"ineffective": ":not(:root)"
|
|
1119
996
|
},
|
|
1120
|
-
{
|
|
1121
|
-
"
|
|
1122
|
-
"type":
|
|
997
|
+
"xml:space": {
|
|
998
|
+
"ref": "https://svgwg.org/svg2-draft/struct.html#XMLSpaceAttribute",
|
|
999
|
+
"type": {
|
|
1000
|
+
"enum": ["default", "preserve"]
|
|
1001
|
+
},
|
|
1002
|
+
"defaultValue": "default",
|
|
1003
|
+
"deprecated": true
|
|
1123
1004
|
},
|
|
1124
|
-
{
|
|
1125
|
-
"
|
|
1126
|
-
"type": "
|
|
1127
|
-
"defaultValue": "0deg",
|
|
1005
|
+
"xml:lang": {
|
|
1006
|
+
"ref": "https://svgwg.org/svg2-draft/struct.html#LangSpaceAttrs",
|
|
1007
|
+
"type": "BCP47",
|
|
1128
1008
|
"deprecated": true
|
|
1129
1009
|
},
|
|
1130
|
-
{
|
|
1131
|
-
"
|
|
1010
|
+
"xml:base": {
|
|
1011
|
+
"ref": "https://www.w3.org/TR/SVG11/struct.html#XMLBaseAttribute",
|
|
1012
|
+
"type": "URL",
|
|
1013
|
+
"deprecated": true
|
|
1014
|
+
}
|
|
1015
|
+
},
|
|
1016
|
+
"#SVGFilterPrimitiveAttrs": {
|
|
1017
|
+
"x": {
|
|
1018
|
+
"ref": "https://drafts.fxtf.org/filter-effects/#element-attrdef-filter-primitive-x",
|
|
1019
|
+
"type": ["<svg-length>", "<percentage>"],
|
|
1020
|
+
"defaultValue": "0%",
|
|
1021
|
+
"animatable": true
|
|
1022
|
+
},
|
|
1023
|
+
"y": {
|
|
1024
|
+
"ref": "https://drafts.fxtf.org/filter-effects/#element-attrdef-filter-primitive-y",
|
|
1025
|
+
"type": ["<svg-length>", "<percentage>"],
|
|
1026
|
+
"defaultValue": "0%",
|
|
1027
|
+
"animatable": true
|
|
1028
|
+
},
|
|
1029
|
+
"width": {
|
|
1030
|
+
"ref": "https://drafts.fxtf.org/filter-effects/#element-attrdef-filter-primitive-width",
|
|
1031
|
+
"type": ["<svg-length>", "<percentage>"],
|
|
1032
|
+
"defaultValue": "100%",
|
|
1033
|
+
"animatable": true
|
|
1034
|
+
},
|
|
1035
|
+
"height": {
|
|
1036
|
+
"ref": "https://drafts.fxtf.org/filter-effects/#element-attrdef-filter-primitive-height",
|
|
1037
|
+
"type": ["<svg-length>", "<percentage>"],
|
|
1038
|
+
"defaultValue": "100%",
|
|
1039
|
+
"animatable": true
|
|
1040
|
+
},
|
|
1041
|
+
"result": {
|
|
1042
|
+
"ref": "https://drafts.fxtf.org/filter-effects/#element-attrdef-filter-primitive-result",
|
|
1043
|
+
"type": "<custom-ident>"
|
|
1044
|
+
},
|
|
1045
|
+
"in": {
|
|
1046
|
+
"ref": "https://drafts.fxtf.org/filter-effects/#element-attrdef-filter-primitive-in",
|
|
1132
1047
|
"type": [
|
|
1133
|
-
"CSSAngle",
|
|
1134
1048
|
{
|
|
1135
|
-
"enum": [
|
|
1136
|
-
|
|
1049
|
+
"enum": [
|
|
1050
|
+
"SourceGraphic",
|
|
1051
|
+
"SourceAlpha",
|
|
1052
|
+
"BackgroundImage",
|
|
1053
|
+
"BackgroundAlpha",
|
|
1054
|
+
"FillPaint",
|
|
1055
|
+
"StrokePaint"
|
|
1056
|
+
],
|
|
1057
|
+
"disallowToSurroundBySpaces": false
|
|
1058
|
+
},
|
|
1059
|
+
"<custom-ident>"
|
|
1137
1060
|
],
|
|
1138
|
-
"
|
|
1139
|
-
|
|
1061
|
+
"animatable": true
|
|
1062
|
+
}
|
|
1063
|
+
},
|
|
1064
|
+
"#SVGPresentationAttrs": {
|
|
1065
|
+
"cx": {
|
|
1066
|
+
"ref": "https://svgwg.org/svg2-draft/geometry.html#CxProperty",
|
|
1067
|
+
"type": ["<svg-length>", "<percentage>"],
|
|
1068
|
+
"defaultValue": "0",
|
|
1069
|
+
"animatable": true
|
|
1140
1070
|
},
|
|
1141
|
-
{
|
|
1142
|
-
"
|
|
1143
|
-
"type":
|
|
1144
|
-
|
|
1145
|
-
|
|
1146
|
-
"defaultValue": "auto"
|
|
1071
|
+
"cy": {
|
|
1072
|
+
"ref": "https://svgwg.org/svg2-draft/geometry.html#CyProperty",
|
|
1073
|
+
"type": ["<svg-length>", "<percentage>"],
|
|
1074
|
+
"defaultValue": "0",
|
|
1075
|
+
"animatable": true
|
|
1147
1076
|
},
|
|
1148
|
-
{
|
|
1149
|
-
"
|
|
1150
|
-
"type": [
|
|
1151
|
-
"SVGLength",
|
|
1152
|
-
{
|
|
1153
|
-
"enum": ["auto"]
|
|
1154
|
-
}
|
|
1155
|
-
],
|
|
1077
|
+
"height": {
|
|
1078
|
+
"ref": "https://svgwg.org/svg2-draft/geometry.html#Sizing",
|
|
1079
|
+
"type": ["<svg-length>", "<'height'>"],
|
|
1156
1080
|
"defaultValue": "auto",
|
|
1157
|
-
"
|
|
1081
|
+
"animatable": true
|
|
1158
1082
|
},
|
|
1159
|
-
{
|
|
1160
|
-
"
|
|
1161
|
-
"type": [
|
|
1162
|
-
|
|
1163
|
-
|
|
1164
|
-
"enum": ["normal"]
|
|
1165
|
-
}
|
|
1166
|
-
],
|
|
1167
|
-
"defaultValue": "normal"
|
|
1083
|
+
"width": {
|
|
1084
|
+
"ref": "https://svgwg.org/svg2-draft/geometry.html#Sizing",
|
|
1085
|
+
"type": ["<svg-length>", "<'width'>"],
|
|
1086
|
+
"defaultValue": "auto",
|
|
1087
|
+
"animatable": true
|
|
1168
1088
|
},
|
|
1169
|
-
{
|
|
1170
|
-
"
|
|
1171
|
-
"type": "
|
|
1172
|
-
"defaultValue": "
|
|
1089
|
+
"x": {
|
|
1090
|
+
"ref": "https://svgwg.org/svg2-draft/geometry.html#XProperty",
|
|
1091
|
+
"type": ["<svg-length>", "<percentage>"],
|
|
1092
|
+
"defaultValue": "0",
|
|
1093
|
+
"animatable": true
|
|
1173
1094
|
},
|
|
1174
|
-
{
|
|
1175
|
-
"
|
|
1176
|
-
"type": [
|
|
1177
|
-
|
|
1178
|
-
|
|
1179
|
-
"enum": ["none"]
|
|
1180
|
-
}
|
|
1181
|
-
],
|
|
1182
|
-
"defaultValue": "none"
|
|
1095
|
+
"y": {
|
|
1096
|
+
"ref": "https://svgwg.org/svg2-draft/geometry.html#YProperty",
|
|
1097
|
+
"type": ["<svg-length>", "<percentage>"],
|
|
1098
|
+
"defaultValue": "0",
|
|
1099
|
+
"animatable": true
|
|
1183
1100
|
},
|
|
1184
|
-
{
|
|
1185
|
-
"
|
|
1101
|
+
"r": {
|
|
1102
|
+
"ref": "https://svgwg.org/svg2-draft/geometry.html#RProperty",
|
|
1103
|
+
"type": "<svg-length>",
|
|
1104
|
+
"defaultValue": "0",
|
|
1105
|
+
"animatable": true
|
|
1106
|
+
},
|
|
1107
|
+
"rx": {
|
|
1108
|
+
"ref": "https://svgwg.org/svg2-draft/geometry.html#RxProperty",
|
|
1186
1109
|
"type": [
|
|
1187
|
-
"
|
|
1110
|
+
"<svg-length>",
|
|
1111
|
+
"<percentage>",
|
|
1188
1112
|
{
|
|
1189
|
-
"enum": ["
|
|
1113
|
+
"enum": ["auto"]
|
|
1190
1114
|
}
|
|
1191
1115
|
],
|
|
1192
|
-
"defaultValue": "
|
|
1116
|
+
"defaultValue": "auto",
|
|
1117
|
+
"animatable": true
|
|
1193
1118
|
},
|
|
1194
|
-
{
|
|
1195
|
-
"
|
|
1119
|
+
"ry": {
|
|
1120
|
+
"ref": "https://svgwg.org/svg2-draft/geometry.html#RyProperty",
|
|
1196
1121
|
"type": [
|
|
1197
|
-
"
|
|
1122
|
+
"<svg-length>",
|
|
1123
|
+
"<percentage>",
|
|
1198
1124
|
{
|
|
1199
|
-
"enum": ["
|
|
1125
|
+
"enum": ["auto"]
|
|
1200
1126
|
}
|
|
1201
1127
|
],
|
|
1202
|
-
"defaultValue": "
|
|
1128
|
+
"defaultValue": "auto",
|
|
1129
|
+
"animatable": true
|
|
1203
1130
|
},
|
|
1204
|
-
{
|
|
1205
|
-
"
|
|
1206
|
-
"type": "
|
|
1131
|
+
"d": {
|
|
1132
|
+
"ref": "https://svgwg.org/svg2-draft/paths.html#DProperty",
|
|
1133
|
+
"type": "<svg-path>",
|
|
1207
1134
|
"defaultValue": "none"
|
|
1208
1135
|
},
|
|
1209
|
-
{
|
|
1210
|
-
"
|
|
1211
|
-
"type": "
|
|
1212
|
-
"defaultValue": "
|
|
1213
|
-
|
|
1214
|
-
|
|
1215
|
-
|
|
1216
|
-
"
|
|
1217
|
-
|
|
1218
|
-
|
|
1219
|
-
"
|
|
1220
|
-
},
|
|
1221
|
-
{
|
|
1222
|
-
"
|
|
1223
|
-
"type":
|
|
1224
|
-
|
|
1225
|
-
|
|
1226
|
-
|
|
1227
|
-
|
|
1228
|
-
|
|
1229
|
-
|
|
1230
|
-
|
|
1231
|
-
|
|
1232
|
-
|
|
1233
|
-
|
|
1234
|
-
|
|
1235
|
-
|
|
1236
|
-
},
|
|
1237
|
-
"defaultValue": "visiblePainted"
|
|
1136
|
+
"transform": {
|
|
1137
|
+
"ref": "https://drafts.csswg.org/css-transforms/#transform-property",
|
|
1138
|
+
"type": "<'transform'>",
|
|
1139
|
+
"defaultValue": "none",
|
|
1140
|
+
"animatable": true
|
|
1141
|
+
},
|
|
1142
|
+
"transform-origin": {
|
|
1143
|
+
"ref": "https://drafts.csswg.org/css-transforms/#transform-origin-property",
|
|
1144
|
+
"type": "<'transform-origin'>",
|
|
1145
|
+
"defaultValue": "50%, 50%",
|
|
1146
|
+
"animatable": true
|
|
1147
|
+
},
|
|
1148
|
+
"patternTransform": {
|
|
1149
|
+
"ref": "https://svgwg.org/svg2-draft/pservers.html#PatternElementPatternTransformAttribute",
|
|
1150
|
+
"type": "<transform-list>",
|
|
1151
|
+
"animatable": true
|
|
1152
|
+
},
|
|
1153
|
+
"gradientTransform": {
|
|
1154
|
+
"ref": "https://svgwg.org/svg2-draft/pservers.html#LinearGradientElementGradientTransformAttribute",
|
|
1155
|
+
"type": "<transform-list>",
|
|
1156
|
+
"animatable": true
|
|
1157
|
+
},
|
|
1158
|
+
"alignment-baseline": {
|
|
1159
|
+
"ref": "https://drafts.csswg.org/css-inline-3/#propdef-alignment-baseline",
|
|
1160
|
+
"type": "<'alignment-baseline'>",
|
|
1161
|
+
"defaultValue": "auto",
|
|
1162
|
+
"animatable": true
|
|
1238
1163
|
},
|
|
1239
|
-
{
|
|
1240
|
-
"
|
|
1164
|
+
"baseline-shift": {
|
|
1165
|
+
"ref": "https://drafts.csswg.org/css-inline-3/#propdef-baseline-shift",
|
|
1166
|
+
"type": "<'baseline-shift'>",
|
|
1167
|
+
"defaultValue": "0",
|
|
1168
|
+
"animatable": true
|
|
1169
|
+
},
|
|
1170
|
+
"clip-path": {
|
|
1171
|
+
"ref": "https://drafts.fxtf.org/css-masking/#propdef-clip-path",
|
|
1172
|
+
"type": "<'clip-path'>",
|
|
1173
|
+
"defaultValue": "none",
|
|
1174
|
+
"animatable": true
|
|
1175
|
+
},
|
|
1176
|
+
"clip-rule": {
|
|
1177
|
+
"ref": "https://drafts.fxtf.org/css-masking/#propdef-clip-rule",
|
|
1178
|
+
"type": "<'clip-rule'>",
|
|
1179
|
+
"defaultValue": "nonzero",
|
|
1180
|
+
"animatable": true
|
|
1181
|
+
},
|
|
1182
|
+
"color": {
|
|
1183
|
+
"ref": "https://drafts.csswg.org/css-color-4/#propdef-color",
|
|
1184
|
+
"type": "<color>",
|
|
1185
|
+
"animatable": true
|
|
1186
|
+
},
|
|
1187
|
+
"color-interpolation": {
|
|
1188
|
+
"ref": "https://svgwg.org/svg2-draft/painting.html#ColorInterpolationProperty",
|
|
1241
1189
|
"type": {
|
|
1242
|
-
"enum": ["auto", "
|
|
1190
|
+
"enum": ["auto", "sRGB", "linearRGB"],
|
|
1191
|
+
"disallowToSurroundBySpaces": false
|
|
1243
1192
|
},
|
|
1244
|
-
"defaultValue": "
|
|
1245
|
-
|
|
1246
|
-
{
|
|
1247
|
-
"name": "stop-color",
|
|
1248
|
-
"type": "Color",
|
|
1249
|
-
"defaultValue": "black"
|
|
1250
|
-
},
|
|
1251
|
-
{
|
|
1252
|
-
"name": "stop-opacity",
|
|
1253
|
-
"type": "CSSOpacity",
|
|
1254
|
-
"defaultValue": "1"
|
|
1255
|
-
},
|
|
1256
|
-
{
|
|
1257
|
-
"name": "stroke",
|
|
1258
|
-
"type": "SVGPaint",
|
|
1259
|
-
"defaultValue": "none"
|
|
1260
|
-
},
|
|
1261
|
-
{
|
|
1262
|
-
"name": "stroke-dasharray",
|
|
1263
|
-
"type": [
|
|
1264
|
-
"SVGDashArray",
|
|
1265
|
-
{
|
|
1266
|
-
"enum": ["none"]
|
|
1267
|
-
}
|
|
1268
|
-
],
|
|
1269
|
-
"defaultValue": "none"
|
|
1193
|
+
"defaultValue": "sRGB",
|
|
1194
|
+
"animatable": true
|
|
1270
1195
|
},
|
|
1271
|
-
{
|
|
1272
|
-
"
|
|
1273
|
-
"type": ["SVGLength", "SVGPercentage"],
|
|
1274
|
-
"defaultValue": "0"
|
|
1275
|
-
},
|
|
1276
|
-
{
|
|
1277
|
-
"name": "stroke-linecap",
|
|
1196
|
+
"color-interpolation-filters": {
|
|
1197
|
+
"ref": "https://drafts.fxtf.org/filter-effects-1/#propdef-color-interpolation-filters",
|
|
1278
1198
|
"type": {
|
|
1279
|
-
"enum": ["
|
|
1199
|
+
"enum": ["auto", "sRGB", "linearRGB"],
|
|
1200
|
+
"disallowToSurroundBySpaces": false
|
|
1280
1201
|
},
|
|
1281
|
-
"defaultValue": "
|
|
1202
|
+
"defaultValue": "linearRGB",
|
|
1203
|
+
"animatable": true
|
|
1282
1204
|
},
|
|
1283
|
-
{
|
|
1284
|
-
"
|
|
1285
|
-
"type":
|
|
1286
|
-
|
|
1287
|
-
|
|
1288
|
-
"defaultValue": "miter"
|
|
1205
|
+
"cursor": {
|
|
1206
|
+
"ref": "https://drafts.csswg.org/css-ui-4/#propdef-cursor",
|
|
1207
|
+
"type": "<'cursor'>",
|
|
1208
|
+
"defaultValue": "auto",
|
|
1209
|
+
"animatable": true
|
|
1289
1210
|
},
|
|
1290
|
-
{
|
|
1291
|
-
"
|
|
1292
|
-
"type": "
|
|
1293
|
-
"defaultValue": "
|
|
1211
|
+
"direction": {
|
|
1212
|
+
"ref": "https://drafts.csswg.org/css-writing-modes-3/#propdef-direction",
|
|
1213
|
+
"type": "<'direction'>",
|
|
1214
|
+
"defaultValue": "ltr"
|
|
1294
1215
|
},
|
|
1295
|
-
{
|
|
1296
|
-
"
|
|
1297
|
-
"type": "
|
|
1298
|
-
"defaultValue": "
|
|
1216
|
+
"display": {
|
|
1217
|
+
"ref": "https://drafts.csswg.org/css-display-3/#propdef-display",
|
|
1218
|
+
"type": "<'display'>",
|
|
1219
|
+
"defaultValue": "inline"
|
|
1299
1220
|
},
|
|
1300
|
-
{
|
|
1301
|
-
"
|
|
1302
|
-
"type":
|
|
1303
|
-
"defaultValue": "
|
|
1221
|
+
"dominant-baseline": {
|
|
1222
|
+
"ref": "https://drafts.csswg.org/css-inline-3/#propdef-dominant-baseline",
|
|
1223
|
+
"type": "<'dominant-baseline'>",
|
|
1224
|
+
"defaultValue": "auto",
|
|
1225
|
+
"animatable": true
|
|
1226
|
+
},
|
|
1227
|
+
"fill": {
|
|
1228
|
+
"ref": "https://svgwg.org/svg2-draft/painting.html#FillProperty",
|
|
1229
|
+
"type": "<'fill'>",
|
|
1230
|
+
"defaultValue": "black",
|
|
1231
|
+
"animatable": true
|
|
1232
|
+
},
|
|
1233
|
+
"fill-opacity": {
|
|
1234
|
+
"ref": "https://svgwg.org/svg2-draft/painting.html#FillOpacityProperty",
|
|
1235
|
+
"type": "<'fill-opacity'>",
|
|
1236
|
+
"defaultValue": "1",
|
|
1237
|
+
"animatable": true
|
|
1238
|
+
},
|
|
1239
|
+
"fill-rule": {
|
|
1240
|
+
"ref": "https://svgwg.org/svg2-draft/painting.html#FillRuleProperty",
|
|
1241
|
+
"type": "<'fill-rule'>",
|
|
1242
|
+
"defaultValue": "nonzero",
|
|
1243
|
+
"animatable": true
|
|
1244
|
+
},
|
|
1245
|
+
"filter": {
|
|
1246
|
+
"ref": "https://drafts.fxtf.org/filter-effects-1/#propdef-filter",
|
|
1247
|
+
"type": "<'filter'>",
|
|
1248
|
+
"defaultValue": "none",
|
|
1249
|
+
"animatable": true
|
|
1250
|
+
},
|
|
1251
|
+
"flood-color": {
|
|
1252
|
+
"ref": "https://drafts.fxtf.org/filter-effects-1/#propdef-flood-color",
|
|
1253
|
+
"type": "<color>",
|
|
1254
|
+
"defaultValue": "black",
|
|
1255
|
+
"animatable": true
|
|
1256
|
+
},
|
|
1257
|
+
"flood-opacity": {
|
|
1258
|
+
"ref": "https://drafts.fxtf.org/filter-effects-1/#propdef-flood-opacity",
|
|
1259
|
+
"type": "<alpha-value>",
|
|
1260
|
+
"defaultValue": "1",
|
|
1261
|
+
"animatable": true
|
|
1262
|
+
},
|
|
1263
|
+
"font": {
|
|
1264
|
+
"ref": "https://drafts.csswg.org/css-fonts-4/#propdef-font",
|
|
1265
|
+
"type": "<'font'>",
|
|
1266
|
+
"animatable": true
|
|
1267
|
+
},
|
|
1268
|
+
"font-family": {
|
|
1269
|
+
"ref": "https://drafts.csswg.org/css-fonts-4/#propdef-font-family",
|
|
1270
|
+
"type": "<'font-family'>",
|
|
1271
|
+
"animatable": true
|
|
1272
|
+
},
|
|
1273
|
+
"font-size": {
|
|
1274
|
+
"ref": "https://drafts.csswg.org/css-fonts-5/#descdef-font-face-font-size",
|
|
1275
|
+
"type": "<svg-font-size>",
|
|
1276
|
+
"defaultValue": "medium",
|
|
1277
|
+
"animatable": true
|
|
1278
|
+
},
|
|
1279
|
+
"font-size-adjust": {
|
|
1280
|
+
"ref": "https://drafts.csswg.org/css-fonts-5/#propdef-font-size-adjust",
|
|
1281
|
+
"type": "<svg-font-size-adjust>",
|
|
1282
|
+
"defaultValue": "none",
|
|
1283
|
+
"animatable": true
|
|
1284
|
+
},
|
|
1285
|
+
"font-stretch": {
|
|
1286
|
+
"ref": "https://drafts.csswg.org/css-fonts-4/#propdef-font-stretch",
|
|
1287
|
+
"type": "<'font-stretch'>",
|
|
1288
|
+
"defaultValue": "normal",
|
|
1289
|
+
"animatable": true
|
|
1290
|
+
},
|
|
1291
|
+
"font-style": {
|
|
1292
|
+
"ref": "https://drafts.csswg.org/css-fonts-4/#propdef-font-style",
|
|
1293
|
+
"type": "<'font-style'>",
|
|
1294
|
+
"defaultValue": "normal",
|
|
1295
|
+
"animatable": true
|
|
1296
|
+
},
|
|
1297
|
+
"font-variant": {
|
|
1298
|
+
"ref": "https://drafts.csswg.org/css-fonts-4/#propdef-font-variant",
|
|
1299
|
+
"type": "<'font-variant'>",
|
|
1300
|
+
"defaultValue": "normal",
|
|
1301
|
+
"animatable": true
|
|
1302
|
+
},
|
|
1303
|
+
"font-weight": {
|
|
1304
|
+
"ref": "https://drafts.csswg.org/css-fonts-4/#propdef-font-weight",
|
|
1305
|
+
"type": "<'font-weight'>",
|
|
1306
|
+
"defaultValue": "normal",
|
|
1307
|
+
"animatable": true
|
|
1308
|
+
},
|
|
1309
|
+
"glyph-orientation-horizontal": {
|
|
1310
|
+
"ref": "https://www.w3.org/TR/SVG11/text.html#GlyphOrientationHorizontalProperty",
|
|
1311
|
+
"type": "<'glyph-orientation-horizontal'>",
|
|
1312
|
+
"defaultValue": "0deg",
|
|
1313
|
+
"deprecated": true
|
|
1304
1314
|
},
|
|
1305
|
-
{
|
|
1306
|
-
"
|
|
1307
|
-
"type":
|
|
1308
|
-
|
|
1309
|
-
},
|
|
1310
|
-
"defaultValue": "start"
|
|
1315
|
+
"glyph-orientation-vertical": {
|
|
1316
|
+
"ref": "https://drafts.csswg.org/css-writing-modes-4/#propdef-glyph-orientation-vertical",
|
|
1317
|
+
"type": "<'glyph-orientation-vertical'>",
|
|
1318
|
+
"deprecated": true
|
|
1311
1319
|
},
|
|
1312
|
-
{
|
|
1313
|
-
"
|
|
1314
|
-
"type": "
|
|
1320
|
+
"image-rendering": {
|
|
1321
|
+
"ref": "https://drafts.csswg.org/css-images-3/#propdef-image-rendering",
|
|
1322
|
+
"type": "<'image-rendering'>",
|
|
1323
|
+
"defaultValue": "auto",
|
|
1324
|
+
"animatable": true
|
|
1315
1325
|
},
|
|
1316
|
-
{
|
|
1317
|
-
"
|
|
1318
|
-
"type":
|
|
1319
|
-
"enum": ["auto", "optimizeSpeed", "optimizeLegibility", "geometricPrecision"]
|
|
1320
|
-
},
|
|
1326
|
+
"isolation": {
|
|
1327
|
+
"ref": "https://drafts.fxtf.org/compositing-2/#propdef-isolation",
|
|
1328
|
+
"type": "<'isolation'>",
|
|
1321
1329
|
"defaultValue": "auto"
|
|
1322
1330
|
},
|
|
1323
|
-
{
|
|
1324
|
-
"
|
|
1325
|
-
"type": "
|
|
1326
|
-
"defaultValue": "
|
|
1331
|
+
"letter-spacing": {
|
|
1332
|
+
"ref": "https://drafts.csswg.org/css-text-3/#propdef-letter-spacing",
|
|
1333
|
+
"type": "<'letter-spacing'>",
|
|
1334
|
+
"defaultValue": "normal",
|
|
1335
|
+
"animatable": true
|
|
1336
|
+
},
|
|
1337
|
+
"lighting-color": {
|
|
1338
|
+
"ref": "https://drafts.fxtf.org/filter-effects-1/#propdef-lighting-color",
|
|
1339
|
+
"type": "<color>",
|
|
1340
|
+
"defaultValue": "white",
|
|
1341
|
+
"animatable": true
|
|
1342
|
+
},
|
|
1343
|
+
"marker": {
|
|
1344
|
+
"ref": "https://svgwg.org/svg2-draft/painting.html#MarkerProperty",
|
|
1345
|
+
"type": "<'marker'>",
|
|
1346
|
+
"animatable": true
|
|
1347
|
+
},
|
|
1348
|
+
"marker-end": {
|
|
1349
|
+
"ref": "https://svgwg.org/svg2-draft/painting.html#MarkerEndProperty",
|
|
1350
|
+
"type": "<'marker-end'>",
|
|
1351
|
+
"defaultValue": "none",
|
|
1352
|
+
"animatable": true
|
|
1353
|
+
},
|
|
1354
|
+
"marker-mid": {
|
|
1355
|
+
"ref": "https://svgwg.org/svg2-draft/painting.html#MarkerMidProperty",
|
|
1356
|
+
"type": "<'marker-mid'>",
|
|
1357
|
+
"defaultValue": "none",
|
|
1358
|
+
"animatable": true
|
|
1359
|
+
},
|
|
1360
|
+
"marker-start": {
|
|
1361
|
+
"ref": "https://svgwg.org/svg2-draft/painting.html#MarkerStartProperty",
|
|
1362
|
+
"type": "<'marker-start'>",
|
|
1363
|
+
"defaultValue": "none",
|
|
1364
|
+
"animatable": true
|
|
1365
|
+
},
|
|
1366
|
+
"mask": {
|
|
1367
|
+
"ref": "https://drafts.fxtf.org/css-masking/#propdef-mask",
|
|
1368
|
+
"type": "<'mask'>",
|
|
1369
|
+
"animatable": true
|
|
1370
|
+
},
|
|
1371
|
+
"mask-type": {
|
|
1372
|
+
"ref": "https://drafts.fxtf.org/css-masking-1/#propdef-mask-type",
|
|
1373
|
+
"type": "<'mask-type'>",
|
|
1374
|
+
"animatable": true
|
|
1375
|
+
},
|
|
1376
|
+
"opacity": {
|
|
1377
|
+
"ref": "https://drafts.csswg.org/css-color-4/#propdef-opacity",
|
|
1378
|
+
"type": "<alpha-value>",
|
|
1379
|
+
"defaultValue": "1",
|
|
1380
|
+
"animatable": true
|
|
1381
|
+
},
|
|
1382
|
+
"overflow": {
|
|
1383
|
+
"ref": "https://drafts.csswg.org/css-overflow-3/#propdef-overflow",
|
|
1384
|
+
"type": "<'overflow'>",
|
|
1385
|
+
"defaultValue": "visible",
|
|
1386
|
+
"animatable": true
|
|
1387
|
+
},
|
|
1388
|
+
"paint-order": {
|
|
1389
|
+
"ref": "https://svgwg.org/svg2-draft/painting.html#PaintOrderProperty",
|
|
1390
|
+
"type": "<'paint-order'>",
|
|
1391
|
+
"defaultValue": "normal",
|
|
1392
|
+
"animatable": true
|
|
1393
|
+
},
|
|
1394
|
+
"pointer-events": {
|
|
1395
|
+
"ref": "https://drafts.csswg.org/css-ui-4/#propdef-pointer-events",
|
|
1396
|
+
"type": "<'pointer-events'>",
|
|
1397
|
+
"defaultValue": "auto",
|
|
1398
|
+
"animatable": true
|
|
1327
1399
|
},
|
|
1328
|
-
{
|
|
1329
|
-
"
|
|
1330
|
-
"type": "
|
|
1331
|
-
"defaultValue": "
|
|
1400
|
+
"shape-rendering": {
|
|
1401
|
+
"ref": "https://svgwg.org/svg2-draft/painting.html#ShapeRenderingProperty",
|
|
1402
|
+
"type": "<'shape-rendering'>",
|
|
1403
|
+
"defaultValue": "auto",
|
|
1404
|
+
"animatable": true
|
|
1405
|
+
},
|
|
1406
|
+
"stop-color": {
|
|
1407
|
+
"ref": "https://svgwg.org/svg2-draft/pservers.html#StopColorProperty",
|
|
1408
|
+
"type": "<'color'>",
|
|
1409
|
+
"defaultValue": "black",
|
|
1410
|
+
"animatable": true
|
|
1411
|
+
},
|
|
1412
|
+
"stop-opacity": {
|
|
1413
|
+
"ref": "https://svgwg.org/svg2-draft/pservers.html#StopOpacityProperty",
|
|
1414
|
+
"type": "<'opacity'>",
|
|
1415
|
+
"defaultValue": "1",
|
|
1416
|
+
"animatable": true
|
|
1417
|
+
},
|
|
1418
|
+
"stroke": {
|
|
1419
|
+
"ref": "https://svgwg.org/svg2-draft/painting.html#StrokeProperty",
|
|
1420
|
+
"type": "<'stroke'>",
|
|
1421
|
+
"defaultValue": "none",
|
|
1422
|
+
"animatable": true
|
|
1423
|
+
},
|
|
1424
|
+
"stroke-dasharray": {
|
|
1425
|
+
"ref": "https://svgwg.org/svg2-draft/painting.html#StrokeDasharrayProperty",
|
|
1426
|
+
"type": "<'stroke-dasharray'>",
|
|
1427
|
+
"defaultValue": "none",
|
|
1428
|
+
"animatable": true
|
|
1429
|
+
},
|
|
1430
|
+
"stroke-dashoffset": {
|
|
1431
|
+
"ref": "https://svgwg.org/svg2-draft/painting.html#StrokeDashoffsetProperty",
|
|
1432
|
+
"type": "<'stroke-dashoffset'>",
|
|
1433
|
+
"defaultValue": "0",
|
|
1434
|
+
"animatable": true
|
|
1435
|
+
},
|
|
1436
|
+
"stroke-linecap": {
|
|
1437
|
+
"ref": "https://svgwg.org/svg2-draft/painting.html#StrokeLinecapProperty",
|
|
1438
|
+
"type": "<'stroke-linecap'>",
|
|
1439
|
+
"defaultValue": "butt",
|
|
1440
|
+
"animatable": true
|
|
1441
|
+
},
|
|
1442
|
+
"stroke-linejoin": {
|
|
1443
|
+
"ref": "https://svgwg.org/svg2-draft/painting.html#StrokeLinejoinProperty",
|
|
1444
|
+
"type": "<'stroke-linejoin'>",
|
|
1445
|
+
"defaultValue": "miter",
|
|
1446
|
+
"animatable": true
|
|
1447
|
+
},
|
|
1448
|
+
"stroke-miterlimit": {
|
|
1449
|
+
"ref": "https://svgwg.org/svg2-draft/painting.html#StrokeMiterlimitProperty",
|
|
1450
|
+
"type": "<'stroke-miterlimit'>",
|
|
1451
|
+
"defaultValue": "4",
|
|
1452
|
+
"animatable": true
|
|
1453
|
+
},
|
|
1454
|
+
"stroke-opacity": {
|
|
1455
|
+
"ref": "https://svgwg.org/svg2-draft/painting.html#StrokeOpacityProperty",
|
|
1456
|
+
"type": "<'stroke-opacity'>",
|
|
1457
|
+
"defaultValue": "1",
|
|
1458
|
+
"animatable": true
|
|
1459
|
+
},
|
|
1460
|
+
"stroke-width": {
|
|
1461
|
+
"ref": "https://svgwg.org/svg2-draft/painting.html#StrokeWidthProperty",
|
|
1462
|
+
"type": "<'stroke-width'>",
|
|
1463
|
+
"defaultValue": "1px",
|
|
1464
|
+
"animatable": true
|
|
1465
|
+
},
|
|
1466
|
+
"text-anchor": {
|
|
1467
|
+
"ref": "https://svgwg.org/svg2-draft/text.html#TextAnchorProperty",
|
|
1468
|
+
"type": "<'text-anchor'>",
|
|
1469
|
+
"defaultValue": "start",
|
|
1470
|
+
"animatable": true
|
|
1471
|
+
},
|
|
1472
|
+
"text-decoration": {
|
|
1473
|
+
"ref": "https://drafts.csswg.org/css-text-decor-4/#propdef-text-decoration",
|
|
1474
|
+
"type": "<'text-decoration'>",
|
|
1475
|
+
"animatable": true
|
|
1476
|
+
},
|
|
1477
|
+
"text-overflow": {
|
|
1478
|
+
"ref": "https://svgwg.org/svg2-draft/text.html#TextOverflowProperty",
|
|
1479
|
+
"type": "<'text-overflow'>",
|
|
1480
|
+
"animatable": true
|
|
1481
|
+
},
|
|
1482
|
+
"text-rendering": {
|
|
1483
|
+
"ref": "https://svgwg.org/svg2-draft/painting.html#TextRenderingProperty",
|
|
1484
|
+
"type": "<'text-rendering'>",
|
|
1485
|
+
"defaultValue": "auto",
|
|
1486
|
+
"animatable": true
|
|
1332
1487
|
},
|
|
1333
|
-
{
|
|
1334
|
-
"
|
|
1335
|
-
"type":
|
|
1336
|
-
"enum": ["normal", "embed", "isolate", "bidi-override", "isolate-override", "plaintext"]
|
|
1337
|
-
},
|
|
1488
|
+
"unicode-bidi": {
|
|
1489
|
+
"ref": "https://drafts.csswg.org/css-writing-modes-3/#propdef-unicode-bidi",
|
|
1490
|
+
"type": "<'unicode-bidi'>",
|
|
1338
1491
|
"defaultValue": "normal"
|
|
1339
1492
|
},
|
|
1340
|
-
{
|
|
1341
|
-
"
|
|
1493
|
+
"vector-effect": {
|
|
1494
|
+
"ref": "https://svgwg.org/svg2-draft/coords.html#VectorEffectProperty",
|
|
1342
1495
|
"type": {
|
|
1343
1496
|
"enum": ["none", "non-scaling-stroke", "non-scaling-size", "non-rotation", "fixed-position"]
|
|
1344
1497
|
},
|
|
1345
|
-
"defaultValue": "none"
|
|
1498
|
+
"defaultValue": "none",
|
|
1499
|
+
"animatable": true
|
|
1500
|
+
},
|
|
1501
|
+
"visibility": {
|
|
1502
|
+
"ref": "https://drafts.csswg.org/css-display-3/#propdef-visibility",
|
|
1503
|
+
"type": "<'visibility'>",
|
|
1504
|
+
"defaultValue": "visible",
|
|
1505
|
+
"animatable": true
|
|
1506
|
+
},
|
|
1507
|
+
"white-space": {
|
|
1508
|
+
"ref": "https://www.w3.org/TR/css-text-3/#white-space-property",
|
|
1509
|
+
"type": "<'white-space'>",
|
|
1510
|
+
"defaultValue": "normal",
|
|
1511
|
+
"animatable": true
|
|
1512
|
+
},
|
|
1513
|
+
"word-spacing": {
|
|
1514
|
+
"ref": "https://drafts.csswg.org/css-text-3/#propdef-word-spacing",
|
|
1515
|
+
"type": "<'word-spacing'>",
|
|
1516
|
+
"defaultValue": "normal",
|
|
1517
|
+
"animatable": true
|
|
1518
|
+
},
|
|
1519
|
+
"writing-mode": {
|
|
1520
|
+
"ref": "https://drafts.csswg.org/css-writing-modes-4/#propdef-writing-mode",
|
|
1521
|
+
"type": "<'writing-mode'>",
|
|
1522
|
+
"defaultValue": "horizontal-tb"
|
|
1346
1523
|
},
|
|
1347
|
-
{
|
|
1348
|
-
"
|
|
1349
|
-
"type":
|
|
1350
|
-
|
|
1351
|
-
|
|
1352
|
-
"
|
|
1524
|
+
"clip": {
|
|
1525
|
+
"ref": "https://drafts.fxtf.org/css-masking/#propdef-clip",
|
|
1526
|
+
"type": "<'clip'>",
|
|
1527
|
+
"defaultValue": "auto",
|
|
1528
|
+
"animatable": true,
|
|
1529
|
+
"deprecated": true
|
|
1353
1530
|
},
|
|
1354
|
-
{
|
|
1355
|
-
"
|
|
1356
|
-
"type":
|
|
1357
|
-
|
|
1358
|
-
|
|
1359
|
-
|
|
1360
|
-
|
|
1361
|
-
|
|
1362
|
-
"
|
|
1531
|
+
"color-profile": {
|
|
1532
|
+
"ref": "https://www.w3.org/TR/SVG11/color.html#ColorProfileProperty",
|
|
1533
|
+
"type": "<'color-profile'>",
|
|
1534
|
+
"defaultValue": "auto",
|
|
1535
|
+
"animatable": true,
|
|
1536
|
+
"deprecated": true
|
|
1537
|
+
},
|
|
1538
|
+
"color-rendering": {
|
|
1539
|
+
"ref": "https://www.w3.org/TR/SVG11/painting.html#ColorRenderingProperty",
|
|
1540
|
+
"type": "<'color-rendering'>",
|
|
1541
|
+
"defaultValue": "auto",
|
|
1542
|
+
"animatable": true,
|
|
1543
|
+
"deprecated": true
|
|
1544
|
+
},
|
|
1545
|
+
"enable-background": {
|
|
1546
|
+
"ref": "https://www.w3.org/TR/SVG11/filters.html#EnableBackgroundProperty",
|
|
1547
|
+
"type": "<'enable-background'>",
|
|
1548
|
+
"defaultValue": "accumulate",
|
|
1549
|
+
"deprecated": true
|
|
1363
1550
|
},
|
|
1364
|
-
{
|
|
1365
|
-
"
|
|
1551
|
+
"kerning": {
|
|
1552
|
+
"ref": "https://www.w3.org/TR/SVG11/text.html#KerningProperty",
|
|
1553
|
+
"type": "<'kerning'>",
|
|
1554
|
+
"defaultValue": "auto",
|
|
1555
|
+
"animatable": true,
|
|
1556
|
+
"deprecated": true
|
|
1557
|
+
}
|
|
1558
|
+
},
|
|
1559
|
+
"#SVGTransferFunctionAttrs": {
|
|
1560
|
+
"type": {
|
|
1561
|
+
"ref": "https://drafts.fxtf.org/filter-effects/#element-attrdef-fecomponenttransfer-type",
|
|
1366
1562
|
"type": {
|
|
1367
|
-
"enum": ["
|
|
1563
|
+
"enum": ["identity", "table", "discrete", "linear", "gamma"]
|
|
1368
1564
|
},
|
|
1369
|
-
"defaultValue": "
|
|
1370
|
-
|
|
1371
|
-
|
|
1372
|
-
|
|
1373
|
-
|
|
1374
|
-
"
|
|
1375
|
-
"
|
|
1376
|
-
},
|
|
1377
|
-
{
|
|
1378
|
-
"
|
|
1379
|
-
"type": "
|
|
1380
|
-
|
|
1381
|
-
|
|
1382
|
-
|
|
1383
|
-
|
|
1565
|
+
"defaultValue": "identity",
|
|
1566
|
+
"animatable": true
|
|
1567
|
+
},
|
|
1568
|
+
"tableValues": {
|
|
1569
|
+
"ref": "https://drafts.fxtf.org/filter-effects/#element-attrdef-fecomponenttransfer-tablevalues",
|
|
1570
|
+
"type": "<list-of-numbers>",
|
|
1571
|
+
"animatable": true
|
|
1572
|
+
},
|
|
1573
|
+
"slope": {
|
|
1574
|
+
"ref": "https://drafts.fxtf.org/filter-effects/#element-attrdef-fecomponenttransfer-slope",
|
|
1575
|
+
"type": "<number>",
|
|
1576
|
+
"defaultValue": "1",
|
|
1577
|
+
"animatable": true
|
|
1578
|
+
},
|
|
1579
|
+
"intercept": {
|
|
1580
|
+
"ref": "https://drafts.fxtf.org/filter-effects/#element-attrdef-fecomponenttransfer-intercept",
|
|
1581
|
+
"type": "<number>",
|
|
1582
|
+
"defaultValue": "0",
|
|
1583
|
+
"animatable": true
|
|
1584
|
+
},
|
|
1585
|
+
"amplitude": {
|
|
1586
|
+
"ref": "https://drafts.fxtf.org/filter-effects/#element-attrdef-fecomponenttransfer-amplitude",
|
|
1587
|
+
"type": "<number>",
|
|
1588
|
+
"defaultValue": "1",
|
|
1589
|
+
"animatable": true
|
|
1590
|
+
},
|
|
1591
|
+
"exponent": {
|
|
1592
|
+
"ref": "https://drafts.fxtf.org/filter-effects/#element-attrdef-fecomponenttransfer-exponent",
|
|
1593
|
+
"type": "<number>",
|
|
1594
|
+
"defaultValue": "1",
|
|
1595
|
+
"animatable": true
|
|
1596
|
+
},
|
|
1597
|
+
"offset": {
|
|
1598
|
+
"ref": "https://drafts.fxtf.org/filter-effects/#element-attrdef-fecomponenttransfer-offset",
|
|
1599
|
+
"type": "<number>",
|
|
1384
1600
|
"defaultValue": "0",
|
|
1601
|
+
"animatable": true
|
|
1602
|
+
}
|
|
1603
|
+
},
|
|
1604
|
+
"#XLinkAttrs": {
|
|
1605
|
+
"xlink:href": {
|
|
1606
|
+
"ref": "https://www.w3.org/TR/xlink11/#link-locators",
|
|
1607
|
+
"type": "URL",
|
|
1385
1608
|
"deprecated": true
|
|
1386
1609
|
},
|
|
1387
|
-
{
|
|
1388
|
-
"
|
|
1389
|
-
"type": "
|
|
1390
|
-
"defaultValue": "0"
|
|
1391
|
-
},
|
|
1392
|
-
{
|
|
1393
|
-
"name": "amplitude",
|
|
1394
|
-
"type": "Float",
|
|
1395
|
-
"defaultValue": "1"
|
|
1396
|
-
},
|
|
1397
|
-
{
|
|
1398
|
-
"name": "exponent",
|
|
1399
|
-
"type": "Float",
|
|
1400
|
-
"defaultValue": "1"
|
|
1401
|
-
}
|
|
1402
|
-
],
|
|
1403
|
-
"#XLinkAttrs": [
|
|
1404
|
-
{
|
|
1405
|
-
"name": "xlink:href",
|
|
1406
|
-
"type": "IRI",
|
|
1610
|
+
"xlink:title": {
|
|
1611
|
+
"ref": "https://www.w3.org/TR/xlink11/#link-semantics",
|
|
1612
|
+
"type": "Any",
|
|
1407
1613
|
"deprecated": true
|
|
1408
1614
|
},
|
|
1409
|
-
{
|
|
1410
|
-
"
|
|
1615
|
+
"xlink:type": {
|
|
1616
|
+
"ref": "https://www.w3.org/TR/xlink11/#link-types",
|
|
1411
1617
|
"type": {
|
|
1412
1618
|
"enum": ["simple"]
|
|
1413
1619
|
},
|
|
1414
1620
|
"defaultValue": "simple",
|
|
1415
1621
|
"deprecated": true
|
|
1416
1622
|
},
|
|
1417
|
-
{
|
|
1418
|
-
"
|
|
1419
|
-
"type": "
|
|
1420
|
-
"deprecated": true
|
|
1421
|
-
},
|
|
1422
|
-
{
|
|
1423
|
-
"name": "xlink:arcrole",
|
|
1424
|
-
"type": "IRI",
|
|
1623
|
+
"xlink:role": {
|
|
1624
|
+
"ref": "https://www.w3.org/TR/xlink11/#link-semantics",
|
|
1625
|
+
"type": "Any",
|
|
1425
1626
|
"deprecated": true
|
|
1426
1627
|
},
|
|
1427
|
-
{
|
|
1428
|
-
"
|
|
1429
|
-
"type": "
|
|
1628
|
+
"xlink:arcrole": {
|
|
1629
|
+
"ref": "https://www.w3.org/TR/xlink11/#link-semantics",
|
|
1630
|
+
"type": "URL",
|
|
1430
1631
|
"deprecated": true
|
|
1431
1632
|
},
|
|
1432
|
-
{
|
|
1433
|
-
"
|
|
1633
|
+
"xlink:show": {
|
|
1634
|
+
"ref": "https://www.w3.org/TR/xlink11/#link-behaviors",
|
|
1434
1635
|
"type": {
|
|
1435
1636
|
"enum": ["new", "replace", "embed", "other", "none"]
|
|
1436
1637
|
},
|
|
1437
1638
|
"defaultValue": "replace",
|
|
1438
1639
|
"deprecated": true
|
|
1439
1640
|
},
|
|
1440
|
-
{
|
|
1441
|
-
"
|
|
1442
|
-
"type": "
|
|
1641
|
+
"xlink:actuate": {
|
|
1642
|
+
"ref": "https://www.w3.org/TR/xlink11/#link-behaviors",
|
|
1643
|
+
"type": "Any",
|
|
1443
1644
|
"deprecated": true
|
|
1444
1645
|
}
|
|
1445
|
-
|
|
1646
|
+
}
|
|
1446
1647
|
}
|