Results 1 - 20 of 28

<custom-ident>

The <custom-ident> CSS data value denotes an arbitrary user-defined string used as an identifier. It is case-sensitive and in each context, several values are excluded to prevent misinterpretations.
CSS CSS Data Type Layout Reference Web

<integer>

The <integer> CSS data type denotes an integer number, positive or negative. There isn't any associated unit with the value. An integer consists of one or several decimal digits, 0 to 9, optionally preceded by one single + or - sign.
CSS CSS Data Type Layout Reference Web

<length>

The <length> CSS data type denotes distance measurements. It is a <number> immediately followed by a length unit (px, em, pc, in, mm, …). Like for any CSS dimension, there is no space between the unit literal and the number. The length unit is optional after the <number> 0.
CSS CSS Data Type Layout Reference Web

<percentage>

The <percentage> CSS data types represent a percentage value. Many CSS properties can take percentage values, often to define sizes in terms of parent objects. Percentages are formed by a <number> immediately followed by the percentage sign %. Just as is the case with all other units in CSS, there isn't a space between the '%' and the number.
CSS CSS Data Type Layout Reference Web

<position>

The <position> CSS data type denotes a coordinate in a 2D space used to set a location relative to a box.
CSS CSS Data Type Layout Reference Web

<ratio>

The <ratio> CSS data type, used for describing aspect ratios in media queries, denotes the proportion between two unitless values. It is a strictly positive <integer> followed by a slash ('/', Unicode U+002F SOLIDUS) and a second strictly positive <integer>. There may be spaces before and after the solidus.
CSS CSS Data Type Layout Reference Web

<resolution>

The <resolution> CSS data types, used in media queries, denotes the density of pixels of an output device, its resolution. It is a <number> immediately followed by a unit of resolution (dpi, dpcm, ...). Like for any CSS dimension, there is no space between the unit literal and the number.
CSS CSS Data Type Layout Reference Web

<string>

The <string> CSS data type represents a string. It is formed by a Unicode characters delimited by either double (") or single (') quotes. A double quoted string cannot contain double quotes unless escaped using a backslash (\). The same practice applies for single quoted strings, they cannot contain single quotes unless escaped using a backslash (\). The backslash character must be escaped to be part of the string.
CSS CSS Data Type Layout Reference Web

Response.type

The type read-only property of the Response interface contains the type of the response. It can be one of the following:
API Experimental Fetch Property Reference Response Type

<angle>

The <angle> CSS data type represents angle values. Positive angles represent clockwise angles, negative angles represent counterclockwise angles. Its syntax is a <number> data type immediately followed by the unit (deg, grad, rad or turn). Like for any CSS dimension, there is no space between the unit literal and the number.
CSS CSS Data Type Layout NeedsMobileBrowserCompatibility Reference Web

<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

<color>

The <color> CSS data type denotes a color in the sRGB color space. A color can be described in any of these ways:
CSS CSS Data Type Layout NeedsMobileBrowserCompatibility Reference Web

<gradient>

The <gradient> CSS data type denotes a CSS <image> made of a progressive transition between two or more colors. A CSS gradient is not a CSS <color> but an image with no intrinsic dimensions; that is, it has no natural or preferred size, nor a preferred ratio. Its concrete size will match the one of the element it applies to.
CSS CSS Data Type Graphics Layout Reference Web

<image>

The <image> CSS data type represents a 2D image. There are two kinds of images in CSS: plain static images, often referenced using a URL, and dynamically-generated images like gradients or representations of parts of the tree.
CSS CSS Data Type CSS Image Graphics Layout Reference Web

<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

<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

<shape-box>

Shapes can be specified for shape-outside with a <shape-box> type, which is a reference to edges in the CSS Box Model
CSS CSS Data Type CSS Shapes Reference Référence

<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

<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