Results 141 - 160 of 310

-moz-user-focus

The -moz-user-focus CSS property is used to indicate whether the element can have the focus.
CSS CSS Reference CSS:Mozilla Extensions NeedsBrowserCompatibility NeedsContent NeedsExample NeedsMobileBrowserCompatibility

outline-style

The outline-style CSS property is used to set the style of the outline of an element. An outline is a line that is drawn around elements, outside the border edge, to make the element stand out.
CSS CSS Outline CSS Property NeedsBrowserCompatibility NeedsMobileBrowserCompatibility Reference

repeating-radial-gradient()

This works similarly to the standard radial gradients as described by radial-gradient(), but it automatically repeats the color stops infinitely in both directions, with their positions shifted by multiples of the difference between the last color stop's position and the first one's position.
CSS CSS Function CSS Image Graphics Layout NeedsBrowserCompatibility Reference Web

transform

The CSS transform property lets you modify the coordinate space of the CSS visual formatting model. Using it, elements can be translated, rotated, scaled, and skewed.
CSS CSS Property Experimental NeedsBrowserCompatibility Property Reference Transforms

transform-box

The transform-box property defines the layout box, to which the transform and transform-origin properties relate to.
CSS CSS Property CSS Transforms Experimental NeedsBrowserCompatibility NeedsExample Reference

-webkit-mask-repeat-x

The -webkit-mask-repeat-x property specifies whether and how a mask image is repeated (tiled) horizontally.
CSS CSS Masks CSS Property NeedsBrowserCompatibility NeedsMobileBrowserCompatibility Non-standard Reference

-webkit-mask-repeat-y

The -webkit-mask-repeat-y property specifies whether and how a mask image is repeated (tiled) vertically.
CSS CSS Masks CSS Property NeedsBrowserCompatibility NeedsMobileBrowserCompatibility Non-standard Reference

-webkit-overflow-scrolling

The -webkit-overflow-scrolling CSS property controls whether or not touch devices use momentum-based scrolling for the given element.
CSS CSS Property CSS Reference NeedsBrowserCompatibility NeedsLiveSample NeedsMobileBrowserCompatibility Non-standard

-webkit-text-fill-color

The -webkit-text-fill-color CSS property specifies the fill color of characters of text. If this property is not set, the value of the color property is used.
CSS CSS Property NeedsBrowserCompatibility NeedsMobileBrowserCompatibility Non-standard Reference

-webkit-text-stroke-color

The -webkit-text-stroke-color CSS property specifies the stroke color of characters of text. If this property is not set, the value of the color property is used.
CSS CSS Property CSS Reference NeedsBrowserCompatibility NeedsMobileBrowserCompatibility Non-standard

-webkit-touch-callout

The -webkit-touch-callout CSS property controls the display of the default callout shown when you touch and hold a touch target.
CSS CSS Property Layout NeedsBrowserCompatibility NeedsLiveSample Non-standard Reference

Console.count()

Logs the number of times that this particular call to count() has been called. This function takes an optional argument label.
API Debugging DOM Method NeedsBrowserCompatibility web console Web Development

Console.dirxml()

Displays an interactive tree of the descendant elements of the specified XML/HTML element. If it is not possible to display as an element the JavaScript Object view is shown instead. The output is presented as a hierarchical listing of expandable nodes that let you see the contents of child nodes.
API debugging Debugging DOM Method NeedsBrowserCompatibility web console Web Development

Console.group()

Creates a new inline group in the Web Console log. This indents all following output by an additional level, until console.groupEnd() is called.
API Debugging DOM Method NeedsBrowserCompatibility web console Web Development

Console.info()

Outputs an informational message to the Web Console. In Firefox and Chrome, a small "i" icon is displayed next to these items in the Web Console's log.
API Debugging Method NeedsBrowserCompatibility web console Web Development

Console.time()

Starts a timer you can use to track how long an operation takes. You give each timer a unique name, and may have up to 10,000 timers running on a given page. When you call console.timeEnd() with the same name, the browser will output the time, in milliseconds, that elapsed since the timer was started.
API console Debugging DOM Method NeedsBrowserCompatibility web console Web Development

Console.timeStamp()

Adds a single marker to the browser's Timeline or Waterfall tool. This lets you correlate a point in your code with the other events recorded in the timeline, such as layout and paint events.
API debugging Debugging DOM Method NeedsBrowserCompatibility web console Web Development