Added pseudo style for 'page' element

git-svn-id: svn://10.0.0.236/trunk@21244 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
troy%netscape.com
1999-02-19 00:53:09 +00:00
parent b97395c726
commit 92f8d12843
10 changed files with 38 additions and 4 deletions

View File

@@ -47,6 +47,7 @@ nsIAtom* nsLayoutAtoms::floaterList;
nsIAtom* nsLayoutAtoms::commentTagName;
nsIAtom* nsLayoutAtoms::textTagName;
nsIAtom* nsLayoutAtoms::viewportPseudo;
nsIAtom* nsLayoutAtoms::pagePseudo;
// frame types
nsIAtom* nsLayoutAtoms::areaFrame;
@@ -84,6 +85,7 @@ void nsLayoutAtoms::AddrefAtoms()
commentTagName = NS_NewAtom("__moz_comment");
textTagName = NS_NewAtom("__moz_text");
viewportPseudo = NS_NewAtom(":-moz-viewport");
pagePseudo = NS_NewAtom(":-moz-page");
areaFrame = NS_NewAtom("AreaFrame");
pageFrame = NS_NewAtom("PageFrame");
@@ -122,6 +124,7 @@ void nsLayoutAtoms::ReleaseAtoms()
NS_RELEASE(commentTagName);
NS_RELEASE(textTagName);
NS_RELEASE(viewportPseudo);
NS_RELEASE(pagePseudo);
NS_RELEASE(areaFrame);
NS_RELEASE(pageFrame);