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

Note that Blink doesn't shrink the wrapper beyond the size of the caption. Since it doesn't allow the wrapper to be bigger than the grid, it seems to add trailing tracks.

```html
<!DOCTYPE html>
<table style="width: 100px; height: 50px; border-spacing: 0; background: cyan; outline: solid magenta; border: solid">
  <caption style="width: 75px; height: 25px; background: orange"></caption>
  <col style="visibility: collapse"></col>
  <td></td><td style="background: yellow"></td>
</table>
```

| Gecko | Blink |
| - | - |
| ![](https://github.com/user-attachments/assets/1098a27f-0075-409f-892b-2ed672859314) | ![](https://github.com/user-attachments/assets/8f87fce3-d0c7-4df2-808c-1b0e607c37db) |

-- 
GitHub Notification of comment by Loirooriol
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/11408#issuecomment-2559751011 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 13:53:19 UTC