Lines Matching refs:not

37  * Correct `block` display not defined for any HTML5 element in IE 8/9.
38 * Correct `block` display not defined for `details` or `summary` in IE 10/11
40 * Correct `block` display not defined for `main` in IE 11.
60 * 1. Correct `inline-block` display not defined in IE 8/9.
77 audio:not([controls]) {
83 * Address `[hidden]` styling not present in IE 8/9/10.
116 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
133 * Address styling not present in Safari and Chrome.
151 * Address styling not present in IE 8/9.
199 * Correct overflow not hidden in IE 9/10/11.
202 svg:not(:root) {
210 * Address margin not present in IE 8/9 and Safari.
258 * 1. Correct color not being inherited.
260 * 2. Correct font properties not being inherited.
284 * All other form control elements do not inherit `text-transform` values.
378 * Safari (but not Chrome) clips the cancel button when the search input has
398 * 1. Correct `color` not being inherited in IE 8/9/10/11.
501 NOTE: Firefox (as of 25) does not currently support flex-wrap, so the
520 and is not required in markup.
787 color: #444; /* rgba not supported (IE 8) */
827 cursor: not-allowed;
885 Need to separate out the :not() selector from the rest of the CSS 2.1 selectors
888 .pure-form input:not([type]) {
928 Need to separate out the :not() selector from the rest of the CSS 2.1 selectors
931 .pure-form input:not([type]):focus {
964 cursor: not-allowed;
970 Need to separate out the :not() selector from the rest of the CSS 2.1 selectors
973 .pure-form input:not([type])[disabled] {
974 cursor: not-allowed;
998 /* Normalizes the height; padding is not sufficient. */
1046 Need to separate out the :not() selector from the rest of the CSS 2.1 selectors
1049 .pure-form-stacked input:not([type]) {
1168 .pure-form input:not([type]),
1188 .pure-group input:not([type]),