Re: CSS: %% length unit. Proposal.

> >  f1{
> >   width:calc(25%-50px);
> >  }
> >  f2{
> >   width:calc(75%-50px);
> >  }
> >
> 
> What is the order of operations in such expression?

One, you are quoting the wrong the wrong examples. You probably meant:

 f4{ width:calc(25% - .25 * 100px);

Two, please read the proposal made by Ian Hickson:

 <http://lists.w3.org/Archives/Public/www-style/2004May/0068.html>

> > The problem with your proposal is that is it totally unclear what should
> > happen, just look at Dave Hyatt responses.'
> 
> Which one of his responses?

All of them.

Received on Sunday, 9 May 2004 02:17:18 UTC