Public Member Functions | |
| validate ($css, $config, $context) | |
| validate ($css, $config, $context) | |
If we were really serious about validating the CSS, we would tokenize the styles and then parse the tokens. Obviously, we are not doing that. Doing that could seriously harm performance, but would make these components a lot more viable for a CSS filtering solution.
Definition at line 14 of file CSS.php.
| HTMLPurifier_AttrDef_CSS::validate | ( | $ | css, | |
| $ | config, | |||
| $ | context | |||
| ) |
| HTMLPurifier_AttrDef_CSS::validate | ( | $ | css, | |
| $ | config, | |||
| $ | context | |||
| ) |
Name of the current CSS property being validated.
Definition at line 6975 of file HTMLPurifier.standalone.php.
1.5.3