Re: Scientific notation in numbers

On 2/10/10 5:50 PM, Boris Zbarsky wrote:
> This does mean that you can do:
>
> <rect id="foo" width="1e3"/>
>
> but can't do:
>
> <style>#foo { width: 1e3; }</style>
> <rect id="foo"/>
>
> and need to use "width: 1000;" instead.

Please do assume I stuck "px" on all those lengths.

-Boris

Received on Wednesday, 10 February 2010 22:54:18 UTC