How do you write CSS that works in every browser? Step 1: Rely on the error handling model of CSS itself.
CSS and HTML are declarative programming languages, which makes them much more resilient to problems. Rely on this quality to write code that always work, no matter how old the browser is. Jen shows you how, with an example using border radius.