}
});
// Iterate over the alias shorthand property names, checking for each
// one in the device and save it to cssVersion
StyleShorthandAliases.iterate(new StyleShorthandAliasIteratee() {
public IterationAction visit(StyleShorthandAlias alias) {
// Iterate over the list of similar properties, in order
// of preference.
Iterator i = alias.getAliasShorthands().iterator();