Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Account icon CSS display
I noticed that Vanilla's default theme shows account icons by doing things like <div class="CommentIcon" style="background-image:url('...');"> </div>. I'm wondering why it does this instead of using an <img> tag. I know <img> is often misused to present layout elements, but that's not a legitimite objection here; an account icon is actual content, not layout. Does anyone else have any thoughts on this?
0
This discussion has been closed.
Comments
with the css method i cannot do that
I know thats not a valid point, but its interesting anyway.
this could be an excellent example of Divitis