File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ module HTML
12
12
:audio ,
13
13
:b ,
14
14
:base ,
15
+ :bdi ,
15
16
:bdo ,
16
17
:blockquote ,
17
18
:body ,
@@ -24,11 +25,13 @@ module HTML
24
25
:col ,
25
26
:colgroup ,
26
27
:command ,
28
+ :data ,
27
29
:datalist ,
28
30
:dd ,
29
31
:del ,
30
32
:details ,
31
33
:dfn ,
34
+ :dialog ,
32
35
:div ,
33
36
:dl ,
34
37
:dt ,
@@ -76,14 +79,20 @@ module HTML
76
79
:option ,
77
80
:output ,
78
81
:param ,
82
+ :picture ,
79
83
:pre ,
80
84
:progress ,
81
85
:q ,
86
+ :rp ,
87
+ :rt ,
88
+ :ruby ,
82
89
:s ,
83
90
:samp ,
84
91
:script ,
92
+ :search ,
85
93
:section ,
86
94
:select ,
95
+ :slot ,
87
96
:small ,
88
97
:source ,
89
98
:span ,
@@ -96,6 +105,7 @@ module HTML
96
105
:table ,
97
106
:tbody ,
98
107
:td ,
108
+ :template ,
99
109
:textarea ,
100
110
:tfoot ,
101
111
:th ,
@@ -104,6 +114,7 @@ module HTML
104
114
:title ,
105
115
:tr ,
106
116
:track ,
117
+ :u ,
107
118
:ul ,
108
119
:var ,
109
120
:video ,
You can’t perform that action at this time.
0 commit comments