We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05e147e commit 8dcb4faCopy full SHA for 8dcb4fa
fop-core/src/main/java/org/apache/fop/fo/flow/table/Table.java
@@ -158,10 +158,7 @@ public void bind(PropertyList pList) throws FOPException {
158
eventProducer.nonAutoBPDOnTable(this, getLocator());
159
// Anyway, the bpd of a table is not used by the layout code
160
}
161
- /*if (tableLayout == EN_AUTO) {
162
- getFOValidationEventProducer().unimplementedFeature(this, getName(),
163
- "table-layout=\"auto\"", getLocator());
164
- }*/
+
165
if (!isSeparateBorderModel()) {
166
if (borderCollapse == EN_COLLAPSE_WITH_PRECEDENCE) {
167
getFOValidationEventProducer().unimplementedFeature(this, getName(),
0 commit comments