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.
1 parent bbf6ca9 commit d868d5fCopy full SHA for d868d5f
packages/shared/src/domTagConfig.ts
@@ -5,9 +5,9 @@ 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,hgroup,nav,section,div,dd,dl,dt,figcaption,' +
+ 'header,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,rtc,ruby,s,samp,small,span,strong,sub,sup,' +
+ '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,' +
12
'canvas,script,noscript,del,ins,caption,col,colgroup,table,thead,tbody,td,' +
13
'th,tr,button,datalist,fieldset,form,input,label,legend,meter,optgroup,' +
0 commit comments