Results 61 - 80 of 4,668

margin-right

The effect of the CSS margin-right property on the element boxThe margin-right CSS property of an element sets the margin space required on the right side of an element. A negative value is also allowed.
CSS CSS Property Reference

margin-top

The effect of the CSS margin-top property on the element boxThe margin-top CSS property of an element sets the margin space required on the top of an element. A negative value is also allowed.
CSS CSS Property Reference

min-width

The min-width property is used to set the minimum width of a given element. It prevents the used value of the width property from becoming smaller than the value specified for min-width.
CSS CSS Property Reference

CSS reference

This CSS Reference shows the basic syntax of a CSS rule; lists all standard CSS properties, pseudo-classes and pseudo-elements, @-rules, units, and selectors, all together in alphabetical order, as well as just the selectors by type; and allows you to quickly access detailed information for each of them. It not only lists the CSS 1 and CSS 2.1 properties, but also is a CSS3 reference that links to any CSS3 property and concept standardized, or already stabilized.  Also included is a brief DOM-CSS / CSSOM reference.
CSS CSS Reference

Replaced element

In CSS, a replaced element is an element whose representation is outside the scope of CSS. These are a type of external object whose representation is independent of the CSS. Typical replaced elements are <img>, <object>, <video> or form elements like <textarea> and <input>. Some elements, like <audio> or <canvas> are replaced elements only in specific cases. Objects inserted using the CSS content properties are anonymous replaced elements.
CSS CSS Reference

resize

The resize CSS property lets you control the resizability of an element.
CSS CSS Property Reference

specified value

The specified value of a CSS property is set in one out of three ways.
CSS CSS Reference

text-decoration-skip

The text-decoration-skip property specifies how text decorations should be applied to types of elements and characters.
CSS Property Reference

vertical-align

The vertical-align CSS property specifies the vertical alignment of an inline or table-cell box.
CSS CSS Property Reference

WebKit extensions

WebKit supports a number of extensions to CSS that are prefixed with -webkit. All -webkit prefixed properties also work with an -apple prefix.
CSS CSS Reference

Blob.slice()

The slice is used to create a new Blob object containing the data in the specified range of bytes of the source Blob.
API Files Method Reference

Canvas API

Added in HTML5, the HTML <canvas> element can be used to draw graphics via scripting in JavaScript. For example, it can be used to draw graphs, make photo compositions, create animations, or even do real-time video processing or rendering.
API Canvas Overview Reference

CanvasCaptureMediaStream.requestFrame()

The CanvasCaptureMediaStream.requestFrame() method forces a frame to be captured and sent to the stream. This allows to capture partially rendered frames.
CanvasCaptureMediaStream Experimental Method Reference

CSS.supports()

The CSS.supports() static methods returns a Boolean value indicating if the browser supports a given CSS feature, or not.
API CSSOM Method Reference

CSS Object Model

The CSS Object Model is a set of APIs allowing to manipulate CSS from JavaScript. It is the pendant of DOM and HTML APIs, but for CSS. It allows to read and modify CSS style dynamically.
API CSSOM Reference

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

CSSMediaRule

The CSSMediaRule is an interface representing a single CSS @media rule. It implements the CSSConditionRule interface, and therefore the CSSGroupingRule and the CSSRule interface with a type value of 4 (CSSRule.MEDIA_RULE).
API CSSOM Interface Reference

CSSPageRule

CSSPageRule is an interface representing a single CSS @page rule. It implements the CSSRule interface with a type value of 6 (CSSRule.PAGE_RULE).
API CSSOM Interface Reference