CELLHALIGN 698 third_party/libxml/src/HTMLparser.c static const char* const col_attrs[] = { ATTRS, "span", "width", CELLHALIGN, CELLVALIGN, NULL } ; CELLHALIGN 753 third_party/libxml/src/HTMLparser.c static const char* const talign_attrs[] = { ATTRS, CELLHALIGN, CELLVALIGN, NULL} ; CELLHALIGN 755 third_party/libxml/src/HTMLparser.c static const char* const th_td_attr[] = { ATTRS, "abbr", "axis", "headers", "scope", "rowspan", "colspan", CELLHALIGN, CELLVALIGN, NULL } ;