|
NAMECSS::DOM::Value - CSSValue class for CSS::DOMVERSIONVersion 0.17SYNOPSIS# ... DESCRIPTIONThis module implements objects that represent CSS property values. It implements the DOM CSSValue interface.This class is used only for custom values (neither primitive values nor lists) and the special 'inherit' value. METHODSObject Methods
ConstructorYou probably don't need to call this, but here it is anyway:$val = new CSS::DOM::Value %arguments; The hash-style %arguments are as follows:
CONSTANTSThe following constants can be imported with "use CSS::DOM::Value ':all'". They represent the type of CSS value.
SEE ALSOCSS::DOMCSS::DOM::Value::Primitive CSS::DOM::Value::List CSS::DOM::Style
Visit the GSP FreeBSD Man Page Interface. |