1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-09-27 02:56:18 -04:00

[html5] Also add NAV element. Refs #282

This commit is contained in:
Witold Filipczyk 2024-01-07 20:11:00 +01:00
parent 94cfc49ce1
commit 103669e825

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