Searched refs:CELLHALIGN (Results 1 – 1 of 1) sorted by relevance
/external/libxml2/ |
D | HTMLparser.c | 662 #define CELLHALIGN "align", "char", "charoff" macro 702 static const char* const col_attrs[] = { ATTRS, "span", "width", CELLHALIGN, CELLVALIGN, NULL } ; 757 static const char* const talign_attrs[] = { ATTRS, CELLHALIGN, CELLVALIGN, NULL} ; 759 …] = { ATTRS, "abbr", "axis", "headers", "scope", "rowspan", "colspan", CELLHALIGN, CELLVALIGN, NUL…
|