- From: Oriol Brufau via GitHub <sysbot+gh@w3.org>
- Date: Mon, 23 Dec 2024 02:21:38 +0000
- To: public-css-archive@w3.org
Though Gecko is inconsistent with the block axis, where the wrapper doesn't stay with the same size as before collapsing a row:
```html
<!DOCTYPE html>
<div style="border: 6px solid; width: 150px">
  <table style="width: 100px; height: 100px; border-spacing: 0; background: cyan; outline: solid magenta">
    <col style="visibility: collapse"></col>
    <tr style="visibility: collapse"><td></td><td></td></tr>
    <tr><td></td><td></td></tr>
  </table>
</div>
```
| Gecko | Blink |
| - | - |
|  |  |
-- 
GitHub Notification of comment by Loirooriol
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/11408#issuecomment-2558773479 using your GitHub account
-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Monday, 23 December 2024 02:21:39 UTC