Skip to content

Commit

Permalink
chore: remove deprecated <content> tag (#1647)
Browse files Browse the repository at this point in the history
  • Loading branch information
XiaoYanY authored Aug 18, 2020
1 parent 3892ea8 commit fdb2f41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/shared/src/domTagConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 =
Expand Down

0 comments on commit fdb2f41

Please sign in to comment.