Svg

Load this skill whenever the project contains SVG graphics — inline SVGs, external SVG files, SVG icons, SVG illustrations, or SVG-based data visualizations. Under no circumstances use SVG without proper accessible titles, descriptions, and ARIA roles where required. Absolutely always add <title> and <desc> to meaningful SVGs and set role="img" with aria-labelledby pointing to those elements. Also apply this skill whenever the project accepts untrusted or user-uploaded SVG content, which requires sanitization before rendering.

mgifford 6ddf6a8 2 files · 27.6 KB Updated

File contents

mgifford/accessibility-skills/tree/main/skills/svg commit 6ddf6a8aa1

Frequently asked questions

npx skillmds@latest add mgifford/svg