Standard rendering in CSS
Targeting HD displays in CSS
This will only be enhanced resolution on High Density displays, such as iPhone 4. It should look sharper and more detailed on those devices.
Standard rendering in HTML
Proposed HD solution for HTML
This is baked into the HTML, and as such isn't good for non-retina devices as there's bandwidth overhead
Proposed HD solution for HTML, using jQuery to substitute the HD image
Provides HD <img /> elements for iPhone4, without causing bandwidth overheads on other devices.
The first image has the width and height specified in the mark-up, the second doesn't.