googlearchive / core-icon

A custom element that display an icon.
https://www.polymer-project.org/docs/elements/core-elements.html#core-icon
10 stars 17 forks source link

core-icon should support an alt property to specify a text alternative #13

Open sorvell opened 10 years ago

sorvell commented 10 years ago

Just like <img> has.

It's problematic to support this for a css background image, but core-icon should be able to use an img tag when sprited bitmap resources are needed (http://www.artzstudio.com/2010/04/img-sprites-high-contrast/).