Results 661 - 680 of 726

::-webkit-input-placeholder

The non-standard proprietary ::-webkit-input-placeholder pseudo-element represents the placeholder text of a form element. This allows web developers and theme designers to customize the appearance of placeholder text. This pseudo-class is only supported by WebKit and Blink.
CSS CSS Pseudo-element CSS Reference NeedsBrowserCompatibility NeedsExample NeedsMobileBrowserCompatibility Non-standard Pseudo-element Reference

:-moz-placeholder

The :-moz-placeholder pseudo-class represents any form element displaying placeholder text. This allows web developers and theme designers to customize the appearance of placeholder text, which is a light grey color by default. This may not work well if you've changed the background color of your form fields to be a similar color, for example, so you can use this pseudo-class to change the placeholder text color.
CSS CSS Pseudo-class CSS Reference Input Placeholder Non-Standard Non-standard Placeholder

:-moz-tree-row(hover)

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

:-ms-input-placeholder

The non-standard proprietary :-ms-input-placeholder pseudo-class represents the placeholder text of a form element. This allows web developers and theme designers to customize the appearance of placeholder text. This pseudo-class is only supported by Internet Explorer and Microsoft Edge.
CSS CSS Pseudo-class CSS Reference Non-standard Pseudo-class Reference

<blend-mode>

The <blend-mode> type is a collection of keywords describing blend modes.
Blend modes Compositing CSS CSS Compositing CSS Data Type Reference Référence

box-suppress

The box-suppress CSS property controls the box generation of an element.
CSS CSS Display CSS Property Experimental Graphics Layout NeedsExample Reference Web

display-inside

The display-inside CSS property specifies the inner display type of the box generated by an element, dictating how its contents lay out inside the box.
CSS CSS Display CSS Property Experimental Graphics Layout NeedsExample Reference Web

display-list

The display-list CSS property specifies whether a list marker should be displayed for an element.
CSS CSS Display CSS Property Experimental Graphics Layout NeedsExample Reference Web

display-outside

The display-outside CSS property specifies the outer display type of the box generated by an element, dictating how the element participates in its parent formatting context.
CSS CSS Display CSS Property Experimental Graphics Layout NeedsExample Reference Web

mask

The mask property in CSS allows users to alter the visibility of an item by either partially or fully hiding it. This is accomplished by either masking or clipping the image at specific points.
CSS CSS Masks CSS Property Layout NeedsBrowserCompatibility NeedsMobileBrowserCompatibility Reference SVG Web

-ms-overflow-style

-ms-overflow-style is a proprietary CSS property, specific to Internet Explorer and Microsoft Edge, which controls the behavior of scrollbars when an element's content overflows.
CSS CSS Property CSS Reference NeedsBrowserCompatibility NeedsCompatTable NeedsExample NeedsMobileBrowserCompatibility Non-standard Property Reference

scroll-snap-type-x

The scroll-snap-type-x CSS property defines how strictly snap points are enforced on the horizontal axis of the scroll container in case there is one.
CSS CSS Property CSS Scroll Snap Points NeedsExample Non-standard Reference

scroll-snap-type-y

The scroll-snap-type-y CSS property defines how strictly snap points are enforced on the vertical axis of the scroll container in case there is one.
CSS CSS Property CSS Scroll Snap Points NeedsExample Non-standard Reference

text-size-adjust

On mobile devices, the text-size-adjust property allows Web authors to control if and how the text-inflating algorithm is applied to the textual content of the element it is applied to.
CSS CSS Mobile Text Size Adjustment CSS Property Experimental NeedsExample Reference

::marker

The ::marker CSS pseudo-element represents the marker box of a list item (e.g. the bullet point or item number).
CSS CSS Lists and Counters CSS Pseudo-element Experimental Layout NeedsBrowserCompatibility NeedsExample NeedsMobileBrowserCompatibility Pseudo-element Reference Web

::-ms-fill

The ::-ms-fill CSS pseudo-element represents the filled-in portion of a <progress> element. This pseudo-element is non-standard and specific to Internet Explorer 10+, hence the vendor prefix.
CSS Non-standard Pseudo-element Reference

::-webkit-progress-bar

The ::-webkit-progress-bar CSS pseudo-element represents the entire bar of a <progress> element. Normally it's only visible as the unfilled portion of the bar, since by default it's rendered below the ::-webkit-progress-value pseudo-element. It is a child of the ::-webkit-progress-inner-element pseudo-element and the parent of the ::-webkit-progress-value pseudo-element.
CSS Non-standard Pseudo-element Reference

::-webkit-progress-inner-element

The ::-webkit-progress-inner-element CSS pseudo-element represents the outermost, container pseudo-element of the <progress> element. It is the parent of the ::-webkit-progress-bar pseudo-element.
CSS Non-standard Pseudo-element Reference

::-webkit-progress-value

The ::-webkit-progress-value CSS pseudo-element represents the filled-in portion of the bar of a <progress> element. It is a child of the ::-webkit-progress-bar pseudo-element.
CSS Non-standard Pseudo-element Reference