0
0
mirror of https://github.com/rkd77/elinks.git synced 2025-06-30 22:19:29 -04:00

[html5] Also add NAV element. Refs #282

(cherry picked from commit 103669e825cb7894cdaa66c8fa80a7de54ac4c24)
This commit is contained in:
Witold Filipczyk 2024-01-07 20:11:00 +01:00
parent fea622c365
commit 4e11f6f8be

View File

@ -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},