How to write backwards compatible HTML5 ?
Posted
by Olivier Lalonde
on Stack Overflow
See other posts from Stack Overflow
or by Olivier Lalonde
Published on 2010-04-20T11:33:32Z
Indexed on
2010/04/20
11:43 UTC
Read the original article
Hit count: 262
I'd like to start using HTML5's basic features, but at the same time, keep my code backwards compatible with older browsers (graceful degradation). For instance, I'd like to use the cool CSS3 properties for making rounded corners. Is there any available tutorial for writing gracefully degradable HTML5 ?
Additionally, what browsers should I support so that my app. is functional for at least 95% of visitors? What are the ways to test those browsers painlessly ?
© Stack Overflow or respective owner