guess_url(css_remove_value_quotes($url));
return new ListStyleImage($full_url,
Image::get($full_url, $pipeline));
};
/**
* 'none' value and all unrecognized values
*/
return CSSListStyleImage::default_value();
}
function getPropertyCode() {
return CSS_LIST_STYLE_IMAGE;
}
function getPropertyName() {
return 'list-style-image';
}
}
?>