ソースを参照

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

https://developer.mozilla.org/en-US/docs/Web/HTML/Element/content
小妍妍 5 年 前
コミット
fdb2f418cf
1 ファイル変更1 行追加1 行削除
  1. 1 1
      packages/shared/src/domTagConfig.ts

+ 1 - 1
packages/shared/src/domTagConfig.ts

@@ -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 =