PaulKinlan / ioreader

IO Reader - a news reading framework to enable you to target one news app to multiple devices.
http://io-reader.com
Apache License 2.0
59 stars 6 forks source link

32 image tags with empty src values #19

Closed KushalP closed 13 years ago

KushalP commented 13 years ago

You should be able to spot this using something like Dom Monster!

The drawbacks of this are explained well here: http://www.nczonline.net/blog/2009/11/30/empty-image-src-can-destroy-your-site/

PaulKinlan commented 13 years ago

I need to decide if I want to remove the image from the DOM if there is no src, or simply use a placeholder image. I am leaning more towards no img element to save on resources.

PaulKinlan commented 13 years ago

This also actually explains a bug I was seeing when we demoed this at IO. - Good spot.