Results 481 - 500 of 726

<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

font-kerning

The font-kerning CSS property controls the usage of the kerning information; that is, it controls how letters are spaced. The kerning information is stored in the font, and if the font is well-kerned, this feature allows spacing between characters to be very similar, whatever the characters are.
CSS CSS Property Fonts Property Reference

General sibling selectors

The ~ combinator separates two selectors and matches the second element only if it is preceded by the first, and both share a common parent.
Beginner CSS CSS Reference NeedsMobileBrowserCompatibility Selectors

initial

The initial CSS keyword applies the initial value of a property to an element. It is allowed on every CSS property and causes the element for which it is specified to use the initial value of the property.
CSS CSS Cascade 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

-moz-appearance (-webkit-appearance)

The -moz-appearance CSS property is used in Gecko (Firefox) to display an element using a platform-native styling based on the operating system's theme.
CSS CSS Reference Non-standard Non-Standard

-moz-force-broken-image-icon

-moz-force-broken-image-icon is an extended CSS property. The value 1 forces a broken image icon even if the image has an alt attribute. When the value 0 is used the image will act as usual and only display the alt attribute.
CSS CSS Reference NeedsContent Non-standard

-moz-image-region

For a system that works on any background, see -moz-image-rect.
CSS CSS Reference Non-standard Reference

-moz-user-modify

The -moz-user-modify property determines whether or not the content of an element can be edited by a user. This property is related to the contenteditable attribute. A similar property user-focus was proposed in early drafts of a predecessor of the CSS3 UI specification but was rejected by the working group.
CSS CSS Reference NeedsMobileBrowserCompatibility Non-standard

page-break-after

The page-break-after CSS property adjusts page breaks after the current element.
CSS CSS Property Page Breaks Reference

page-break-before

The page-break-before CSS property adjusts page breaks before the current element.
CSS CSS Property Page Breaks Reference

page-break-inside

The page-break-inside CSS property adjusts page breaks inside the current element.
CSS CSS Property Page Breaks Reference

<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

pointer-events

The CSS property pointer-events allows authors to control under what circumstances (if any) a particular graphic element can become the target of mouse events. When this property is unspecified, the same characteristics of the visiblePainted value apply to SVG content.
CSS CSS Property NeedsExample NeedsMobileBrowserCompatibility Reference SVG

position

The position CSS property chooses alternative rules for positioning elements, designed to be useful for scripted animation effects.
CSS CSS Property Positioning Property Reference

<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

quotes

The quotes CSS property indicates how user agents should render quotation marks.
CSS CSS Property 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