Author: [email protected]
Date: Thu Apr 16 12:48:18 2009
New Revision: 5246
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 16 12:48:18 2009
@@ -9,15 +9,12 @@
* Modules that need to be updated:
* UserAgent
* dom.DOM
- * See if we still need the ugly IE6/7 StyleInjectorImpl on IE8
* user.DOM
* History
+ * Update to use window.onhashchange (maybe make this standard, since
it's in HTML5).
* EmulationWithUserAgent
- * See if the IE6/7 performance assumptions still apply to IE8
* CoreWithUserAgent
- * See if we can get stack traces on IE8
* ImageSrcIE6
- * Does the multiple fetch bug still exist on IE7/8?
* ClippedImage
* Need to turn off the IE6 hacks for IE7 (they're no longer
necessary).
* Focus
@@ -53,6 +50,13 @@
= Open Questions =
* How can we force IE8 Standards Mode without requiring a meta tag?
* Should the deferred-binding targets be IE6/7, IE8 -- or IE6, IE7/8?
+ * Do we still need the ugly IE6/7 StyleInjectorImpl on IE8?
+ * See if the IE6/7 String.append() performance assumptions still apply
to IE8
+ * EmulationWithUserAgent module
+ * See if we can get stack traces on IE8
+ * CoreWithUserAgent module
+ * Does the multiple fetch bug still exist on IE7/8?
+ * ImageSrcIE6 module
= References =
*
http://blogs.msdn.com/ie/archive/2009/03/12/site-compatibility-and-ie8.aspx
--~--~---------~--~----~------------~-------~--~----~
http://groups.google.com/group/Google-Web-Toolkit-Contributors
-~----------~----~----~----~------~----~------~--~---