ILIAS
release_4-4 Revision
|
Validates shorthand CSS property list-style. More...
Public Member Functions | |
__construct ($config) | |
validate ($string, $config, $context) | |
![]() | |
validate ($string, $config, $context) | |
Validates and cleans passed string according to a definition. More... | |
parseCDATA ($string) | |
Convenience method that parses a string as if it were CDATA. More... | |
make ($string) | |
Factory method for creating this class from a string. More... | |
Protected Attributes | |
$info | |
Local copy of component validators. More... | |
Additional Inherited Members | |
![]() | |
$minimized = false | |
Tells us whether or not an HTML attribute is minimized. More... | |
$required = false | |
Tells us whether or not an HTML attribute is required. More... | |
![]() | |
mungeRgb ($string) | |
Removes spaces from rgb(0, 0, 0) so that shorthand CSS properties work properly. More... | |
expandCSSEscape ($string) | |
Parses a possibly escaped CSS string and returns the "pure" version of it. More... | |
Validates shorthand CSS property list-style.
Definition at line 7 of file ListStyle.php.
HTMLPurifier_AttrDef_CSS_ListStyle::__construct | ( | $config | ) |
Definition at line 16 of file ListStyle.php.
HTMLPurifier_AttrDef_CSS_ListStyle::validate | ( | $string, | |
$config, | |||
$context | |||
) |
Definition at line 23 of file ListStyle.php.
References $r, $ret, and HTMLPurifier_AttrDef\parseCDATA().
|
protected |
Local copy of component validators.
Definition at line 14 of file ListStyle.php.