Results 101 - 120 of 140

:-moz-system-metric(touch-enabled)

The :-moz-system-metric(touch-enabled) CSS pseudo-class will match an element if the device on which the content is being rendered offers a supported touch-screen interface.
CSS CSS Pseudo-class CSS Reference NeedsContent NeedsExample Non-standard

:-moz-system-metric(windows-default-theme)

The :-moz-system-metric(windows-default-theme) CSS pseudo-class matches an element if the user is currently using one of the following themes in Windows: Luna, Royale, Zune, or Aero (i.e., Vista Basic, Vista Standard, or Aero Glass). This will exclude Windows Classic themes as well as third-party themes.
CSS CSS Pseudo-class CSS Reference NeedsMobileBrowserCompatibility Non-standard

:-moz-tree-cell-text(hover)

The :-moz-tree-cell-text(hover) CSS pseudo-class will match an element if the mouse cursor is presently hovering over text in a tree cell.
CSS CSS Reference NeedsCompatTable NeedsContent NeedsExample Non-standard

:-moz-tree-progressmeter

Activated when the type attribute is set to progressmeter.
CSS CSS Reference NeedsCompatTable NeedsContent NeedsExample Non-standard

:-moz-ui-invalid

The :-moz-ui-invalid CSS pseudo-class represents any validated form element whose value isn't valid based on their validation constraints, in certain circumstances. This pseudo-class is applied according to the following rules:
CSS CSS Reference NeedsExample NeedsMobileBrowserCompatibility Non-standard Pseudo-class

:-moz-ui-valid

The :-moz-ui-valid CSS pseudo-class represents any validated form element whose value validates correctly based on its validation constraints.
CSS CSS Pseudo-class CSS Reference NeedsExample NeedsMobileBrowserCompatibility Non-standard

:-moz-user-disabled

The :-moz-user-disabled CSS pseudo-class matches elements representing images that were not loaded because images have been entirely disabled by the user's preferences.
CSS CSS Reference NeedsCompatTable NeedsContent NeedsExample Non-standard

:out-of-range

The :out-of-range CSS pseudo-class matches when an element has its value attribute outside the specified range limitations for this element. It allows the page to give a feedback that the value currently defined using the element is outside the range limits. A value can be outside of a range if it is either smaller or larger than maximum and minimum set values.
CSS CSS Pseudo-class CSS Reference Layout Web

box-flex

See Flexbox for more information on what you should be using instead of this property.
CSS CSS Property CSS Reference NeedsBrowserCompatibility NeedsMobileBrowserCompatibility Non-standard

CSS Background and Borders

CSS Background and Borders is a module of CSS that defines how background and borders of elements are described. Borders can be lines or images, boxes can have one or multiple backgrounds, have rounded corners, and shadows.
CSS CSS Backgrounds and Borders CSS Reference Overview

CSS Lists and Counters

CSS Lists and Counters is a module of CSS that defines how lists are laid out, how the list marker can be styled and how authors can create new counters.
CSS CSS Lists and Counters CSS Reference Overview

CSS Masks

CSS Masks is a CSS module that defines means, including masking and clipping, for partially or fully hiding portions of visual elements.
CSS CSS Masks CSS Reference NeedsBrowserCompatibility NeedsMobileBrowserCompatibility Overview