File tree 1 file changed +29
-5
lines changed
1 file changed +29
-5
lines changed Original file line number Diff line number Diff line change @@ -63,15 +63,15 @@ const HTML_ELEMENT_KEYS = [
63
63
'translate' ,
64
64
'dir' ,
65
65
// 'dataset',
66
- // 'hidden',
66
+ 'hidden' ,
67
67
'tabIndex' ,
68
68
'accessKey' ,
69
69
'draggable' ,
70
- // 'spellcheck',
71
- // 'autocapitalize',
70
+ 'spellcheck' ,
71
+ 'autocapitalize' ,
72
72
'contentEditable' ,
73
73
'isContentEditable' ,
74
- // 'inputMode',
74
+ 'inputMode' ,
75
75
'offsetParent' ,
76
76
'offsetTop' ,
77
77
'offsetLeft' ,
@@ -158,7 +158,31 @@ const HTML_ELEMENT_KEYS = [
158
158
'nonce' ,
159
159
'click' ,
160
160
'focus' ,
161
- 'blur'
161
+ 'blur' ,
162
+ 'class' ,
163
+ 'contextmenu' ,
164
+ 'tabindex?' ,
165
+ 'enterkeyhint' ,
166
+ 'is' ,
167
+ 'radiogroup' ,
168
+ 'role' ,
169
+ 'about' ,
170
+ 'datatype' ,
171
+ 'inlist' ,
172
+ 'property' ,
173
+ 'resource' ,
174
+ 'typeof' ,
175
+ 'vocab' ,
176
+ 'autocorrect' ,
177
+ 'autosave' ,
178
+ 'color' ,
179
+ 'itemprop' ,
180
+ 'itemscope' ,
181
+ 'itemtype' ,
182
+ 'itemid' ,
183
+ 'itemref' ,
184
+ 'results' ,
185
+ 'security'
162
186
] ;
163
187
164
188
const ELEMENT_KEYS = [
You can’t perform that action at this time.
0 commit comments