h.match(table, t, "frame") &&
h.match(table, t, "lang") &&
h.match(table, t, "rules") &&
h.match(table, t, "style") &&
((table.getAttributeValue("title") == null) ||
h.match(table, t, "title")) &&
((width == null) ||
"100%".equals(width)) &&
!h.tableHasId(table, getFactory(), false);
// if (canOptimize) {