Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix(compiler): add hgroup to supported HTML_TAGS (#6321)
close #6313
  • Loading branch information
puskuruk committed Nov 14, 2022
1 parent 59ffe5e commit 7443174
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 7443174

Please sign in to comment.