while (iprop.hasNext() && prop == null) {
Property p = (Property)iprop.next();
prop = maker.convertShorthandProperty(propertyList, p, null);
- propertyList.validatePropertyValue(p.getNCname(), prop, property);
+ // The following produces a regression, about which see FOP-2311.
+ // propertyList.validatePropertyValue(p.getNCname(), prop, property);
}
return prop;
}
documents. Example: the fix of marks layering will be such a case when it's done.
-->
<release version="FOP Trunk" date="01 November 2013">
+ <action context="Code" dev="GA" type="fix" fixes-bug="FOP-2311">
+ Eliminate regression to shorthand properties from Bugzilla 37114 (FOP-1069).
+ </action>
<action context="Renderers" dev="GA" type="add" fixes-bug="FOP-2301">
Enable support for PDF sub-page transitions.
</action>