Skip to content

Commit 5ec55ea

Browse files
committed
fix: HTMLTagList to include headings
1 parent 7734d0f commit 5ec55ea

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/HTMLTagList.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,12 @@ let HTMLTagList: {[name: string]: ?boolean} = {
3030
'center': true,
3131
'cite': true,
3232
'code': true,
33+
'h1': true,
34+
'h2': true,
35+
'h3': true,
36+
'h4': true,
37+
'h5': true,
38+
'h6': true,
3339
'col': true,
3440
'colgroup': true,
3541
'command': true,

0 commit comments

Comments
 (0)