Re: using CSS syntax for presentation attributes

On Wed, May 23, 2012 at 4:30 PM, Cameron McCormack <cam@mcc.id.au> wrote:
> Hi David,
>
> My question was more about whether we should use CSS syntax exactly (apart
> from the required SVG differences -- scientific notation, unitless lengths,
> spaces in transform I think?), which would allow white space, CSS comments
> /* like this */, CSS escapes like th\000069s, and so on.  These things are
> current disallowed by the spec, but some implementations allow them (because
> they, rightfully, want to reuse their CSS parser).

And note, in particular, that my CSS Syntax spec already has flags for
several of the SVG quirks, such as unitless lengths, sci notation, and
transform allowing whitespace between the function name and the
parens.

~TJ

Received on Wednesday, 23 May 2012 23:37:56 UTC