if (isAncestorOfEventTarget(event)) {
return (int) w;
}
final ComputedCSSStyleDeclaration style = jsxGet_currentStyle();
if ("collapse".equals(style.jsxGet_borderCollapse())) {
final HtmlTableRow row = getRow();
if (row != null) {
final HtmlElement thiz = getDomNodeOrDie();
final List<HtmlTableCell> cells = row.getCells();
final boolean ie = getBrowserVersion().isIE();