We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
hgroup
HTML_TAGS
1 parent 59ffe5e commit 7443174Copy full SHA for 7443174
packages/shared/src/domTagConfig.ts
@@ -5,7 +5,7 @@ import { makeMap } from './makeMap'
5
// https://developer.mozilla.org/en-US/docs/Web/HTML/Element
6
const HTML_TAGS =
7
'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,' +
+ 'header,hgroup,h1,h2,h3,h4,h5,h6,nav,section,div,dd,dl,dt,figcaption,' +
9
'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,ruby,s,samp,small,span,strong,sub,sup,' +
11
'time,u,var,wbr,area,audio,map,track,video,embed,object,param,source,' +
0 commit comments