css_value.h
206 void setProperty ( const DOM::DOMString &propertyName, const DOM::DOMString &value, const DOM::DOMString &priority );
417 CSS_PAIR = 100, // We envision this being exposed as a means of getting computed style values for pairs
The CSSPrimitiveValue interface represents a single CSS value .
Definition: css_value.h:374
The CSSRule interface is the abstract base interface for any type of CSS statement .
Definition: css_rule.h:53
The CSSStyleDeclaration interface represents a single CSS declaration block .
Definition: css_value.h:61
The CSSValueList interface provides the absraction of an ordered collection of CSS values.
Definition: css_value.h:317
The CSSValue interface represents a simple or a complexe value.
Definition: css_value.h:244
The Counter interface is used to represent any counter or counters function value.
Definition: css_value.h:700
The RGBColor interface is used to represent any RGB color value.
Definition: css_value.h:592
The Document Object Model (DOM) is divided into two parts, the COREDOM core DOM, specifying some core...
Definition: design.h:57