IBM-Design / icons

IBM Design Language Icons
http://www.ibm.com/design/language/resources/icon-library
Other
194 stars 41 forks source link

Add aria tags to generated svgs #48

Open barlock opened 8 years ago

barlock commented 8 years ago

SVGS could use an aria-labeled-by="title" with a title for better accessibility on screen readers.

seejamescode commented 7 years ago

Yeah, I just read this article about accessible SVGs. It seems like our responsibility in this code is to add <title></title> inside of built SVGs.

It also sounds like we should recommend the use of aria-label and aria-hidden for their appropriate purposes in the Readme. Agreed?