mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-05 15:28:39 +09:00
parent
f63cd76698
commit
390ef42e80
2 changed files with 158 additions and 589 deletions
|
|
@ -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[];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue