Results 201 - 220 of 2,240

tab-size

The tab-size CSS property is used to customize the width of a tab (U+0009) character.
CSS CSS Property Experimental Reference

text-align-last

The text-align-last CSS property describes how the last line of a block or a line, right before a forced line break, is aligned.
CSS CSS Property Experimental Reference

text-overflow

The text-overflow CSS property determines how overflowed content that is not displayed is signaled to users. It can be clipped, display an ellipsis ('', U+2026 Horizontal Ellipsis), or display a custom string.
CSS CSS Property NeedsMobileBrowserCompatibility Reference

text-underline-position

The CSS text-underline-position property specifies the position of the underline which is set using the text-decoration property underline value.
CSS CSS Property NeedsMobileBrowserCompatibility Reference

unicode-bidi

The unicode-bidi CSS property together with the direction property relates to the handling of bidirectional text in a document. For example, if a block of text contains both left-to-right and right-to-left text then the user-agent uses a complex Unicode algorithm to decide how to display the text. This property overrides this algorithm and allows the developer to control the text embedding.
CSS CSS Property NeedsLiveSample Reference

-webkit-box-reflect

The -webkit-box-reflect CSS property lets you reflect the content of an element in one specific direction.
CSS Non-standard Property Reference

word-break

The word-break CSS property is used to specify whether to break lines within words.
CSS CSS Property NeedsContent Reference

writing-mode

The writing-mode property defines whether lines of text are laid out horizontally or vertically and the direction in which blocks progress.
CSS CSS Property Layout Reference

z-index

The z-index property specifies the z-order of an element and its descendants. When elements overlap, z-order determines which one covers the other. An element with a larger z-index generally covers an element with a lower one.
CSS CSS Property NeedsMobileBrowserCompatibility Reference

Coordinates.accuracy

The Coordinates.accuracy read-only property is a strictly positive double representing the accuracy, with a 95% confidence level, of the Coordinates.latitude and Coordinates.longitude properties expressed in meters.
API Coordinates Geolocation API Property

Coordinates.altitude

The Coordinates.altitude read-only property is a double representing the altitude of the position in meters, relative to sea level. This value is null if the implementation cannot provide this data.
API Coordinates Geolocation API Property

Coordinates.altitudeAccuracy

The Coordinates.altitudeAccuracy read-only property is a strictly positive double representing the accuracy, with a 95% confidence level, of the altitude expressed in meters. This value is null if the implementation doesn't support measuring altitude.
API Coordinates Geolocation API Property

Coordinates.heading

The Coordinates.heading read-only property is a double representing the direction in which the device is traveling. This value, specified in degrees, indicates how far off from heading due north the device is. Zero degrees represents true true north, and the direction is determined clockwise (which means that east is 90 degrees and west is 270 degrees). If Coordinates.speed is 0, heading is NaN. If the device is not able to provide heading information, this value is null.
API Coordinates Geolocation API Property

Coordinates.latitude

The Coordinates.latitude read-only property is a double representing the latitude of the position in decimal degrees.
API Coordinates Geolocation API Property

Coordinates.longitude

The Coordinates.longitude read-only property is a double representing the longitude of the position in decimal degrees.
API Coordinates Geolocation API Property

Coordinates.speed

The Coordinates.speed read-only property is a double representing the velocity of the device in meters per second. This value is null if the implementation is not able to measure it.
API Coordinates Geolocation API Property

Document.compatMode

Indicates whether the document is rendered in Quirks mode or Standards mode.
API DOM Property Reference Référence

Document.documentURIObject

The Document.documentURIObject read-only property returns an nsIURI object representing the URI of the document.
API DOM Property Reference Référence

Document.mozSyntheticDocument

Indicates whether or not the document is a synthetic one; that is, a document representing a standalone image, video, audio, or the like.
API DOM Property Reference Référence

Document.onafterscriptexecute

Fired when a static <script> element  finishes executing its script. Does not fire if the element is added dynamically, eg with appendChild().
API DOM Property Reference Référence