}
Length w = cell.getOuterStyleOrColWidth(c);
w.setValue(Math.min(Length.MAX_WIDTH, Math.max(0, w.value())));
switch (w.type()) {
case Length.FIXED:
if (w.value() > 0 && !l.width().isPercent()) {
if (l.width().isFixed()) {
if (w.value() > l.width().value()) {
l.width().setValue(w.value());