Results 141 - 160 of 209

<number>

The <number> CSS data type represents a number, either integer or fractional. Its syntax extends the one of the <integer> data value. To represent a fractional value, add the fractional part — a '.' followed by one or several decimal digits — to any <integer> data value. Like for <integer> data type, there isn't any unit associated to a <number>, which is not a CSS dimension.
CSS CSS Data Type Layout NeedsMobileBrowserCompatibility Reference Web

outline-style

The outline-style CSS property is used to set the style of the outline of an element. An outline is a line that is drawn around elements, outside the border edge, to make the element stand out.
CSS CSS Outline CSS Property NeedsBrowserCompatibility NeedsMobileBrowserCompatibility Reference

<shape>

The <shape> CSS data type denotes the specific form of a region. This region is used to define on which part of an element some properties like clip do apply.
CSS CSS Data Type Layout NeedsMobileBrowserCompatibility Reference Référence Web

table-layout

The table-layout CSS property defines the algorithm to be used to layout the table cells, rows, and columns.
CSS CSS Property CSS Tables NeedsLiveSample NeedsMobileBrowserCompatibility Reference

text-rendering

The text-rendering CSS property provides information to the rendering engine about what to optimize for when rendering text.
CSS CSS Property CSS Text NeedsMobileBrowserCompatibility Reference SVG

text-shadow

The text-shadow property adds shadows to text. It accepts a comma-separated list of shadows to be applied to the text and text-decorations of the element.
CSS CSS Property CSS Text NeedsMobileBrowserCompatibility Property Reference

<time>

The <time> CSS data type denotes time dimensions expressed in seconds or milliseconds. They consists of a​ ​​​​​​<number> immediately followed by the unit. Like for any CSS dimension, there is no space between the unit literal and the number.
CSS CSS Data Type Layout NeedsMobileBrowserCompatibility Reference Web

-webkit-mask-repeat-x

The -webkit-mask-repeat-x property specifies whether and how a mask image is repeated (tiled) horizontally.
CSS CSS Masks CSS Property NeedsBrowserCompatibility NeedsMobileBrowserCompatibility Non-standard Reference

-webkit-mask-repeat-y

The -webkit-mask-repeat-y property specifies whether and how a mask image is repeated (tiled) vertically.
CSS CSS Masks CSS Property NeedsBrowserCompatibility NeedsMobileBrowserCompatibility Non-standard Reference

-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-fill-color

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

-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

CSSStyleSheet.insertRule()

CSSStyleSheet.insertRule() method inserts a new CSS rule into the current style sheet. (with some restrictions)
API CSSOM CSSStyleSheet Method NeedsBrowserCompatibility NeedsMarkupWork NeedsMobileBrowserCompatibility Reference

CSSValue

The CSSValue interface represents the current computed value of a CSS property.
API CSSValue DOM Interface NeedsBrowserCompatibility NeedsExample NeedsMobileBrowserCompatibility Reference

CSSValue.cssValueType

The cssValueType read-only property of the CSSValue interface represents the type of the current computed CSS property value.
API CSSValue cssValueType NeedsBrowserCompatibility NeedsMobileBrowserCompatibility Property Read-only Reference

CSSValueList.length

The length read-only property of the CSSValueList interface represents the number of CSSValues in the list. The range of valid values of the indices is 0 to length-1 inclusive.
API CSSValueList length NeedsBrowserCompatibility NeedsExample NeedsMobileBrowserCompatibility Property Read-only Reference