Re: [csswg-drafts] [css-sizing] Suggestion: A limit-width that plays the role of a max-width but has higher priority than min-width and width, even if of lower (!) value (#3347)

@cpplearner You're right, thanks for pointing out. I didn't know about it yet (being CSS4 draft). 

That would reduce it to

`<div style="min-width: min(800px, 100%);"> Free content allowed to define its width </div>`

..and be way more efficient in the computation, saving one step. 

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

Received on Tuesday, 27 November 2018 13:04:36 UTC