Objects
This section contains a list of Document Object Model (DOM) style objects.
In this section
| Object | Description |
|---|---|
|
Represents an @import rule within a Cascading Style Sheets (CSS) style sheet. | |
|
Represents an ordered collection of media types. | |
|
Represents an @media rule within a CSS style sheet. | |
|
Represents an @namespace rule within a CSS style sheet. | |
|
Represents a CSS statement (including both rule sets and at-rules). | |
|
Represents a CSS declaration block. | |
|
Represents the cascaded format and style of the object as specified by global style sheets, inline styles, and HTML attributes. | |
|
Represents an @page rule within a styleSheet. | |
|
Represents a point in two-dimensional space used by CSS transitions as specified by the -webkit-transition property. | |
|
Represents a style within a style sheet that consists of a selector and one or more declarations. | |
|
Represents the cascaded format and style of the object that overrides the format and style specified in global style sheets, inline styles, and HTML attributes. | |
|
Contains information about the client's screen and rendering capabilities. | |
|
Represents the current settings of all possible inline styles for a given element. | |
|
Represents a single style sheet in the document. |