bump

I guess a better way of phrasing the question is how should a GWT
project render HTML5 tags for all browsers knowing that one of those
browsers could be IE?

this is achievable using html5shiv, but not when the HTML is dynamic
this is also achievable using innerShiv, when you have control over
the dynamic process

any thoughts on how this could be used with UiBinder?

On Oct 14, 4:47 pm, davidroe <[email protected]> wrote:
> A problem: html5shiv allows you to use HTML5 markup in IE, but the
> approach does not work with dynamic content.
> Seehttp://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.
> Seehttp://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.

Reply via email to