The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 0.15

  • • compute_style no longer produces an uninitialized warning if the element’s own style attribute has a property for which there is no applicable property with the same name in the style sheets (RT #79855). • A minor backtracking bug in CSS::DOM::PropertyParser has been fixed. If a format for a list property can still match after backtracking past a capturing group, then extra items (from the pre-backtracking matches) will end up in the list. This can happen with property formats like ‘[(foo) | (foo),]+’. Any such format would be more efficient when written as ‘[(foo),?]+’, which does not exhibit the bug.

Modules

Document Object Model for Cascading Style Sheets
Array class for CSS::DOM
Constants for CSS::DOM
The Exception interface for CSS::DOM
A list of CSS::DOM's interface members in machine-readable format
Medium list class for CSS::DOM
Parser for CSS::DOM
Parser for CSS property values
CSS rule class for CSS::DOM
CSS @font-face rule class for CSS::DOM
CSS @font-face rule class for CSS::DOM
CSS @import rule class for CSS::DOM
CSS @media rule class for CSS::DOM
CSS @page rule class for CSS::DOM
CSS style rule class for CSS::DOM
Rule list class for CSS::DOM
CSS style declaration class for CSS::DOM
Style sheet list class for CSS::DOM
Utility functions for dealing with CSS tokens
CSSValue class for CSS::DOM
CSSValueList class for CSS::DOM
CSSPrimitiveValue class for CSS::DOM