[spec-prod] SVG with fallback how-to?

I'm trying to get a spec with SVG through PubRules.

PubRules and Validator didn't like inline SVG, and suggested I do "SVG with fallback".

I pulled the SVG out and tried the technique designated here:

http://css-tricks.com/svg-fallbacks/

<svg width="96" height="96">
  <image xlink:href="svg.svg" src="svg.png" width="96" height="96" />
</svg>

But the Validator doesn't like that, either. (src not allowed there in image)

How do I use SVG in a way that passes Validation and PubRules?

thanks,

Brad Hill

Received on Thursday, 13 March 2014 00:25:12 UTC