added support for NOBR and fixed MAP and AREA behavior

git-svn-id: svn://10.0.0.236/trunk@2729 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
rickg
1998-05-30 03:14:55 +00:00
parent 4b835c8f8b
commit f7bb7a3928
8 changed files with 54 additions and 32 deletions

View File

@@ -156,7 +156,7 @@ HTMLTagEntry gHTMLTagTable[] =
{"MATH", eHTMLTag_math},
{"MENU", eHTMLTag_menu}, {"META", eHTMLTag_meta},
{"NEWLINE", eHTMLTag_newline},
{"NEWLINE", eHTMLTag_newline}, {"NOBR", eHTMLTag_nobr},
{"NOEMBED", eHTMLTag_noembed}, {"NOFRAMES", eHTMLTag_noframes},
{"NOLAYER", eHTMLTag_nolayer}, {"NOSCRIPT", eHTMLTag_noscript},