Skip to content

Commit

Permalink
fix(compiler): add hgroup to supported HTML_TAGS (vuejs#6321)
Browse files Browse the repository at this point in the history
  • Loading branch information
puskuruk authored and chrislone committed Feb 4, 2023
1 parent 309201c commit 8d39bba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/shared/src/domTagConfig.ts
Expand Up @@ -5,7 +5,7 @@ import { makeMap } from './makeMap'
// https://developer.mozilla.org/en-US/docs/Web/HTML/Element
const HTML_TAGS =
'html,body,base,head,link,meta,style,title,address,article,aside,footer,' +
'header,h1,h2,h3,h4,h5,h6,nav,section,div,dd,dl,dt,figcaption,' +
'header,hgroup,h1,h2,h3,h4,h5,h6,nav,section,div,dd,dl,dt,figcaption,' +
'figure,picture,hr,img,li,main,ol,p,pre,ul,a,b,abbr,bdi,bdo,br,cite,code,' +
'data,dfn,em,i,kbd,mark,q,rp,rt,ruby,s,samp,small,span,strong,sub,sup,' +
'time,u,var,wbr,area,audio,map,track,video,embed,object,param,source,' +
Expand Down

0 comments on commit 8d39bba

Please sign in to comment.