- From: <fora@annevankesteren.nl>
- Date: Sun, 9 May 2004 08:16:55 +0200
- To: Andrew Fedoniouk <news@terrainformatica.com>
- Cc: Max Romantschuk <max@provico.fi>, www-style@w3.org
> > 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