most HTML 4 attributes supported (though some are still ignored)

lots of methods made inline


git-svn-id: svn://10.0.0.236/trunk@3503 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
buster
1998-06-08 19:57:04 +00:00
parent 0980df24e4
commit c1f648a966
25 changed files with 495 additions and 301 deletions

View File

@@ -106,6 +106,7 @@ nsIAtom* nsHTMLAtoms::pre;
nsIAtom* nsHTMLAtoms::prompt;
nsIAtom* nsHTMLAtoms::readonly;
nsIAtom* nsHTMLAtoms::rel;
nsIAtom* nsHTMLAtoms::repeat;
nsIAtom* nsHTMLAtoms::rightpadding;
nsIAtom* nsHTMLAtoms::rootContentPseudo;
nsIAtom* nsHTMLAtoms::rows;
@@ -235,6 +236,7 @@ void nsHTMLAtoms::AddrefAtoms()
prompt = NS_NewAtom("PROMPT");
readonly = NS_NewAtom("READONLY");
rel = NS_NewAtom("REL");
repeat = NS_NewAtom("REPEAT");
rightpadding = NS_NewAtom("RIGHTPADDING");
rootContentPseudo = NS_NewAtom(":ROOT-CONTENT");
rows = NS_NewAtom("ROWS");
@@ -365,6 +367,7 @@ void nsHTMLAtoms::ReleaseAtoms()
NS_RELEASE(prompt);
NS_RELEASE(readonly);
NS_RELEASE(rel);
NS_RELEASE(repeat);
NS_RELEASE(rightpadding);
NS_RELEASE(rootContentPseudo);
NS_RELEASE(rows);