Re: SVG 1.2 tiny

James Bentley wrote:
> On another note. Should SVG tiny require that attribute values be enclosed
> in double-quotes?
> Several bytes can be saved per page if Tiny supports attribute value
> specification with and
> w/o quotes. Quotes should only be necessary where the value contains
> whitespace or
> other delimeters.

As has been said, that's just not an option (though you can use single 
quotes instead of double if you want).

That kind of size saving doesn't normally buy you much. Gzip, which is 
required from all SVG implementations, will reduce the size anyway. If 
you need more than what gzip buys you, you can switch to binary XML.

-- 
Robin Berjon

Received on Thursday, 28 October 2004 15:50:35 UTC