Home | History | Annotate | Download | only in rendering

Lines Matching refs:FLEX

6529         // implemented using flex box but should still support first-line. The
6530 // flex box spec requires that flex box does not support first-line,
6581 // implemented using flex box but should still support first-letter.
6582 // The flex box spec requires that flex box does not support
8112 } else if (display == FLEX || display == INLINE_FLEX) {
8114 newDisplay = FLEX;