CSSValue Interface Reference

import "CSSValue.idl";

Inherited by CSSPrimitiveValue, CSSValueList, and SVGColor.

Inheritance diagram for CSSValue:

Inheritance graph
[legend]
List of all members.

Public Attributes

const unsigned short CSS_INHERIT = 0
const unsigned short CSS_PRIMITIVE_VALUE = 1
const unsigned short CSS_VALUE_LIST = 2
const unsigned short CSS_CUSTOM = 3
attribute DOMString cssText
readonly attribute unsigned
short 
cssValueType

Detailed Description

Definition at line 23 of file CSSValue.idl.


Member Data Documentation

const unsigned short CSS_INHERIT = 0

Definition at line 26 of file CSSValue.idl.

const unsigned short CSS_PRIMITIVE_VALUE = 1

Definition at line 27 of file CSSValue.idl.

const unsigned short CSS_VALUE_LIST = 2

Definition at line 28 of file CSSValue.idl.

const unsigned short CSS_CUSTOM = 3

Definition at line 29 of file CSSValue.idl.

attribute DOMString cssText

Definition at line 35 of file CSSValue.idl.

readonly attribute unsigned short cssValueType

Definition at line 37 of file CSSValue.idl.


The documentation for this interface was generated from the following file:
Generated on Fri Feb 9 15:12:01 2007 for Web Kit DOM by  doxygen 1.5.1