Is SVG CSS “standard” CSS?
No, it is not. It uses CSS, but it is not specified in the CSS property specification. This is only part of the SVG specification. This is very similar to using non-standard vendor extensions, while prefixes are defined in CSS grammar, prefix properties are not actually checked as CSS solely because they are non-standard.
You must select an SVG validation profile when validating your code, but it does not work; he spits as many bugs as checking according to the CSS specification. In this case, it is probably a validation error.
source share