- From: Ian Kilpatrick via GitHub <noreply@w3.org>
- Date: Thu, 05 Mar 2026 18:51:04 +0000
- To: public-css-archive@w3.org
You are mis-understanding that resolution. That resolution doesn't imply that table-borders don't contribute to scrollable overflow, it relates to how you calculate the size of the table with collapsed borders. Previously you'd just take the first first/last cell in the first row to calculate the tables width, now you consider all the collapsed borders. @karlcow As a general FYI when working with the tables code from khtml you often need to apply 2-3 fixes simultaneously to get the correct behaviour, otherwise you'll break websites. Here - yes removing that overflow code is correct (as if you are calculating the width of the table in the described way the code is not needed), but you also need to ensure that you are calculating the width of the table based on all the collapsed borders first, not just based off the first row. Ian -- GitHub Notification of comment by bfgeek Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/13586#issuecomment-4006999667 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Thursday, 5 March 2026 18:51:05 UTC