- From: Oriol Brufau via GitHub <sysbot+gh@w3.org>
- Date: Wed, 25 Sep 2024 17:40:30 +0000
- To: public-css-archive@w3.org
> The useful thing to do here is definitely to apply it to the table grid box I think there may be valid arguments for both options, applying it to the wrapper could be useful to clip an overflowing caption: ```html <!DOCTYPE html> <table style="border: solid magenta; width: 100px; overflow: hidden"> <caption style="border: solid cyan; width: 200%">caption</caption> <td>cell</td> </table> ``` On Blink it looks like: ![](https://github.com/user-attachments/assets/5ea1113e-c37c-48a2-a11f-6238de0dced0) -- GitHub Notification of comment by Loirooriol Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/10881#issuecomment-2374753659 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Wednesday, 25 September 2024 17:40:31 UTC