boolean|PEAR_Error
HTML_CSS::validate
(
array
$styles
,
array
&$messages
)
Execute the W3C CSS validator service on each data source (filename or string) given by parameter $styles.
$styles
Data sources to check validity
&$messages
Error and Warning messages issue from W3C CSS validator service
throws HTML_CSS_ERROR_INVALID_INPUT, HTML_CSS_ERROR_INVALID_DEPS, HTML_CSS_ERROR_INVALID_SOURCE
since version 1.5.0 (2008-01-15)
This function can not be called statically.