In Intranet environment, that META tag can only change IE Document Mode 
(such as how IE layout the web page), but it cannot change IE Browser Mode 
(such as IE's JavaScript Engine). It is because the Browser Mode is loaded 
(Intranet is detected) before IE parse the HTML.

Even with the <meta http-equiv="X-UA-Compatible" 
content="IE=edge,chrome=1"> tag, in the Intranet environment IE 9 can 
display HTML5 sites in appearance only, but using IE 7's JavaScript engine, 
which does not support HTML5 feature like <canvas>... etc.  


-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to