Re: Syntax for Ranges?

Quoting Lachlan Hunt <lachlan.hunt@lachy.id.au>:
>> height: range(18px,30em) - No smaller than 18px, no larger than 30em.
>
> So, what height would it be?  Any random height between 18px and 30em?

I guess the same as what would happen with:

min-height:18px; max-height:30em

...


> min(), max() and calc() functions have all been suggested previously 
> and make a lot more sense than this.

Those are not the same.


-- 
Anne van Kesteren
<http://annevankesteren.nl/>

Received on Saturday, 29 October 2005 13:30:45 UTC