-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathHtmlTags.json
122 lines (122 loc) · 8.84 KB
/
HtmlTags.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
{
"a": { "attributes": ["href", "hreflang", "media", "rel", "target", "type", "data-corners", "data-direction", "data-icon", "data-iconpos", "data-iconshadow",
"data-inline", "data-rel", "data-role", "data-theme", "data-transition"] },
"abbr": { "attributes": [] },
"address": { "attributes": [] },
"area": { "attributes": ["alt", "coords", "href", "hreflang", "media", "rel", "shape", "target", "type"] },
"article": { "attributes": [] },
"aside": { "attributes": [] },
"audio": { "attributes": ["autoplay", "controls", "loop", "mediagroup", "muted", "preload", "src"] },
"b": { "attributes": [] },
"base": { "attributes": ["href", "target"] },
"bdi": { "attributes": [] },
"bdo": { "attributes": [] },
"big": { "attributes": [] },
"blockquote": { "attributes": ["cite"] },
"body": { "attributes": ["onafterprint", "onbeforeprint", "onbeforeunload", "onhashchange", "onmessage", "onoffline", "ononline",
"onpagehide", "onpageshow", "onpopstate", "onredo", "onresize", "onstorage", "onundo", "onunload"] },
"br": { "attributes": [] },
"button": { "attributes": ["autofocus", "disabled", "form", "formaction", "formenctype", "formmethod", "formnovalidate", "formtarget",
"name", "type", "value", "data-corners", "data-icon", "data-iconpos", "data-iconshadow", "data-inline", "data-role", "data-theme", "data-transition"] },
"canvas": { "attributes": ["height", "width"] },
"caption": { "attributes": [] },
"cite": { "attributes": [] },
"code": { "attributes": [] },
"col": { "attributes": ["span"] },
"colgroup": { "attributes": ["span"] },
"command": { "attributes": ["checked", "disabled", "icon", "label", "radiogroup", "type"] },
"datalist": { "attributes": [] },
"dd": { "attributes": [] },
"del": { "attributes": ["cite", "datetime"] },
"details": { "attributes": ["open"] },
"dfn": { "attributes": [] },
"div": { "attributes": ["data-add-back-btn", "data-back-btn-text", "data-back-btn-theme", "data-collapsed", "data-collapse-cue-text", "data-collapsed-icon", "data-content-theme",
"data-dismissible", "data-display", "data-exclude-invisible", "data-expanded-icon", "data-highlight", "data-history", "data-iconpos", "data-id",
"data-inset", "data-mini", "data-position", "data-position-to", "data-role", "data-theme", "data-tolerance", "data-track-theme", "data-type", "data-url"] },
"dl": { "attributes": [] },
"dt": { "attributes": [] },
"em": { "attributes": [] },
"embed": { "attributes": ["height", "src", "type", "width"] },
"fieldset": { "attributes": ["disabled", "form", "name", "data-exclude-invisible", "data-mini", "data-role", "data-theme", "data-type" ] },
"figcaption": { "attributes": [] },
"figure": { "attributes": [] },
"footer": { "attributes": ["data-back-btn-text", "data-back-btn-theme", "data-fullscreen", "data-id", "data-position", "data-role", "data-theme", "data-type"] },
"form": { "attributes": ["accept-charset", "action", "autocomplete", "enctype", "method", "name", "novalidate", "target"] },
"h1": { "attributes": [] },
"h2": { "attributes": [] },
"h3": { "attributes": [] },
"h4": { "attributes": [] },
"h5": { "attributes": [] },
"h6": { "attributes": [] },
"head": { "attributes": [] },
"header": { "attributes": ["data-back-btn-text", "data-back-btn-theme", "data-fullscreen", "data-id", "data-position", "data-role", "data-theme", "data-type"] },
"hgroup": { "attributes": [] },
"hr": { "attributes": [] },
"html": { "attributes": ["manifest", "xml:lang", "xmlns"] },
"i": { "attributes": [] },
"iframe": { "attributes": ["height", "name", "sandbox", "seamless", "src", "srcdoc", "width"] },
"ilayer": { "attributes": [] },
"img": { "attributes": ["alt", "height", "ismap", "longdesc", "src", "usemap", "width"] },
"input": { "attributes": ["accept", "alt", "autocomplete", "autofocus", "checked", "dirname", "disabled", "form", "formaction", "formenctype", "formmethod",
"formnovalidate", "formtarget", "height", "list", "max", "maxlength", "min", "multiple", "name", "pattern", "placeholder", "readonly",
"required", "size", "src", "step", "type", "value", "width", "data-corners", "data-icon", "data-iconpos", "data-iconshadow", "data-role", "data-theme"] },
"ins": { "attributes": ["cite", "datetime"] },
"kbd": { "attributes": [] },
"keygen": { "attributes": ["autofocus", "challenge", "disabled", "form", "keytype", "name"] },
"label": { "attributes": ["for", "form"] },
"legend": { "attributes": [] },
"li": { "attributes": ["value", "data-filtertext"] },
"link": { "attributes": ["disabled", "href", "hreflang", "media", "rel", "sizes", "type"] },
"map": { "attributes": ["name"] },
"mark": { "attributes": [] },
"marquee": { "attributes": ["align", "behavior", "bgcolor", "direction", "height", "hspace", "loop", "scrollamount", "scrolldelay", "truespeed", "vspace", "width"] },
"menu": { "attributes": ["label", "type"] },
"meta": { "attributes": ["charset", "content", "http-equiv", "name"] },
"meter": { "attributes": ["form", "high", "low", "max", "min", "optimum", "value"] },
"nav": { "attributes": [] },
"noscript": { "attributes": [] },
"object": { "attributes": ["archive", "codebase", "codetype", "data", "declare", "form", "height", "name", "standby", "type", "usemap", "width"] },
"ol": { "attributes": ["reversed", "start", "type", "data-role", "data-theme", "data-autodividers", "data-filter", "data-filter-placeholder", "data-filter-reveal",
"data-filter-theme", "data-inset"] },
"optgroup": { "attributes": ["disabled", "label"] },
"option": { "attributes": ["disabled", "label", "selected", "value"] },
"output": { "attributes": ["for", "form", "name"] },
"p": { "attributes": [] },
"param": { "attributes": ["name", "value"] },
"pre": { "attributes": [] },
"progress": { "attributes": ["form", "max", "value"] },
"q": { "attributes": ["cite"] },
"rp": { "attributes": [] },
"rt": { "attributes": [] },
"ruby": { "attributes": [] },
"samp": { "attributes": [] },
"script": { "attributes": ["async", "charset", "defer", "src", "type"] },
"section": { "attributes": ["data-collapsed", "data-collapsed-icon", "data-content-theme", "data-dismissible", "data-display", "data-expanded-icon", "data-history", "data-iconpos",
"data-id", "data-inset", "data-mini", "data-position", "data-position-to", "data-role", "data-theme", "data-tolerance", "data-type", "data-url"] },
"select": { "attributes": ["autofocus", "disabled", "form", "multiple", "name", "required", "size", "data-corners", "data-icon", "data-iconpos", "data-iconshadow", "data-inline",
"data-role", "data-theme"] },
"small": { "attributes": [] },
"source": { "attributes": ["media", "src", "type"] },
"span": { "attributes": [] },
"strong": { "attributes": [] },
"style": { "attributes": ["disabled", "media", "scoped", "type"] },
"sub": { "attributes": [] },
"summary": { "attributes": [] },
"sup": { "attributes": [] },
"table": { "attributes": ["border", "data-mode", "data-role"] },
"tbody": { "attributes": [] },
"td": { "attributes": ["colspan", "headers", "rowspan"] },
"textarea": { "attributes": ["autofocus", "cols", "dirname", "disabled", "form", "label", "maxlength", "name", "placeholder", "readonly", "required", "rows", "wrap"] },
"tfoot": { "attributes": [] },
"th": { "attributes": ["colspan", "headers", "rowspan", "scope"] },
"thead": { "attributes": [] },
"time": { "attributes": ["datetime", "pubdate"] },
"title": { "attributes": [] },
"tr": { "attributes": [] },
"track": { "attributes": ["default", "kind", "label", "src", "srclang"] },
"tt": { "attributes": [] },
"ul": { "attributes": ["data-role", "data-theme", "data-autodividers", "data-filter", "data-filter-placeholder", "data-filter-reveal", "data-filter-theme", "data-inset"] },
"var": { "attributes": [] },
"video": { "attributes": ["autoplay", "controls", "height", "loop", "mediagroup", "muted", "poster", "preload", "src", "width"] },
"wbr": { "attributes": [] }
}