Re: [csswg-drafts] [css-tables-3] Can we simplify empty-cells:hide?

Confused about cells with `visibility: hidden`. `empty-cells` works when cells with `visibility: hidden`.

I guess `empty-cells` controls the background of layers between `<table>` and `<td>`, `visibility: hidden` controls only the applied element.

Cells with `visibility: hidden` could have visible children, e.g. 
    `<td style="visibility: hidden;"><div style="visibility: visible;">content</div></td>`
This cell actually has visible content.

And "row collapse" to cells with `visibility: hidden` dose not seem reasonable too. 

-- 
GitHub Notification of comment by cathiechen
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/605#issuecomment-317979380 using your GitHub account

Received on Wednesday, 26 July 2017 08:01:32 UTC