A problem: html5shiv allows you to use HTML5 markup in IE, but the approach does not work with dynamic content. See http://code.google.com/p/html5shiv/
A solution: innerShiv is a function which takes your HTML string, adds it to a hidden document-appended element in IE, and returns an IE-safe document fragment or collection. See http://jdbartlett.github.com/innershiv/ Can anyone comment on whether this can be used as part of a GWT project where HTML5 markup is defined using UiBinder? Thanks. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
