DOKK / manpages / debian 13 / libcss-perl / CSS::Property.3pm.en
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.

This constructor returns a new "CSS::Property" object, with an optional hash of options.

  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.

This method sets the current adaptor for the object.
This method is used to serialize the property's values, using the current adaptor. It returns a string which comes from the adaptor's output_values() method.

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

CSS, http://www.w3.org/TR/REC-CSS1

2025-04-22 perl v5.40.1