mirror of
https://github.com/ManchildProductions/UXP-Fixed.git
synced 2026-05-29 14:35:04 +00:00
@@ -80,12 +80,14 @@ inline bool TestBits(int aBitset,int aTest) {
|
||||
struct nsHTMLElement {
|
||||
bool IsMemberOf(int32_t aType) const;
|
||||
|
||||
#ifdef DEBUG
|
||||
eHTMLTags mTagID;
|
||||
#endif
|
||||
int mParentBits; //defines groups that can contain this element
|
||||
bool mLeaf;
|
||||
|
||||
static bool IsContainer(eHTMLTags aTag);
|
||||
};
|
||||
};
|
||||
|
||||
extern const nsHTMLElement gHTMLElements[];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user