Added new atoms

git-svn-id: svn://10.0.0.236/trunk@8793 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
kipp%netscape.com
1998-08-29 03:13:03 +00:00
parent 1ab259806c
commit e247d39ff4
6 changed files with 27 additions and 0 deletions

View File

@@ -41,6 +41,7 @@ nsIAtom* nsHTMLAtoms::bottompadding;
nsIAtom* nsHTMLAtoms::br;
nsIAtom* nsHTMLAtoms::cellpadding;
nsIAtom* nsHTMLAtoms::cellspacing;
nsIAtom* nsHTMLAtoms::charset;
nsIAtom* nsHTMLAtoms::checked;
nsIAtom* nsHTMLAtoms::kClass;
nsIAtom* nsHTMLAtoms::classid;
@@ -82,6 +83,7 @@ nsIAtom* nsHTMLAtoms::hidden;
nsIAtom* nsHTMLAtoms::hover;
nsIAtom* nsHTMLAtoms::hr;
nsIAtom* nsHTMLAtoms::href;
nsIAtom* nsHTMLAtoms::hreflang;
nsIAtom* nsHTMLAtoms::hspace;
nsIAtom* nsHTMLAtoms::httpEquiv;
nsIAtom* nsHTMLAtoms::id;
@@ -137,6 +139,7 @@ nsIAtom* nsHTMLAtoms::prompt;
nsIAtom* nsHTMLAtoms::readonly;
nsIAtom* nsHTMLAtoms::rel;
nsIAtom* nsHTMLAtoms::repeat;
nsIAtom* nsHTMLAtoms::rev;
nsIAtom* nsHTMLAtoms::rightpadding;
nsIAtom* nsHTMLAtoms::rootContentPseudo;
nsIAtom* nsHTMLAtoms::rows;
@@ -205,6 +208,7 @@ void nsHTMLAtoms::AddrefAtoms()
br = NS_NewAtom("BR");
cellpadding = NS_NewAtom("CELLPADDING");
cellspacing = NS_NewAtom("CELLSPACING");
charset = NS_NewAtom("CHARSET");
checked = NS_NewAtom("CHECKED");
kClass = NS_NewAtom("CLASS");
classid = NS_NewAtom("CLASSID");
@@ -246,6 +250,7 @@ void nsHTMLAtoms::AddrefAtoms()
hover = NS_NewAtom("HOVER");
hr = NS_NewAtom("HR");
href = NS_NewAtom("HREF");
hreflang = NS_NewAtom("HREFLANG");
hspace = NS_NewAtom("HSPACE");
httpEquiv = NS_NewAtom("HTTP-EQUIV");
id = NS_NewAtom("ID");
@@ -300,6 +305,7 @@ void nsHTMLAtoms::AddrefAtoms()
readonly = NS_NewAtom("READONLY");
rel = NS_NewAtom("REL");
repeat = NS_NewAtom("REPEAT");
rev = NS_NewAtom("REV");
rightpadding = NS_NewAtom("RIGHTPADDING");
rootContentPseudo = NS_NewAtom(":ROOT-CONTENT");
rows = NS_NewAtom("ROWS");