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