Skip to content

Commit 22973b4

Browse files
authored
chore: remove deprecated elements from dom tag config (#1596)
1 parent 165068d commit 22973b4

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
@@ -12,7 +12,7 @@ const HTML_TAGS =
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,' +
1414
'option,output,progress,select,textarea,details,dialog,menu,menuitem,' +
15-
'summary,content,element,shadow,template,blockquote,iframe,tfoot'
15+
'summary,content,template,blockquote,iframe,tfoot'
1616

1717
// https://developer.mozilla.org/en-US/docs/Web/SVG/Element
1818
const SVG_TAGS =

0 commit comments

Comments
 (0)