As far as I can tell you can't use :before or :after with text content on an image element? Is this correct? Am I missing something?
I know semantically this isn't correct, I'm using because I'm appending the src to the image using js, but if there's no src I'd like to display alternative content (I could use another div, but it would be nice to just use :after or :before)