Results 81 - 100 of 298

:-moz-system-metric(scrollbar-start-forward)

The :-moz-system-metric(scrollbar-start-forward) CSS pseudo-class will match an element if the computer's user interface includes a forward arrow button at the start of scrollbars.
CSS CSS Pseudo-class CSS Reference NeedsContent NeedsExample Non-standard

:-moz-system-metric(scrollbar-thumb-proportional)

The :-moz-system-metric(scrollbar-thumb-proportional) CSS pseudo-class will match an element if the computer's user interface uses proportional scrollbar thumbs; that is, the draggable thumb on the scrollbar resizes to indicate the relative size of the visible area of the document.
CSS CSS Pseudo-class CSS Reference NeedsContent NeedsExample Non-standard

:-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-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

marks

The marks CSS at-rule descriptor adds crop and/or cross marks to the presentation of the document. Crop marks indicate where the page should be cut. Cross marks are used to align sheets.
CSS CSS Property Layout NeedsBrowserCompatibility NeedsExample NeedsMobileBrowserCompatibility Reference Web

user-zoom

The user-zoom CSS descriptor controls whether or not the user should be able to change the zoom factor of a document defined by @viewport.
CSS CSS Descriptor Graphics Layout NeedsBrowserCompatibility NeedsExample Reference Web

zoom

The zoom CSS Descriptor sets the initial zoom factor of a document defined by @viewport.
CSS CSS Descriptor Graphics Layout NeedsBrowserCompatibility NeedsExample Reference Web

align-items

The CSS align-items property aligns flex items of the current flex line the same way as justify-content but in the perpendicular direction.
CSS CSS Flexible Boxes CSS Property NeedsExample Reference

align-self

The align-self CSS property aligns flex items of the current flex line overriding the align-items value. If any of the flex item's cross-axis margin is set to auto, then align-self is ignored.
CSS CSS Flexible Boxes CSS Property NeedsExample NeedsMobileBrowserCompatibility Reference

<basic-shape>

The <basic-shape> type can be specified using basic shape functions. When using this syntax to define shapes, the reference box is defined by each property that uses <basic-shape> values. The coordinate system for the shape has its origin on the top-left corner of the reference box with the x-axis running to the right and the y-axis running downwards. All the lengths expressed in percentages are resolved from the used dimensions of the reference box.
CSS CSS Data Type CSS Shapes NeedsExample Reference Référence