Re: [csswg-drafts] hidden attribute and display values for tr, thead, tbody, tfoot, colgroup, col (#11819)

I wonder if browsers never implemented https://github.com/whatwg/html/commit/27f2a83d5feb757a031957045eeb51b7dbe1623a.

What happens if you assert `visibility` first? Do browsers implement that rule correctly? Though I suppose that once it's `display: none` it's no longer a table element and thus `visibility: collapse` doesn't mean anything. So maybe this is a case where we still want browsers to change, to make `hidden` work meaningfully on table-related elements.

Also, from all specifications under discussion, CSS Table Module Level 3 should absolutely not duplicate HTML's user agent style sheet. That's just inviting interoperability issues.

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


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Wednesday, 5 March 2025 07:30:20 UTC