Re: Allow multiple values to be specified for max-width

From: "Belov, Charles" <Charles.Belov@sfmta.com>
> This specification would be easier to implement if CSS would support
> multiple max-widths as follows:
> 
> max-width: 80ch 100vw;
> 
> or
> 
> max-width: min(80ch, 100vw);

I strongly support this request.

But it should NOT be a part of the max-width 
property. It should be as the "calc" function : 
a part of the CSS 3 Values standard.

Regards,
Fremy 

Received on Tuesday, 7 July 2009 19:11:29 UTC