Skip to content

Commit e626caa

Browse files
authored
chore(shared): menuitem tag has been deprecated (#1613)
1 parent a896645 commit e626caa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/shared/src/domTagConfig.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const HTML_TAGS =
1111
'time,u,var,wbr,area,audio,map,track,video,embed,object,param,source,' +
1212
'canvas,script,noscript,del,ins,caption,col,colgroup,table,thead,tbody,td,' +
1313
'th,tr,button,datalist,fieldset,form,input,label,legend,meter,optgroup,' +
14-
'option,output,progress,select,textarea,details,dialog,menu,menuitem,' +
14+
'option,output,progress,select,textarea,details,dialog,menu,' +
1515
'summary,content,template,blockquote,iframe,tfoot'
1616

1717
// https://developer.mozilla.org/en-US/docs/Web/SVG/Element

0 commit comments

Comments
 (0)