Adding Microformats to SVG
Using SVG in web pages offers many advantages:
- SVG file sizes are usually small compared to bitmapped graphics
- it adapts well to different screen resolutions and display dimensions
- it can be styled with CSS
- it can be scripted
- SVG
<text>elements can be indexed by search engines
To that list, we can add one more: the ability to add microformats to embedded SVG elements.