Searched defs:_htmlElemDesc (Results 1 – 2 of 2) sorted by relevance
72 struct _htmlElemDesc { struct73 const char *name; /* The tag name */74 char startTag; /* Whether the start tag can be implied */75 char endTag; /* Whether the end tag can be implied */76 char saveEndTag; /* Whether the end tag should be saved */77 char empty; /* Is this an empty element ? */78 char depr; /* Is this a deprecated element ? */79 char dtd; /* 1: only in Loose DTD, 2: only Frameset one */80 char isinline; /* is this a block 0 or inline 1 element */81 const char *desc; /* the description */[all …]
43 struct _htmlElemDesc { struct44 const char *name; /* The tag name */45 char startTag; /* Whether the start tag can be implied */46 char endTag; /* Whether the end tag can be implied */47 char saveEndTag; /* Whether the end tag should be saved */48 char empty; /* Is this an empty element ? */49 char depr; /* Is this a deprecated element ? */50 char dtd; /* 1: only in Loose DTD, 2: only Frameset one */51 char isinline; /* is this a block 0 or inline 1 element */52 const char *desc; /* the description */[all …]