CSS::Property(3pm) | User Contributed Perl Documentation | CSS::Property(3pm) |
CSS::Property - A property in a CSS object tree
use CSS;
This module represents a property in a CSS object tree. Read the CSS.pm pod for information about the CSS object tree.
property property name (as string) value simple value string adaptor adaptor to use for serialization
If the "value" option is passed, a "CSS::Value" object is automatically created and added to the object's values list.
Copyright (C) 2003-2004, Cal Henderson <cal@iamcal.com>
CSS, http://www.w3.org/TR/REC-CSS1
2011-03-22 | perl v5.18.1 |