- From: cathiechen via GitHub <sysbot+gh@w3.org>
- Date: Wed, 26 Jul 2017 08:01:30 +0000
- To: public-css-archive@w3.org
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