chore: remove deprecated <content>
tag (#1647)
https://developer.mozilla.org/en-US/docs/Web/HTML/Element/content
This commit is contained in:
parent
3892ea884b
commit
fdb2f418cf
@ -12,7 +12,7 @@ const HTML_TAGS =
|
|||||||
'canvas,script,noscript,del,ins,caption,col,colgroup,table,thead,tbody,td,' +
|
'canvas,script,noscript,del,ins,caption,col,colgroup,table,thead,tbody,td,' +
|
||||||
'th,tr,button,datalist,fieldset,form,input,label,legend,meter,optgroup,' +
|
'th,tr,button,datalist,fieldset,form,input,label,legend,meter,optgroup,' +
|
||||||
'option,output,progress,select,textarea,details,dialog,menu,' +
|
'option,output,progress,select,textarea,details,dialog,menu,' +
|
||||||
'summary,content,template,blockquote,iframe,tfoot'
|
'summary,template,blockquote,iframe,tfoot'
|
||||||
|
|
||||||
// https://developer.mozilla.org/en-US/docs/Web/SVG/Element
|
// https://developer.mozilla.org/en-US/docs/Web/SVG/Element
|
||||||
const SVG_TAGS =
|
const SVG_TAGS =
|
||||||
|
Loading…
Reference in New Issue
Block a user