UNPKG

1.47 kBJavaScriptView Raw
1// @flow
2export const tags = [
3 'a',
4 'abbr',
5 'address',
6 'area',
7 'article',
8 'aside',
9 'audio',
10 'b',
11 'base',
12 'bdi',
13 'bdo',
14 'big',
15 'blockquote',
16 'body',
17 'br',
18 'button',
19 'canvas',
20 'caption',
21 'cite',
22 'code',
23 'col',
24 'colgroup',
25 'data',
26 'datalist',
27 'dd',
28 'del',
29 'details',
30 'dfn',
31 'dialog',
32 'div',
33 'dl',
34 'dt',
35 'em',
36 'embed',
37 'fieldset',
38 'figcaption',
39 'figure',
40 'footer',
41 'form',
42 'h1',
43 'h2',
44 'h3',
45 'h4',
46 'h5',
47 'h6',
48 'head',
49 'header',
50 'hgroup',
51 'hr',
52 'html',
53 'i',
54 'iframe',
55 'img',
56 'input',
57 'ins',
58 'kbd',
59 'keygen',
60 'label',
61 'legend',
62 'li',
63 'link',
64 'main',
65 'map',
66 'mark',
67 'marquee',
68 'menu',
69 'menuitem',
70 'meta',
71 'meter',
72 'nav',
73 'noscript',
74 'object',
75 'ol',
76 'optgroup',
77 'option',
78 'output',
79 'p',
80 'param',
81 'picture',
82 'pre',
83 'progress',
84 'q',
85 'rp',
86 'rt',
87 'ruby',
88 's',
89 'samp',
90 'script',
91 'section',
92 'select',
93 'small',
94 'source',
95 'span',
96 'strong',
97 'style',
98 'sub',
99 'summary',
100 'sup',
101 'table',
102 'tbody',
103 'td',
104 'textarea',
105 'tfoot',
106 'th',
107 'thead',
108 'time',
109 'title',
110 'tr',
111 'track',
112 'u',
113 'ul',
114 'var',
115 'video',
116 'wbr',
117
118 // SVG
119 'circle',
120 'clipPath',
121 'defs',
122 'ellipse',
123 'foreignObject',
124 'g',
125 'image',
126 'line',
127 'linearGradient',
128 'mask',
129 'path',
130 'pattern',
131 'polygon',
132 'polyline',
133 'radialGradient',
134 'rect',
135 'stop',
136 'svg',
137 'text',
138 'tspan'
139]