New issue
Advanced search Search tips

Issue 848189 link

Starred by 2 users

Issue metadata

Status: Available
Owner: ----
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Bug



Sign in to add a comment

hidden attribute on colgroup col thead tbody tfoot tr td th should have visibility: collapse

Project Member Reported by zcorpan@gmail.com, May 31 2018

Issue description

Tests: https://github.com/web-platform-tests/wpt/pull/11264

Spec: https://html.spec.whatwg.org/multipage/rendering.html#tables-2

Use case: Filtering a table and using the "hidden" attribute to hide rows causes the widths of the columns to change if it's hidden by display: none. With visibility: collapse the widths of the columns do not change. (Type something in the filter of https://bocoup.github.io/wpt-disabled-tests-report/ for a demo.)
 

Comment 1 by zcorpan@gmail.com, Jun 5 2018

Update: table cells should still be display: none.

https://github.com/whatwg/html/pull/3736
https://github.com/web-platform-tests/wpt/pull/11339

Sign in to add a comment