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