We have created a new website based on HTML5. With elements like <header>, <nav>, <section>, etc...
It is a pretty straightforward implementation in Tridion 2009 SP1. This means that most of the site is not dynamic, but built up by Tridion Templating. One of the benefits is that the content managers can use the preview functionality.
However, since the content managers are restricted to use IE8 we have to use something like Modernizr.js to format the HTML properly.
This is where the fun ends... Works fine on the website itself, but not in the Tridion Preview screen. It almost seems like it is not picking up the Javascript.
Any ideas, besides creating different preview HTML and CSS?