
If you’re familiar with designing for the Web, then you’ve probably heard about the principle of Graceful Degradation. This concept focuses on being able to provide a fault-tolerant system, assuring that a system can continue to operate should one of it’s components fail.
Translate that into the Web world, and all it means is that you should somehow support older browsers. You develop using the latest and greatest and then, by the end of the project, you test your product on older browsers, making fixes here and there. Also, you frantically strive to design a wholly equal experience for all the browsers you “support”. What ends up happening is that you get a relatively watered-down experience in all platforms, all because of the need to support older browsers. (…) more after the jump ›


