chore: remove deprecated <content> tag (#1647)

https://developer.mozilla.org/en-US/docs/Web/HTML/Element/content
This commit is contained in:
小妍妍 2020-08-18 23:47:38 +08:00 committed by GitHub
parent 3892ea884b
commit fdb2f418cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,7 +12,7 @@ const HTML_TAGS =
'canvas,script,noscript,del,ins,caption,col,colgroup,table,thead,tbody,td,' +
'th,tr,button,datalist,fieldset,form,input,label,legend,meter,optgroup,' +
'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
const SVG_TAGS =