The SVG Integration defines several referencing mode for how SVG should be used.
For the concern of the CSS Images spec, SVG should probably be using the animated image document referencing mode, which means external resources and scripts are disallowed.
I believe this is already the practice in all browsers, but it's not mentioned in the spec.
(HTML has a similar issue in whatwg/html#702)