Re: [csswg-drafts] [css-display] More precise box transformations

@tabatkins 
> table-cells aren't allowed to ever overflow, even if you try to explicitly size them

This isn't the first time I've read this, but there appears to be a simple counterexample. Could you take a moment to explain the apparent contradiction, for my own edification (or possibly for yours)?

<table style="border: 1px solid blue;">
    <td style="max-width: 20px;">Overflow</td>
</table>


-- 
GitHub Notification of comment by davidsgrogan
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/1643#issuecomment-380180488 using your GitHub account

Received on Tuesday, 10 April 2018 17:20:46 UTC