Added bullet pseudo style attribute

This commit is contained in:
kipp%netscape.com 1998-09-24 21:32:12 +00:00
Родитель 9050186e0f
Коммит 2ae6430c3d
6 изменённых файлов: 12 добавлений и 0 удалений

Просмотреть файл

@ -43,6 +43,7 @@ nsIAtom* nsHTMLAtoms::border;
nsIAtom* nsHTMLAtoms::bordercolor;
nsIAtom* nsHTMLAtoms::bottompadding;
nsIAtom* nsHTMLAtoms::br;
nsIAtom* nsHTMLAtoms::bulletPseudo;
nsIAtom* nsHTMLAtoms::caption;
nsIAtom* nsHTMLAtoms::cellpadding;
nsIAtom* nsHTMLAtoms::cellspacing;
@ -251,6 +252,7 @@ void nsHTMLAtoms::AddrefAtoms()
bordercolor = NS_NewAtom("BORDERCOLOR");
bottompadding = NS_NewAtom("BOTTOMPADDING");
br = NS_NewAtom("BR");
bulletPseudo = NS_NewAtom(":BULLET");
caption = NS_NewAtom("CAPTION");
cellpadding = NS_NewAtom("CELLPADDING");
cellspacing = NS_NewAtom("CELLSPACING");
@ -456,6 +458,7 @@ void nsHTMLAtoms::ReleaseAtoms()
NS_RELEASE(bordercolor);
NS_RELEASE(bottompadding);
NS_RELEASE(br);
NS_RELEASE(bulletPseudo);
NS_RELEASE(caption);
NS_RELEASE(cellpadding);
NS_RELEASE(cellspacing);

Просмотреть файл

@ -63,6 +63,7 @@ public:
static nsIAtom* bordercolor;
static nsIAtom* bottompadding;
static nsIAtom* br;
static nsIAtom* bulletPseudo;
static nsIAtom* caption;
static nsIAtom* cellpadding;

Просмотреть файл

@ -63,6 +63,7 @@ public:
static nsIAtom* bordercolor;
static nsIAtom* bottompadding;
static nsIAtom* br;
static nsIAtom* bulletPseudo;
static nsIAtom* caption;
static nsIAtom* cellpadding;

Просмотреть файл

@ -43,6 +43,7 @@ nsIAtom* nsHTMLAtoms::border;
nsIAtom* nsHTMLAtoms::bordercolor;
nsIAtom* nsHTMLAtoms::bottompadding;
nsIAtom* nsHTMLAtoms::br;
nsIAtom* nsHTMLAtoms::bulletPseudo;
nsIAtom* nsHTMLAtoms::caption;
nsIAtom* nsHTMLAtoms::cellpadding;
nsIAtom* nsHTMLAtoms::cellspacing;
@ -251,6 +252,7 @@ void nsHTMLAtoms::AddrefAtoms()
bordercolor = NS_NewAtom("BORDERCOLOR");
bottompadding = NS_NewAtom("BOTTOMPADDING");
br = NS_NewAtom("BR");
bulletPseudo = NS_NewAtom(":BULLET");
caption = NS_NewAtom("CAPTION");
cellpadding = NS_NewAtom("CELLPADDING");
cellspacing = NS_NewAtom("CELLSPACING");
@ -456,6 +458,7 @@ void nsHTMLAtoms::ReleaseAtoms()
NS_RELEASE(bordercolor);
NS_RELEASE(bottompadding);
NS_RELEASE(br);
NS_RELEASE(bulletPseudo);
NS_RELEASE(caption);
NS_RELEASE(cellpadding);
NS_RELEASE(cellspacing);

Просмотреть файл

@ -43,6 +43,7 @@ nsIAtom* nsHTMLAtoms::border;
nsIAtom* nsHTMLAtoms::bordercolor;
nsIAtom* nsHTMLAtoms::bottompadding;
nsIAtom* nsHTMLAtoms::br;
nsIAtom* nsHTMLAtoms::bulletPseudo;
nsIAtom* nsHTMLAtoms::caption;
nsIAtom* nsHTMLAtoms::cellpadding;
nsIAtom* nsHTMLAtoms::cellspacing;
@ -251,6 +252,7 @@ void nsHTMLAtoms::AddrefAtoms()
bordercolor = NS_NewAtom("BORDERCOLOR");
bottompadding = NS_NewAtom("BOTTOMPADDING");
br = NS_NewAtom("BR");
bulletPseudo = NS_NewAtom(":BULLET");
caption = NS_NewAtom("CAPTION");
cellpadding = NS_NewAtom("CELLPADDING");
cellspacing = NS_NewAtom("CELLSPACING");
@ -456,6 +458,7 @@ void nsHTMLAtoms::ReleaseAtoms()
NS_RELEASE(bordercolor);
NS_RELEASE(bottompadding);
NS_RELEASE(br);
NS_RELEASE(bulletPseudo);
NS_RELEASE(caption);
NS_RELEASE(cellpadding);
NS_RELEASE(cellspacing);

Просмотреть файл

@ -63,6 +63,7 @@ public:
static nsIAtom* bordercolor;
static nsIAtom* bottompadding;
static nsIAtom* br;
static nsIAtom* bulletPseudo;
static nsIAtom* caption;
static nsIAtom* cellpadding;