Author: [email protected]
Date: Thu Apr 23 13:11:10 2009
New Revision: 5278
Modified:
wiki/IE8Support.wiki
Log:
Edited wiki page through web user interface.
Modified: wiki/IE8Support.wiki
==============================================================================
--- wiki/IE8Support.wiki (original)
+++ wiki/IE8Support.wiki Thu Apr 23 13:11:10 2009
@@ -1,7 +1,5 @@
#summary IE8 Support Plan.
-(work in progress -- plenty remains to be decided)
-
= Introduction =
IE8 was recently released, and while the existing GWT IE support mostly
works, there are a few things that don't, and now seems like a good time to
do some cleanup work as well.
@@ -13,6 +11,7 @@
= Deferred Binding =
+While we could *two* user-agent targets (for a total of three: ie6, ie7,
and ie8), this would have a significant impact on compile time, so we're
going to leave "ie6" for both IE6 and IE7 support, and add "ie8" for IE8
and up.
= Details =
* Modules that need to be updated:
@@ -53,9 +52,7 @@
* DOM prototypes now mutable
* JS property getters/setters
* No more weird IE zoom ratio issues (afaict)
-
-= IE8 CSS Differences =
- * position:fixed finally works
+ * CSS: position:fixed finally works (!)
= Open Questions =
* How can we force IE8 Standards Mode without requiring a meta tag?
--~--~---------~--~----~------------~-------~--~----~
http://groups.google.com/group/Google-Web-Toolkit-Contributors
-~----------~----~----~----~------~----~------~--~---