Results 1 - 20 of 310

device-height

device-height is a deprecated CSS media feature whose value is the height of the rendering surface of the output device, as a CSS <length>.
CSS NeedsBrowserCompatibility Reference Référence

inverted-colors

inverted-colors is a CSS media feature that can be used to check whether the user agent or underlying OS is inverting colors.
CSS NeedsBrowserCompatibility NeedsExample Reference

light-level

light-level is a CSS media feature that can be used to check the current ambient light level.
CSS NeedsBrowserCompatibility NeedsExample Reference

overflow-inline

overflow-inline is a CSS media feature which can be used to indicate whether content that overflows the viewport along the inline axis can be scrolled.
CSS NeedsBrowserCompatibility NeedsExample Reference

scripting

scripting is a CSS media feature that can be used to check whether scripting (e.g., JavaScript) is available.
CSS NeedsBrowserCompatibility NeedsExample Reference

update

update is a CSS media feature that can be used to check how quickly (if at all) the output device is able to modify the appearance of the content.
CSS NeedsBrowserCompatibility NeedsExample Reference

marker-offset

The marker-offset CSS property describes the distance between the nearest border edges of a marker-box and the target node.
CSS NeedsBrowserCompatibility NeedsMobileBrowserCompatibility

Attr

This type represents a DOM element's attribute as an object. In most DOM methods, you will probably directly retrieve the attribute as a string (e.g., Element.getAttribute(), but certain functions (e.g., Element.getAttributeNode()) or means of iterating give Attr types.
API DOM NeedsBrowserCompatibility

CSSMatrix

A CSSMatrix represents a homogeneous 4x4 matrix to which 2D or 3D transforms can be applied. This class was allegedly part of CSS Transitions Module Level 3 at some point, but is not present in the current Working Draft. Use DOMMatrix instead.
API NeedsBrowserCompatibility Reference Référence

FileReaderSync

The FileReaderSync interface allows to read File or Blob objects in a synchronous way.
API NeedsBrowserCompatibility NeedsCompatTable NeedsMarkupWork

aspect-ratio

aspect-ratio is a CSS media feature whose value is the width-to-height aspect <ratio> of the viewport.
CSS NeedsBrowserCompatibility NeedsExample Reference Référence

color

color is a CSS media feature whose value is the <integer> number of bits per color component (red, green, blue) of the feature. CSS colors can either be defined in hexidecimal format or in an RGB format.
CSS NeedsBrowserCompatibility NeedsExample Reference Référence

color-index

color-index is a CSS media feature whose value is the <integer> number of entries in the output device's color lookup table, or zero if the device does not use such a table.
CSS NeedsBrowserCompatibility NeedsExample Reference Référence

device-aspect-ratio

device-aspect-ratio is a deprecated CSS media feature whose value is the width-to-height aspect <ratio> of the output device.
CSS NeedsBrowserCompatibility Reference Référence Web

grid

grid is a CSS media feature whose value is an <mq-boolean> indicating whether or not the device is a grid or bitmap.
CSS NeedsBrowserCompatibility NeedsExample Reference Référence

height

height is a CSS media feature whose value is the viewport's height as a CSS <length>.
CSS NeedsBrowserCompatibility NeedsExample Reference Référence