Skip to content

Commit 7443174

Browse files
authored
fix(compiler): add hgroup to supported HTML_TAGS (#6321)
close #6313
1 parent 59ffe5e commit 7443174

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/shared/src/domTagConfig.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ 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,nav,section,div,dd,dl,dt,figcaption,' +
8+
'header,hgroup,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,' +
1010
'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,' +

0 commit comments

Comments
 (0)