Re: SVG properties

Hello Jens,

Friday, January 2, 2015, 10:33:02 PM, you wrote:

> I'm not sure what to do with your response but if you're suggesting
> that *all* properties defined in SVG will ultimately make it into CSS
> modules

All properties in SVG are CSS properties. "Making it into a module" is
not a requirement.

Although, for properties that are not SVG-specific, or no longer
SVG-specific, they often do get rewritten into a CSS module.

> *and* that that means that they will also, guaranteed, be
> supported by the CSS validator, then thanks for the affirmation :)

There is in general no direct link between what the CSS validator
decides to support and where  property is defined. If you want to see
a particular property supported in the CSS validator (for one of their
preset choices, as they have several) then suggest it to them.

If a property is implemented and the validator says it is invalid,
that most likely means the validator is wrong. There is no guarantee
that the CSS validator is fully up to date.

-- 
Best regards,
 Chris Lilley, Technical Director, W3C Interaction Domain

Received on Monday, 5 January 2015 10:26:45 UTC