Author: [email protected]
Date: Tue Apr 28 09:03:07 2009
New Revision: 5291

Modified:
    wiki/IE8Support.wiki

Log:
Edited wiki page through web user interface.

Modified: wiki/IE8Support.wiki
==============================================================================
--- wiki/IE8Support.wiki        (original)
+++ wiki/IE8Support.wiki        Tue Apr 28 09:03:07 2009
@@ -15,6 +15,11 @@

  We also need to ensure that you only get the IE8 deferred-binding if you  
are actually in IE8 standards-mode. Even when you're not in "compatibility  
view", if there's no DOCTYPE, you are essentially running IE7. MSDN  
encourages people to use the document.documentMode property to determine  
this, which we can do in the property provider.

+If you want to force IE8-super-standards mode (even when the user  
has "compatibility mode" set), add the following meta tag:
+{{{
+<meta http-equiv="X-UA-Compatible" content="IE=8">
+}}}
+
  = Details =
    * Modules that need to be updated:
      * UserAgent

--~--~---------~--~----~------------~-------~--~----~
http://groups.google.com/group/Google-Web-Toolkit-Contributors
-~----------~----~----~----~------~----~------~--~---

Reply via email to