Results 41 - 60 of 547

-moz-border-left-colors

In Mozilla applications like Firefox, the -moz-border-left-colors CSS property sets a list of colors for the left border.
CSS CSS Property CSS Reference Non-standard

-moz-border-right-colors

In Mozilla applications like Firefox, the -moz-border-right-colors CSS property sets a list of colors for the right border.
CSS CSS Property CSS Reference Non-standard

-moz-border-top-colors

In Mozilla applications like Firefox, the -moz-border-top-colors CSS property sets a list of colors for the top border.
CSS CSS Property CSS Reference 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-rect

This value for CSS background-image lets you use a portion of a larger image as a background. This allows you to, for example, use different parts of one larger image as backgrounds in different parts of your content.
CSS CSS Property CSS Reference 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

-webkit-border-before

The -webkit-border-before CSS property is a shorthand property for setting the individual logical block start border property values in a single place in the style sheet. -webkit-border-before can be used to set the values for one or more of: -webkit-border-before-width, -webkit-border-before-style, and -webkit-border-before-color. It maps to a physical border depending on the element's writing mode, directionality, and text orientation. It corresponds to the border-top, border-right, border-bottom, or border-left property depending on the values defined for writing-mode, direction, and text-orientation.
CSS CSS Property CSS Reference Non-standard

-webkit-text-stroke

The -webkit-text-stroke CSS property specifies the width and color of strokes for text characters. This is a shorthand property for the longhand properties -webkit-text-stroke-width and -webkit-text-stroke-color.
CSS CSS Property Non-standard Reference

-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

DOMCursor

A DOMCursor object represents an ongoing operation over a list of results. It is an enhanced DOMRequest that allows to iterate through a list of results asynchronously. Each time its continue() method is called, the DOMCursor tries to reach the next result in the list and calls its result's success or error accordingly.
API DOM Interface Non-standard Reference

DOMRequest

A DOMRequest object represents an ongoing operation. It provides callbacks that are called when the operation completes, as well as a reference to the operation's result. A DOM method that initiates an ongoing operation may return a DOMRequest object that you can use to monitor the progress of that operation.
API DOM Interface Non-standard Reference

Element.scrollIntoViewIfNeeded()

The Element.scrollIntoViewIfNeeded() method scrolls the current element into the visible area of the browser window if it's not already within the visible area of the browser window. If the element is already within the visible area of the browser window, then no scrolling takes place. This method is a proprietary variation of the standard Element.scrollIntoView() method.
API DOM Element Method Non-standard Reference