Alex Robinson wrote:

>>>   >>   2. Parsing errors not replicated when targeting IE5.

>>>   div#parsing
>>>          {
>>>   ...
>>>          background: #ffcc00;
>>>          backg\round: #006633;
>>>   ...
>>>
>>>   Real IE5 colours the div yellow, emulated IE5 gets carried away
>>>   and repaints it green.
>>
...
> So it looks as if IE8 is actually using IE6's parsing engine in
> conjunction with the IE5 box model.


At the moment I'm not sure of anything, but isn't this the intended
behavior?

This trigger "quirks mode", or more precisely "IE7 quirks mode" (which is
nearly identical to "IE6 quirks mode".)
And in IE7 (and IE6) quirks mode, they never tried to emulate old parsing
bugs of IE5.x, just the box model and other rendering things.
So even if this is called "IE5", they simply wanted to emulate "IE7 quirks
mode". And this is what we see.
Of course, I might be completely wrong :-)

Bruno

--
Bruno Fassino http://www.brunildo.org/test

______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to