- From: davidsgrogan via GitHub <sysbot+gh@w3.org>
- Date: Sat, 20 Jul 2019 01:04:44 +0000
- To: public-css-archive@w3.org
I think the correct formula for outer max-content width of a table-cell in a **non-constrained** column is the existing formula with `width` and `min-content width` removed: ```javascript max(min-width, min(max-width, max-content width)) ``` -- GitHub Notification of comment by davidsgrogan Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/2802#issuecomment-513421652 using your GitHub account
Received on Saturday, 20 July 2019 01:04:45 UTC