rem’s avatarrem’s Twitter Archive—№ 66,882

  1. When I see this list options for reset.css - a block of CSS that I know will *not* change, I always pick the HTML method over _all_ other methods. Reason (plus question): <next tweet>
    oh my god twitter doesn’t include alt text from images in their API
    1. …in reply to @rem
      —So that the asset is heavily cached and is only full requested once by my user. Whereas (I think): including it any other way, puts overhead in my site styles (changing on release) so user has to re-download it. Am I wrong in that thinking? If so, can you explain?