Re: [csswg-drafts] [css2][css-tables] Do collapsed tracks also shrink the table wrapper box or only the table grid box? (#11408)

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 |
| - | - |
| ![](https://github.com/user-attachments/assets/2f41fdbe-8492-4a09-accd-549b4ea7bd28) | ![](https://github.com/user-attachments/assets/de49243b-209b-494b-977b-428494fa861f) |


-- 
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