Home | History | Annotate | Download | only in rendering

Lines Matching refs:TABLE

62     // Force inline and table display styles to be inline-block (except for table- which is block)
69 else if (style->display() == COMPACT || style->display() == RUN_IN || style->display() == LIST_ITEM || style->display() == TABLE)