meltingice / CamanJS

Javascript HTML5 (Ca)nvas (Man)ipulation
http://camanjs.com
BSD 3-Clause "New" or "Revised" License
3.56k stars 406 forks source link

Alt tag is removed during enhancement #125

Open joshross4 opened 10 years ago

joshross4 commented 10 years ago

If I have an img element enhanced by using a data-caman attribute, the img element is replaced without the alt attribute.

bebraw commented 10 years ago

Looks like it replaces the old element and discards the property. If you want to give it a go, try restoring it around 68.