1CSS::Value(3)         User Contributed Perl Documentation        CSS::Value(3)
2
3
4

NAME

6       CSS::Value - A property value in a CSS object tree
7

SYNOPSIS

9         use CSS;
10

DESCRIPTION

12       This module represents a property value in a CSS object tree.  Read the
13       CSS.pm pod for information about the CSS object tree.
14

METHODS

16   CONSTRUCTORS
17       "new()" or "new( { ..options.. } )"
18           This constructor returns a new "CSS::Value" object, with an
19           optional hash of options.
20
21             value         value string
22             adaptor       adaptor to use for serialization
23
24   ACCESSORS
25       "to_string()"
26           This method is used to serialize the value.
27

AUTHOR

29       Copyright (C) 2003-2004, Cal Henderson <cal@iamcal.com>
30

SEE ALSO

32       CSS, http://www.w3.org/TR/REC-CSS1
33
34
35
36perl v5.34.0                      2022-01-20                     CSS::Value(3)
Impressum