Interface | Description |
---|---|
ICSS2Properties |
Provides interface for CSS2 properties set values manipulation in the context of certain HTML element
|
ICSSCharsetRule |
The CSSCharsetRule interface represents a @charset rule in a CSS style sheet.
|
ICSSCounterStyleRule |
The @counter-style rule allows authors to define a custom counter style.
|
ICSSFontFaceRule |
The CSSFontFaceRule interface represents a @font-face rule in a CSS style sheet.
|
ICSSImportRule |
The CSSImportRule interface represents a @import rule within a CSS style sheet.
|
ICSSKeyframeRule |
The CSSKeyframeRule interface represents the style rule for a single key.
|
ICSSKeyframesRule |
The CSSKeyframesRule interface represents a complete set of keyframes for a single animation
|
ICSSMarginRule |
The CSSMarginRule interface represents a margin at-rule.
|
ICSSMediaRule |
The CSSMediaRule interface represents a @media rule in a CSS style sheet.
|
ICSSPageRule |
The CSSPageRule interface represents a @page rule within a CSS style sheet.
|
ICSSRule |
The CSSRule interface is the abstract base interface for any type of CSS statement.
|
ICSSRuleList |
The CSSRuleList interface provides the abstraction of an ordered collection of CSS rules.
|
ICSSStyleDeclaration |
The CSSStyleDeclaration interface represents a single CSS declaration block.
|
ICSSStyleRule |
The CSSStyleRule interface represents a single rule set in a CSS style sheet.
|
ICSSStyleSheet |
The CSSStyleSheet interface is a concrete interface used to represent a CSS style sheet i.e., a style sheet whose content type is "text/css".
|
ICSSUnknownRule |
The CSSUnknownRule interface represents an at-rule not supported by this user agent.
|
ICSSValueList |
The interface provides the abstraction of an ordered collection of CSS values.
|
IDocumentCSS |
This interface represents a document with a CSS view.
|
IDocumentStyle |
The DocumentStyle interface provides a mechanism by which the style sheets embedded in a document can be retrieved.
|
IElementCSSInlineStyle |
Inline style information attached to elements is exposed through the style attribute.
|
ILinkStyle |
The LinkStyle interface provides a mechanism by which a style sheet can be retrieved from the node responsible for linking it into a document.
|
IMediaList |
The MediaList interface provides the abstraction of an ordered collection of media, without defining or constraining how this collection is implemented.
|
IStyleSheet |
The StyleSheet interface is the abstract base interface for any type of style sheet.
|
IStyleSheetList |
The StyleSheetList interface provides the abstraction of an ordered collection of style sheets.
|
IViewCSS |
This interface represents a CSS view.
|
Class | Description |
---|---|
Counter |
The Counter interface is used to represent any counter or counters function value.
|
CSSEngineMode |
Specifies CSSEngine mode
|
CSSPrimitiveValue |
The CSSPrimitiveValue interface represents a single CSS value.
|
CSSValue |
Represents a simple or a complex value.
|
CSSValueList |
The CSSValueList interface provides the abstraction of an ordered collection of CSS values.
|
Rect |
The Rect interface is used to represent any rect value.
|
RGBColor |
The RGBColor interface is used to represent any RGB color value.
|