Jump to content

IE 8 Beta


The Little Guy

Recommended Posts

with regards to the Acid 2 test, unfortunately I managed to come across some leaked code from IE8:

 

if ($url == 'http://www.webstandards.org/files/acid2/test.htm') {
   # load pre-drawn image cut from an Opera screenshot. that'll fool 'em
   loadImage('acid2_opera.gif')
}
else {
   # now we have determined those pesky web people are not looking at the Acid page, we can render the page normally.
   # that is to say, broken.
   if (stristr($url, 'microsoft.com')) {
      outputPageProperly();
   }
   else
   if (stristr($url, 'firefox')) {
      reallyBuggerThingsUpToMakeThemBelieveFirefoxIsCrap()
   }
   else
   if (styleSheetLooksValid()) {
      invalidateStylesheet()
   }
   else {
      invalidateSomethingElseAnyway() 
   }
}

Link to comment
https://forums.phpfreaks.com/topic/95974-ie-8-beta/#findComment-491379
Share on other sites

I have already dropped it seeing as I cannot run IE6 alongside IE7.

Not entirely true.

 

If you're using Windows Vista it is. IE6 is too tightly coupled to the Windows XP kernel which makes it impossible to run IE6 on Windows Vista that uses the newer NT 6.0 kernel. As far as I know has nobody succeeded in getting IE6 to work natively and full functionally under Vista. As seen in the screenshots I posted earlier in this thread I'm using Vista which means that'll I'll have to run an earlier version of Windows in a virtual machine in order to run IE6.

Link to comment
https://forums.phpfreaks.com/topic/95974-ie-8-beta/#findComment-491716
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.