- From: CSS Meeting Bot via GitHub <noreply@w3.org>
- Date: Wed, 24 Sep 2025 16:29:36 +0000
- To: public-css-archive@w3.org
The CSS Working Group just discussed `[css-tables][css-sizing] What sizing keywords allow fixed table mode?`, and agreed to the following: * `RESOLVED: width:max-content prevents table-layout:fixed from working` <details><summary>The full IRC log of that discussion</summary> <TabAtkins> iank_: we had a resolution to just have width:auto trigger fixed table layout<br> <TabAtkins> iank_: this isn't web-compat, there's a library that sets width:max-content on tables and assumes they'll go into fixed mode<br> <TabAtkins> iank_: so my proposal is we have width:auto *or* max-content, we trigger fixed layout.<br> <TabAtkins> iank_: not including a calc-size(), it's those keywords literally<br> <TabAtkins> astearns: so just adding one more condition to the list?<br> <TabAtkins> iank_: yes<br> <TabAtkins> oriol: correction, auto/max-content *prevent* fixed layout.<br> <TabAtkins> fantasai: so you can set table-layout to fixed or auto. if you set 'fixed', but width is 'auto' (or, proposed, max-content), you'll instead get auto layout.<br> <TabAtkins> fantasai: can we instead just say that only extrinsic sizes allow fixed?<br> <TabAtkins> iank_: no, doesn't work<br> <TabAtkins> oriol: also if we add more conditions it's harder to opt into this behavior<br> <emilio> So we're resolving on Gecko's behavior right?<br> <TabAtkins> astearns: so proposed resolution: add max-content to the list of exceptions that prevent table-layout:fixed<br> <TabAtkins> iank_: I believe yes, gecko's behavior<br> <TabAtkins> RESOLVED: width:max-content prevents table-layout:fixed from working<br> </details> -- GitHub Notification of comment by css-meeting-bot Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/10937#issuecomment-3329781661 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Wednesday, 24 September 2025 16:29:37 UTC