From d6582f1383553695fb940cba172856fcb2a97833 Mon Sep 17 00:00:00 2001 From: "nisheeth%netscape.com" Date: Thu, 11 Mar 1999 05:30:28 +0000 Subject: [PATCH] Added two new HTML tags used internally for error reporting of expat errors: "parsererror" and "sourcetext". git-svn-id: svn://10.0.0.236/trunk@23666 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/htmlparser/tools/gentags.pl | 2 ++ mozilla/parser/htmlparser/tools/gentags.pl | 2 ++ 2 files changed, 4 insertions(+) diff --git a/mozilla/htmlparser/tools/gentags.pl b/mozilla/htmlparser/tools/gentags.pl index 2e6746d7a3f..251ddb9811f 100644 --- a/mozilla/htmlparser/tools/gentags.pl +++ b/mozilla/htmlparser/tools/gentags.pl @@ -99,6 +99,7 @@ $tags[$i++] = "optgroup"; $tags[$i++] = "option"; $tags[$i++] = "p"; $tags[$i++] = "param"; +$tags[$i++] = "parsererror"; $tags[$i++] = "plaintext"; $tags[$i++] = "pre"; $tags[$i++] = "q"; @@ -109,6 +110,7 @@ $tags[$i++] = "select"; $tags[$i++] = "server"; $tags[$i++] = "small"; $tags[$i++] = "sound"; +$tags[$i++] = "sourcetext"; $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 2e6746d7a3f..251ddb9811f 100644 --- a/mozilla/parser/htmlparser/tools/gentags.pl +++ b/mozilla/parser/htmlparser/tools/gentags.pl @@ -99,6 +99,7 @@ $tags[$i++] = "optgroup"; $tags[$i++] = "option"; $tags[$i++] = "p"; $tags[$i++] = "param"; +$tags[$i++] = "parsererror"; $tags[$i++] = "plaintext"; $tags[$i++] = "pre"; $tags[$i++] = "q"; @@ -109,6 +110,7 @@ $tags[$i++] = "select"; $tags[$i++] = "server"; $tags[$i++] = "small"; $tags[$i++] = "sound"; +$tags[$i++] = "sourcetext"; $tags[$i++] = "spacer"; $tags[$i++] = "span"; $tags[$i++] = "strike";