public void property(String pname, LexicalUnit lu,
boolean important) {
int idx = getPropertyIndex(pname);
if (idx != -1) {
ValueManager vm = valueManagers[idx];
Value v = vm.createValue(lu, CSSEngine.this);
putAuthorProperty(result, idx, v, important,
StyleMap.NON_CSS_ORIGIN);
return;
}
idx = getShorthandIndex(pname);