CSS::DOM::Constants(3pm) | User Contributed Perl Documentation | CSS::DOM::Constants(3pm) |
CSS::DOM::Constants - Constants for CSS::DOM
Version 0.17
use CSS::DOM::Constants ':all'; # or use CSS::DOM::Constants ':rule'; # or individually use CSS::DOM::Constants 'SYNTAX_ERR', ...;
This module provides all the constants used by CSS::DOM.
You can import individual constants by name, or all of them with the ':all' tag. In addition, you can specify one of the following tags, to import a group of constants (which can also be imported from other CSS::DOM modules):
There is also a %SuffixToConst hash which maps dimension suffixes (such as 'px'; all lowercase) to CSSPrimitiveValue type constants (such as "CSS_PX"). This is included in the ':all' tag.
CSS::DOM
CSS::DOM::Exception
CSS::DOM::Rule
2023-08-02 | perl v5.36.0 |