Skip to content

Commit d868d5f

Browse files
authored
chore(shared): remove deprecated html tags (vuejs#4130)
1 parent bbf6ca9 commit d868d5f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/shared/src/domTagConfig.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ import { makeMap } from './makeMap'
55
// https://developer.mozilla.org/en-US/docs/Web/HTML/Element
66
const HTML_TAGS =
77
'html,body,base,head,link,meta,style,title,address,article,aside,footer,' +
8-
'header,h1,h2,h3,h4,h5,h6,hgroup,nav,section,div,dd,dl,dt,figcaption,' +
8+
'header,h1,h2,h3,h4,h5,h6,nav,section,div,dd,dl,dt,figcaption,' +
99
'figure,picture,hr,img,li,main,ol,p,pre,ul,a,b,abbr,bdi,bdo,br,cite,code,' +
10-
'data,dfn,em,i,kbd,mark,q,rp,rt,rtc,ruby,s,samp,small,span,strong,sub,sup,' +
10+
'data,dfn,em,i,kbd,mark,q,rp,rt,ruby,s,samp,small,span,strong,sub,sup,' +
1111
'time,u,var,wbr,area,audio,map,track,video,embed,object,param,source,' +
1212
'canvas,script,noscript,del,ins,caption,col,colgroup,table,thead,tbody,td,' +
1313
'th,tr,button,datalist,fieldset,form,input,label,legend,meter,optgroup,' +

0 commit comments

Comments
 (0)