gajus/wholly

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

Open

#8 ouverte le 5 juin 2018

Voir sur GitHub
 (2 commentaires) (0 réactions) (0 assignés)JavaScript (29 forks)github user discovery
enhancementhelp wanted

Métriques du dépôt

Stars
 (201 stars)
Métriques de merge PR
 (Métriques PR en attente)

Description

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.

Guide contributeur