return super.getAsString(propertyValues);
}
StyleValue styleValue = propertyValues.getComputedValue(getStyleProperty());
String string = getValueHandler().getAsString(styleValue);
if (string != null) {
StyleKeyword styleKeyword = StyleKeywords.getKeywordByName(string);
if (styleKeyword != null) {
// This is valid style keyword, check if device supports it
// (turn on backword compatibility mode)
if (supportsCSS && isKeywordSupported(styleKeyword, true)) {
// No property changes, no conversion