Re: [csswg-drafts] [css-tables-3] max-width on table cells (#2802)

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