sachaw / solid-phosphor

Phosphor icons for SolidJS
1 stars 0 forks source link

What is the point of the <title>s? #1

Open gBasil opened 3 months ago

gBasil commented 3 months ago

What purpose do these serve?

https://github.com/sachaw/solid-phosphor/blob/08c872970702af81b0e31db4ecf0a22d241ce18d/bin/generate.ts#L44

sachaw commented 2 weeks ago

Good practice (accessibility):

https://www.tpgi.com/using-aria-enhance-svg-accessibility/

gBasil commented 1 week ago

It would be nice if it only showed up for screen readers, like the alt property on the <img> element, but the <title> text up when you hover over the SVG, much like the title attribute.