gajus/wholly

td with display:none should be treated as rowspan=0,colspan=0

Open

#8 创建于 2018年6月5日

在 GitHub 查看
 (2 评论) (0 反应) (0 负责人)JavaScript (29 fork)github user discovery
enhancementhelp wanted

仓库指标

Star
 (201 star)
PR 合并指标
 (30 天内没有已合并 PR)

描述

Consider a table where some of the are switched on and off by having "style='display:none'". For a of this type, it is removed entirely from the table, and the HTML treats it as never existing (effectively a zero rowspan/colspan).

However, wholly still counts these cells as if they were there with a normal colspan/rowspan of 1.

As a result, the vertical/horizontal highlighting goes completely crooked.

贡献者指南