SVG may or may not be searchable, depending on how it is included. If you use an <img> tag, apparently, it isn't (much to my disappointment). If you use an <object> tag, it should be searchable. (Or at least it is searchable in WebKit, which covers many readers, either directly or indirectly.) If it isn't searchable, I would call that a bug in your reader.
Edit: It's also searchable if you drop the <svg> tag in the middle of the HTML content.
Last edited by dgatwood; 12-22-2012 at 01:02 PM.
|