From 580c3f4c4b4ef08a7922edee18d19049897316cf Mon Sep 17 00:00:00 2001 From: "vidur%netscape.com" Date: Sun, 10 Sep 2000 07:04:30 +0000 Subject: [PATCH] Added missing HTML tags. r=jst --- content/html/content/src/nsHTMLAtomList.h | 2 ++ content/shared/public/nsHTMLAtomList.h | 2 ++ layout/html/base/src/nsHTMLAtomList.h | 2 ++ 3 files changed, 6 insertions(+) diff --git a/content/html/content/src/nsHTMLAtomList.h b/content/html/content/src/nsHTMLAtomList.h index 724e91df4699..c359e443da40 100644 --- a/content/html/content/src/nsHTMLAtomList.h +++ b/content/html/content/src/nsHTMLAtomList.h @@ -140,6 +140,7 @@ HTML_ATOM(h3, "h3") HTML_ATOM(h4, "h4") HTML_ATOM(h5, "h5") HTML_ATOM(h6, "h6") +HTML_ATOM(head, "head") HTML_ATOM(headerContentBase, "content-base") HTML_ATOM(headerContentLanguage, "content-language") HTML_ATOM(headerContentScriptType, "content-script-type") @@ -186,6 +187,7 @@ HTML_ATOM(maxlength, "maxlength") HTML_ATOM(mayscript, "mayscript") HTML_ATOM(media, "media") HTML_ATOM(menu, "menu") +HTML_ATOM(meta, "meta") HTML_ATOM(method, "method") HTML_ATOM(multicol, "multicol") HTML_ATOM(multiple, "multiple") diff --git a/content/shared/public/nsHTMLAtomList.h b/content/shared/public/nsHTMLAtomList.h index 724e91df4699..c359e443da40 100644 --- a/content/shared/public/nsHTMLAtomList.h +++ b/content/shared/public/nsHTMLAtomList.h @@ -140,6 +140,7 @@ HTML_ATOM(h3, "h3") HTML_ATOM(h4, "h4") HTML_ATOM(h5, "h5") HTML_ATOM(h6, "h6") +HTML_ATOM(head, "head") HTML_ATOM(headerContentBase, "content-base") HTML_ATOM(headerContentLanguage, "content-language") HTML_ATOM(headerContentScriptType, "content-script-type") @@ -186,6 +187,7 @@ HTML_ATOM(maxlength, "maxlength") HTML_ATOM(mayscript, "mayscript") HTML_ATOM(media, "media") HTML_ATOM(menu, "menu") +HTML_ATOM(meta, "meta") HTML_ATOM(method, "method") HTML_ATOM(multicol, "multicol") HTML_ATOM(multiple, "multiple") diff --git a/layout/html/base/src/nsHTMLAtomList.h b/layout/html/base/src/nsHTMLAtomList.h index 724e91df4699..c359e443da40 100644 --- a/layout/html/base/src/nsHTMLAtomList.h +++ b/layout/html/base/src/nsHTMLAtomList.h @@ -140,6 +140,7 @@ HTML_ATOM(h3, "h3") HTML_ATOM(h4, "h4") HTML_ATOM(h5, "h5") HTML_ATOM(h6, "h6") +HTML_ATOM(head, "head") HTML_ATOM(headerContentBase, "content-base") HTML_ATOM(headerContentLanguage, "content-language") HTML_ATOM(headerContentScriptType, "content-script-type") @@ -186,6 +187,7 @@ HTML_ATOM(maxlength, "maxlength") HTML_ATOM(mayscript, "mayscript") HTML_ATOM(media, "media") HTML_ATOM(menu, "menu") +HTML_ATOM(meta, "meta") HTML_ATOM(method, "method") HTML_ATOM(multicol, "multicol") HTML_ATOM(multiple, "multiple")