DefaultCSSProperty cssProperty = (DefaultCSSProperty)
cssVersion.getProperty(property);
if (cssProperty != null) {
// Iterate over the keywords for this property.
if (cssProperty.supportsValueType(
StyleValueType.KEYWORD)) {
initialisePropertyKeywords(device, cssProperty);
}
} else {
// default may be that the property is undefined.