The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "dist:CSS-DOM DOM"

CSS::DOM - Document Object Model for Cascading Style Sheets River stage two • 6 direct dependents • 14 total dependents

This set of modules provides the CSS-specific interfaces described in the W3C DOM recommendation. The CSS::DOM class itself implements the StyleSheet and CSSStyleSheet DOM interfaces. This set of modules has two modes: 1 It can validate property valu...

SPROUT/CSS-DOM-0.17 - 29 Jan 2018 17:10:18 UTC

CSS::DOM::Rule - CSS rule class for CSS::DOM River stage two • 6 direct dependents • 14 total dependents

This module provides the CSS rule class for CSS::DOM. It implements the CSSRule and CSSUnknownRule DOM interfaces....

SPROUT/CSS-DOM-0.17 - 29 Jan 2018 17:10:18 UTC

CSS::DOM::Util - Utility functions for dealing with CSS tokens River stage two • 6 direct dependents • 14 total dependents

This module provides utility functions for dealing with CSS tokens....

SPROUT/CSS-DOM-0.17 - 29 Jan 2018 17:10:18 UTC

CSS::DOM::Style - CSS style declaration class for CSS::DOM River stage two • 6 direct dependents • 14 total dependents

This module provides the CSS style declaration class for CSS::DOM. (A style declaration is what comes between the braces in "p { margin: 0 }".) It implements the CSSStyleDeclaration DOM interface....

SPROUT/CSS-DOM-0.17 - 29 Jan 2018 17:10:18 UTC

CSS::DOM::Array - Array class for CSS::DOM River stage two • 6 direct dependents • 14 total dependents

This module serves as a base class for array-like objects required by CSS::DOM. A CSS::DOM::Array object is simply a blessed array reference. You can use it as an array directly, or use the methods below....

SPROUT/CSS-DOM-0.17 - 29 Jan 2018 17:10:18 UTC

CSS::DOM::Value - CSSValue class for CSS::DOM River stage two • 6 direct dependents • 14 total dependents

This module implements objects that represent CSS property values. It implements the DOM CSSValue interface. This class is used only for custom values (neither primitive values nor lists) and the special 'inherit' value....

SPROUT/CSS-DOM-0.17 - 29 Jan 2018 17:10:18 UTC

CSS::DOM::Parser - Parser for CSS::DOM River stage two • 6 direct dependents • 14 total dependents

This is a private module (at least for now). Don't use it directly....

SPROUT/CSS-DOM-0.17 - 29 Jan 2018 17:10:18 UTC

CSS::DOM::RuleList - Rule list class for CSS::DOM River stage two • 6 direct dependents • 14 total dependents

This module implements rule lists for CSS::DOM. It implements the CSSRuleList DOM interface. This simply inherits from CSS::DOM::Array without adding anything extra....

SPROUT/CSS-DOM-0.17 - 29 Jan 2018 17:10:18 UTC

CSS::DOM::Constants - Constants for CSS::DOM River stage two • 6 direct dependents • 14 total dependents

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

SPROUT/CSS-DOM-0.17 - 29 Jan 2018 17:10:18 UTC

CSS::DOM::MediaList - Medium list class for CSS::DOM River stage two • 6 direct dependents • 14 total dependents

This module implements medium lists for CSS::DOM. It implements the CSSMediaList DOM interface and inherits from CSS::DOM::Array....

SPROUT/CSS-DOM-0.17 - 29 Jan 2018 17:10:18 UTC

CSS::DOM::Exception - The Exception interface for CSS::DOM River stage two • 6 direct dependents • 14 total dependents

This module implementations the W3C's DOMException interface. CSS::DOM::Exception objects stringify to the message passed to the constructer and numify to the error number (see below, under 'EXPORTS')....

SPROUT/CSS-DOM-0.17 - 29 Jan 2018 17:10:18 UTC

CSS::DOM::Interface - A list of CSS::DOM's interface members in machine-readable format River stage two • 6 direct dependents • 14 total dependents

The synopsis should tell you almost everything you need to know. But be warned that "$foo & TYPE" is meaningless when "$foo & METHOD" and "$foo & VOID" are both true. For more gory details, look at the source code. In fact, here it is:...

SPROUT/CSS-DOM-0.17 - 29 Jan 2018 17:10:18 UTC

CSS::DOM::Rule::Page - CSS @page rule class for CSS::DOM River stage two • 6 direct dependents • 14 total dependents

This module implements CSS @page rules for CSS::DOM. It inherits from CSS::DOM::Rule and implements the CSSPageRule DOM interface....

SPROUT/CSS-DOM-0.17 - 29 Jan 2018 17:10:18 UTC

CSS::DOM::Rule::Style - CSS style rule class for CSS::DOM River stage two • 6 direct dependents • 14 total dependents

This module implements CSS style rules for CSS::DOM. It inherits from CSS::DOM::Rule and implements the CSSStyleRule DOM interface....

SPROUT/CSS-DOM-0.17 - 29 Jan 2018 17:10:18 UTC

CSS::DOM::Value::List - CSSValueList class for CSS::DOM River stage two • 6 direct dependents • 14 total dependents

This module implements objects that represent CSS list property values. It implements the DOM CSSValueList interface. You can access the individual elements of the list using the "item" and "length" methods, or by using it as an array ref....

SPROUT/CSS-DOM-0.17 - 29 Jan 2018 17:10:18 UTC

CSS::DOM::Rule::Media - CSS @media rule class for CSS::DOM River stage two • 6 direct dependents • 14 total dependents

This module implements CSS @media rules for CSS::DOM. It inherits from CSS::DOM::Rule and implements the CSSMediaRule DOM interface....

SPROUT/CSS-DOM-0.17 - 29 Jan 2018 17:10:18 UTC

CSS::DOM::Rule::Import - CSS @import rule class for CSS::DOM River stage two • 6 direct dependents • 14 total dependents

This module implements CSS @import rules for CSS::DOM. It inherits from CSS::DOM::Rule and implements the CSSImportRule DOM interface....

SPROUT/CSS-DOM-0.17 - 29 Jan 2018 17:10:18 UTC

CSS::DOM::Rule::Charset - CSS @font-face rule class for CSS::DOM River stage two • 6 direct dependents • 14 total dependents

This module implements CSS @font-face rules for CSS::DOM. It inherits from CSS::DOM::Rule and implements the CSSFontFaceRule DOM interface....

SPROUT/CSS-DOM-0.17 - 29 Jan 2018 17:10:18 UTC

CSS::DOM::StyleSheetList - Style sheet list class for CSS::DOM River stage two • 6 direct dependents • 14 total dependents

This module implements style sheet lists for CSS::DOM. It implements the StyleSheetList DOM interface. This simply inherits from CSS::DOM::Array without adding anything extra....

SPROUT/CSS-DOM-0.17 - 29 Jan 2018 17:10:18 UTC

CSS::DOM::PropertyParser - Parser for CSS property values River stage two • 6 direct dependents • 14 total dependents

Objects of this class provide lists of supported properties for CSS::DOM style sheets. They also describe the syntax and parsing of those properties' values. Some CSS properties simply have their own values (e.g., overflow); some are abbreviated form...

SPROUT/CSS-DOM-0.17 - 29 Jan 2018 17:10:18 UTC
22 results (0.032 seconds)