> I use HTML5 as my doctype, but I don't use the new tags. It's wise to be very > concerned about backwards compatibility. > Are they more semantic - I suppose. If IE doesn't understand the new tags I'd > leave them be until another day.
Hi. Is the backwards compatibility really a problem? What about http://code.google.com/p/html5shiv/ <!--[if lt IE 9]> <script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script> <![endif]--> Don't work without js? Hm ... you don't use expression's to achieve backwards compatibility with ie6-7? If you are using theme, than why bothering about using script to get new tags work? Regards, Imp. ******************************************************************* List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm Help: memberh...@webstandardsgroup.org *******************************************************************