Results 41 - 60 of 310

bleed

The bleed at-rule descriptor specifies the extent of the page bleed area outside the page box. This property only has effect if crop marks are enabled using the marks property.
CSS CSS Reference NeedsBrowserCompatibility NeedsLiveSample NeedsMobileBrowserCompatibility

size

The size CSS at-rule descriptor, used with the @page at-rule, defines the size and orientation of the box which is used to represent a page. Most of the time, this size corresponds to the target size of the printed page if applicable.
CSS CSS Descriptor NeedsBrowserCompatibility Reference Web

max-zoom

The max-zoom CSS descriptor sets the maximum zoom factor of a document defined by @viewport. The browser will not zoom in any further than this, whether automatically or at the user's request.
CSS CSS Descriptor NeedsBrowserCompatibility NeedsExample Reference

min-zoom

The min-zoom CSS descriptor sets the minimum zoom factor of a document defined via @viewport. The browser will not zoom out any further than this, whether automatically or at the user's request.
CSS CSS Descriptor NeedsBrowserCompatibility NeedsExample Reference

orientation

The orientation CSS descriptor controls the orientation of a document defined by @viewport.
CSS CSS Descriptor NeedsBrowserCompatibility NeedsExample Reference

azimuth

In combination with elevation, azimuth enables different audio sources to be positioned spatially for aural presentation. This is important in that it provides a natural way to tell several voices apart, as each can be positioned to originate at a different location on the sound stage. Stereo output produce a lateral sound stage, while binaural headphones and multi-speaker setups allow for a fully three-dimensional stage.
CSS CSS Reference NeedsBrowserCompatibility NeedsMobileBrowserCompatibility NeedsUpdate

cursor

The cursor CSS property specifies the mouse cursor displayed when the mouse pointer is over an element.
CSS CSS Property Cursor NeedsBrowserCompatibility NeedsMobileBrowserCompatibility Reference

Universal selectors

An asterisk (*) is the universal selector for CSS. It matches a single element of any type. Omitting the asterisk with simple selectors has the same effect. For instance, *.warning and .warning are considered equal.
Beginner CSS CSS Reference NeedsBrowserCompatibility NeedsMobileBrowserCompatibility Selectors

-webkit-text-stroke-width

The -webkit-text-stroke-width CSS property specifies the width of the stroke for text.
CSS Experimental NeedsBrowserCompatibility NeedsMobileBrowserCompatibility Non-standard Reference

width

The width CSS property specifies the width of the content area of an element. The content area is inside the padding, border, and margin of the element.
CSS CSS Property NeedsBrowserCompatibility NeedsMobileBrowserCompatibility Reference

Attr.localName

The Attr.localName read-only property returns the local part of the qualified name of an element.
API DOM NeedsBrowserCompatibility NeedsMobileBrowserCompatibility Property Reference

Attr.namespaceURI

The Attr.namespaceURI read-only property returns the namespace URI of the attribute, or null if the element is not in a namespace.
API DOM NeedsBrowserCompatibility NeedsMobileBrowserCompatibility Property Reference

Attr.prefix

The Attr.prefix read-only property returns the namespace prefix of the specified attribute, or null if no prefix is specified.
API DOM NeedsBrowserCompatibility NeedsMobileBrowserCompatibility Property Reference

CSSPrimitiveValue

The CSSPrimitiveValue interface derives from the CSSValue interface and represents the current computed value of a CSS property.
API CSSPrimitiveValue Interface NeedsBrowserCompatibility NeedsMobileBrowserCompatibility Reference

CSSPrimitiveValue.getCounterValue()

The getCounterValue() method of the CSSPrimitiveValue interface is used to get the counter value. If this CSS value doesn't contain a counter value, a DOMException is raised. Modification to the corresponding style property can be achieved using the Counter interface.
API CSSPrimitiveValue getCounterValue Method NeedsBrowserCompatibility NeedsExample NeedsMobileBrowserCompatibility

CSSPrimitiveValue.getFloatValue()

The getFloatValue() method of the CSSPrimitiveValue interface is used to get a float value in a specified unit. If this CSS value doesn't contain a float value or can't be converted into the specified unit, a DOMException is raised.
API CSSPrimitiveValue getFloatValue Method NeedsBrowserCompatibility NeedsMobileBrowserCompatibility

CSSPrimitiveValue.getRectValue()

The getRectValue() method of the CSSPrimitiveValue interface is used to get a rect value. If this CSS value doesn't contain a rect value, a DOMException is raised. Modification to the corresponding style property can be achieved using the Rect interface.
API CSSPrimitiveValue getRectValue Method NeedsBrowserCompatibility NeedsMobileBrowserCompatibility

CSSPrimitiveValue.getRGBColorValue()

The getRGBColorValue() method of the CSSPrimitiveValue interface is used to get an RGB color value. If this CSS value doesn't contain a RGB color value, a DOMException is raised. Modification to the corresponding style property can be achieved using the RGBColor interface.
API CSSPrimitiveValue getRGBColorValue Method NeedsBrowserCompatibility NeedsMobileBrowserCompatibility