logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

CSS::DOM::Constants - Constants for CSS::DOM

Description

       This module provides all the constants used by CSS::DOM.

Exports

       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):

       :exception
           All the constants listed under "EXPORTS" in CSS::DOM::Exception.

       :rule
           All the constants listed under "EXPORTS" in CSS::DOM::Rule.

       :value
           All the constants listed under "CONSTANTS" in CSS::DOM::Value.

       :primitive
           All the constants listed under "CONSTANTS" in CSS::DOM::Value::Primitive.

       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.

Name

       CSS::DOM::Constants - Constants for CSS::DOM

See Also

       CSS::DOM

       CSS::DOM::Exception

       CSS::DOM::Rule

perl v5.36.0                                       2023-08-02                           CSS::DOM::Constants(3pm)

Synopsis

         use CSS::DOM::Constants ':all';

         # or

         use CSS::DOM::Constants ':rule';

         # or individually

         use CSS::DOM::Constants 'SYNTAX_ERR', ...;

Version

       Version 0.17

See Also