COREATTRS 656 third_party/libxml/src/HTMLparser.c #define ATTRS COREATTRS,I18N,EVENTS COREATTRS 664 third_party/libxml/src/HTMLparser.c static const char* const core_i18n_attrs[] = { COREATTRS, I18N, NULL } ; COREATTRS 665 third_party/libxml/src/HTMLparser.c static const char* const core_attrs[] = { COREATTRS, NULL } ; COREATTRS 682 third_party/libxml/src/HTMLparser.c static const char* const applet_attrs[] = { COREATTRS , "codebase", COREATTRS 706 third_party/libxml/src/HTMLparser.c static const char* const font_attrs[] = { COREATTRS, I18N, "size", "color", "face" , NULL } ; COREATTRS 709 third_party/libxml/src/HTMLparser.c static const char* const frame_attrs[] = { COREATTRS, "longdesc", "name", "src", "frameborder", "marginwidth", "marginheight", "noresize", "scrolling" , NULL } ; COREATTRS 710 third_party/libxml/src/HTMLparser.c static const char* const frameset_attrs[] = { COREATTRS, "rows", "cols", "onload", "onunload", NULL } ; COREATTRS 717 third_party/libxml/src/HTMLparser.c static const char* const iframe_attrs[] = { COREATTRS, "longdesc", "name", "src", "frameborder", "marginwidth", "marginheight", "scrolling", "align", "height", "width", NULL } ; COREATTRS 719 third_party/libxml/src/HTMLparser.c static const char* const embed_attrs[] = { COREATTRS, "align", "alt", "border", "code", "codebase", "frameborder", "height", "hidden", "hspace", "name", "palette", "pluginspace", "pluginurl", "src", "type", "units", "vspace", "width", NULL } ; COREATTRS 721 third_party/libxml/src/HTMLparser.c static const char* const prompt_attrs[] = { COREATTRS, I18N, "prompt", NULL } ;