From a943a03bafa0205aeedddbc3a1bc75370a32e4b0 Mon Sep 17 00:00:00 2001 From: rickg Date: Tue, 14 Jul 1998 19:10:42 +0000 Subject: [PATCH] added a few missing tags git-svn-id: svn://10.0.0.236/trunk@5504 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/htmlparser/tools/gentags.pl | 3 +++ mozilla/parser/htmlparser/tools/gentags.pl | 3 +++ 2 files changed, 6 insertions(+) diff --git a/mozilla/htmlparser/tools/gentags.pl b/mozilla/htmlparser/tools/gentags.pl index 5e589e6d8f4..aefa6284baa 100644 --- a/mozilla/htmlparser/tools/gentags.pl +++ b/mozilla/htmlparser/tools/gentags.pl @@ -33,6 +33,7 @@ $tags[$i++] = "b"; $tags[$i++] = "base"; $tags[$i++] = "basefont"; $tags[$i++] = "bdo"; +$tags[$i++] = "bgsound"; $tags[$i++] = "big"; $tags[$i++] = "blink"; $tags[$i++] = "blockquote"; @@ -87,6 +88,7 @@ $tags[$i++] = "map"; $tags[$i++] = "menu"; $tags[$i++] = "meta"; $tags[$i++] = "multicol"; +$tags[$i++] = "nextid"; $tags[$i++] = "nobr"; $tags[$i++] = "noembed"; $tags[$i++] = "noframes"; @@ -107,6 +109,7 @@ $tags[$i++] = "script"; $tags[$i++] = "select"; $tags[$i++] = "server"; $tags[$i++] = "small"; +$tags[$i++] = "sound"; $tags[$i++] = "spacer"; $tags[$i++] = "span"; $tags[$i++] = "strike"; diff --git a/mozilla/parser/htmlparser/tools/gentags.pl b/mozilla/parser/htmlparser/tools/gentags.pl index 5e589e6d8f4..aefa6284baa 100644 --- a/mozilla/parser/htmlparser/tools/gentags.pl +++ b/mozilla/parser/htmlparser/tools/gentags.pl @@ -33,6 +33,7 @@ $tags[$i++] = "b"; $tags[$i++] = "base"; $tags[$i++] = "basefont"; $tags[$i++] = "bdo"; +$tags[$i++] = "bgsound"; $tags[$i++] = "big"; $tags[$i++] = "blink"; $tags[$i++] = "blockquote"; @@ -87,6 +88,7 @@ $tags[$i++] = "map"; $tags[$i++] = "menu"; $tags[$i++] = "meta"; $tags[$i++] = "multicol"; +$tags[$i++] = "nextid"; $tags[$i++] = "nobr"; $tags[$i++] = "noembed"; $tags[$i++] = "noframes"; @@ -107,6 +109,7 @@ $tags[$i++] = "script"; $tags[$i++] = "select"; $tags[$i++] = "server"; $tags[$i++] = "small"; +$tags[$i++] = "sound"; $tags[$i++] = "spacer"; $tags[$i++] = "span"; $tags[$i++] = "strike";