]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
chore: remove deprecated `<content>` tag (#1647)
author小妍妍 <499504148@qq.com>
Tue, 18 Aug 2020 15:47:38 +0000 (23:47 +0800)
committerGitHub <noreply@github.com>
Tue, 18 Aug 2020 15:47:38 +0000 (11:47 -0400)
https://developer.mozilla.org/en-US/docs/Web/HTML/Element/content

packages/shared/src/domTagConfig.ts

index 7c1d404b10651d6fb99933d2ea0cdda9352ed3e1..bbacdc12535db32f4ad6d9289171bc11b85697e3 100644 (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 =