Searched defs:_htmlElemDesc (Results 1 – 1 of 1) sorted by relevance
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 …]