CSS::DOM::Value(3pm) | User Contributed Perl Documentation | CSS::DOM::Value(3pm) |
CSS::DOM::Value - CSSValue class for CSS::DOM
Version 0.17
# ...
This 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.
You 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:
The following constants can be imported with "use CSS::DOM::Value ':all'". They represent the type of CSS value.
CSS::DOM
CSS::DOM::Value::Primitive
CSS::DOM::Value::List
CSS::DOM::Style
2023-08-02 | perl v5.36.0 |