Skip to content

Commit

Permalink
[html5] Also add NAV element. Refs #282
Browse files Browse the repository at this point in the history
(cherry picked from commit 103669e)
  • Loading branch information
rkd77 committed Oct 3, 2024
1 parent fea622c commit 4e11f6f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/document/html/parser/parse.c
Original file line number Diff line number Diff line change
Expand Up @@ -502,6 +502,7 @@ static struct element_info elements[] = {
{"MAIN", html_main, NULL, 0, ET_NON_NESTABLE},
{"MENU", html_ul, NULL, 2, ET_NESTABLE },
{"META", html_meta, NULL, 0, ET_NON_PAIRABLE},
{"NAV", html_linebrk, NULL, 1, ET_NESTABLE },
{"NOFRAMES", html_noframes, NULL, 0, ET_NESTABLE },
{"NOSCRIPT", html_noscript, NULL, 0, ET_NESTABLE },
{"OBJECT", html_object, NULL, 1, ET_NON_PAIRABLE},
Expand Down

0 comments on commit 4e11f6f

Please sign in to comment.