Results 121 - 140 of 140

font-variant-ligatures

The font-variant-ligatures CSS property controls which ligatures and contextual forms are used in textual content of the elements it applies to. This leads to more harmonized forms in the resulting text.
CSS CSS Fonts CSS Property CSS Reference NeedsLiveSample Reference

-moz-binding

The -moz-binding CSS property is used by Mozilla-based applications to attach an XBL binding to a DOM element.
CSS CSS Reference NeedsBrowserCompatibility NeedsMobileBrowserCompatibility NeedsUpdate Non-standard XBL

-moz-outline-radius-bottomleft

The -moz-outline-radius-bottomleft CSS property sets the rounding of the bottom-left corner of the outline within Mozilla applications.
CSS CSS Property CSS Reference NeedsCompatTable NeedsContent NeedsExample Non-standard

-moz-outline-radius-bottomright

The -moz-outline-radius-bottomright CSS property sets the rounding of the bottom-right corner of the outline within Mozilla applications.
CSS CSS Property CSS Reference NeedsCompatTable NeedsContent NeedsExample Non-standard

-moz-outline-radius-topleft

The -moz-outline-radius-topleft CSS property sets the rounding of the top-left corner of the outline within Mozilla applications.
CSS CSS Property CSS Reference NeedsCompatTable NeedsContent NeedsExample Non-standard

-moz-outline-radius-topright

The -moz-outline-radius-topright CSS property sets the rounding of the top-right corner of the outline within Mozilla applications.
CSS CSS Property CSS Reference NeedsCompatTable NeedsContent NeedsExample Non-standard

-moz-user-focus

The -moz-user-focus CSS property is used to indicate whether the element can have the focus.
CSS CSS Reference CSS:Mozilla Extensions NeedsBrowserCompatibility NeedsContent NeedsExample NeedsMobileBrowserCompatibility

<timing-function>

The <timing-function> CSS data type denotes a mathematical function that describes how fast one-dimensional values change during transitions or animations. This in essence lets you establish an acceleration curve, so that the speed of the animation can vary over its duration. These functions are often called easing functions.
CSS CSS Data Type CSS Reference Layout Reference Web

-webkit-overflow-scrolling

The -webkit-overflow-scrolling CSS property controls whether or not touch devices use momentum-based scrolling for the given element.
CSS CSS Property CSS Reference NeedsBrowserCompatibility NeedsLiveSample NeedsMobileBrowserCompatibility Non-standard

-webkit-text-stroke-color

The -webkit-text-stroke-color CSS property specifies the stroke color of characters of text. If this property is not set, the value of the color property is used.
CSS CSS Property CSS Reference NeedsBrowserCompatibility NeedsMobileBrowserCompatibility Non-standard

::-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-locale-dir(rtl)

The :-moz-locale-dir(rtl) CSS pseudo-class matches an element if the user interface is being displayed right-to-left. This is determined by the preference intl.uidirection.locale (where locale is the current locale) being set to "rtl".
CSS CSS Reference Localization NeedsCompatTable NeedsExample Non-standard Pseudo-class Right-to-left

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

-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

<transform-function>

The <transform-function> CSS data type denotes a function applied to an element's representation in order to modify it. Usually such transform may be expressed by matrices and the resulting images can be determined using matrix multiplication on each point.
CSS CSS Data Type CSS Reference CSS Transforms Layout Reference Web